make -r PARALLELMFLAGS="" -C /glibc objdir=`pwd` all make[1]: Entering directory '/glibc' type "make help" for help with common glibc makefile targets make subdir=csu -C csu ..=../ subdir_lib make[2]: Entering directory '/glibc/csu' python3 -B ../scripts/gen-as-const.py --cc="gcc -m32 -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -ftls-model=initial-exec -I../include -I/build/csu -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc -DGEN_AS_CONST_HEADERS \ -MD -MP -MF /build/rtld-sizes.h.dT \ -MT '/build/rtld-sizes.h.d /build/rtld-sizes.h'" \ rtld-sizes.sym > /build/rtld-sizes.hT In file included from ../elf/link.h:23, from ../include/link.h:35, from :1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro ‘__GLIBC_USE’ 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro ‘__GLIBC_USE’ 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors Traceback (most recent call last): File "/glibc/csu/../scripts/gen-as-const.py", line 120, in main() File "/glibc/csu/../scripts/gen-as-const.py", line 116, in main consts = glibcextract.compute_c_consts(sym_data, args.cc) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/glibc/scripts/glibcextract.py", line 63, in compute_c_consts subprocess.check_call(cmd, shell=True) File "/usr/lib64/python3.11/subprocess.py", line 413, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command 'gcc -m32 -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -ftls-model=initial-exec -I../include -I/build/csu -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc -DGEN_AS_CONST_HEADERS -MD -MP -MF /build/rtld-sizes.h.dT -MT '/build/rtld-sizes.h.d /build/rtld-sizes.h' -S -o /tmp/tmp4gy_5_hb/test.s -x c - < /tmp/tmp4gy_5_hb/test.c' returned non-zero exit status 1. make[2]: *** [../Makerules:271: /build/rtld-sizes.h] Error 1 python3 -B ../scripts/gen-as-const.py --cc="gcc -m32 -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -ftls-model=initial-exec -I../include -I/build/csu -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc -DGEN_AS_CONST_HEADERS \ -MD -MP -MF /build/tcb-offsets.h.dT \ -MT '/build/tcb-offsets.h.d /build/tcb-offsets.h'" \ ../sysdeps/i386/nptl/tcb-offsets.sym > /build/tcb-offsets.hT In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from :1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro ‘__GLIBC_USE’ 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro ‘__GLIBC_USE’ 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors Traceback (most recent call last): File "/glibc/csu/../scripts/gen-as-const.py", line 120, in main() File "/glibc/csu/../scripts/gen-as-const.py", line 116, in main consts = glibcextract.compute_c_consts(sym_data, args.cc) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/glibc/scripts/glibcextract.py", line 63, in compute_c_consts subprocess.check_call(cmd, shell=True) File "/usr/lib64/python3.11/subprocess.py", line 413, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command 'gcc -m32 -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -ftls-model=initial-exec -I../include -I/build/csu -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc -DGEN_AS_CONST_HEADERS -MD -MP -MF /build/tcb-offsets.h.dT -MT '/build/tcb-offsets.h.d /build/tcb-offsets.h' -S -o /tmp/tmpuqzwllim/test.s -x c - < /tmp/tmpuqzwllim/test.c' returned non-zero exit status 1. make[2]: *** [../Makerules:271: /build/tcb-offsets.h] Error 1 python3 -B ../scripts/gen-as-const.py --cc="gcc -m32 -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -ftls-model=initial-exec -I../include -I/build/csu -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc -DGEN_AS_CONST_HEADERS \ -MD -MP -MF /build/link-defines.h.dT \ -MT '/build/link-defines.h.d /build/link-defines.h'" \ ../sysdeps/i386/link-defines.sym > /build/link-defines.hT In file included from ../elf/link.h:23, from ../include/link.h:35, from :1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro ‘__GLIBC_USE’ 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro ‘__GLIBC_USE’ 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors Traceback (most recent call last): File "/glibc/csu/../scripts/gen-as-const.py", line 120, in main() File "/glibc/csu/../scripts/gen-as-const.py", line 116, in main consts = glibcextract.compute_c_consts(sym_data, args.cc) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/glibc/scripts/glibcextract.py", line 63, in compute_c_consts subprocess.check_call(cmd, shell=True) File "/usr/lib64/python3.11/subprocess.py", line 413, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command 'gcc -m32 -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -ftls-model=initial-exec -I../include -I/build/csu -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc -DGEN_AS_CONST_HEADERS -MD -MP -MF /build/link-defines.h.dT -MT '/build/link-defines.h.d /build/link-defines.h' -S -o /tmp/tmp3dnhpypz/test.s -x c - < /tmp/tmp3dnhpypz/test.c' returned non-zero exit status 1. make[2]: *** [../Makerules:271: /build/link-defines.h] Error 1 python3 -B ../scripts/gen-as-const.py --cc="gcc -m32 -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -ftls-model=initial-exec -I../include -I/build/csu -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc -DGEN_AS_CONST_HEADERS \ -MD -MP -MF /build/tlsdesc.h.dT \ -MT '/build/tlsdesc.h.d /build/tlsdesc.h'" \ ../sysdeps/i386/tlsdesc.sym > /build/tlsdesc.hT In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from :2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro ‘__GLIBC_USE’ 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro ‘__GLIBC_USE’ 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors Traceback (most recent call last): File "/glibc/csu/../scripts/gen-as-const.py", line 120, in main() File "/glibc/csu/../scripts/gen-as-const.py", line 116, in main consts = glibcextract.compute_c_consts(sym_data, args.cc) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/glibc/scripts/glibcextract.py", line 63, in compute_c_consts subprocess.check_call(cmd, shell=True) File "/usr/lib64/python3.11/subprocess.py", line 413, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command 'gcc -m32 -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -ftls-model=initial-exec -I../include -I/build/csu -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc -DGEN_AS_CONST_HEADERS -MD -MP -MF /build/tlsdesc.h.dT -MT '/build/tlsdesc.h.d /build/tlsdesc.h' -S -o /tmp/tmpkt4meaw8/test.s -x c - < /tmp/tmpkt4meaw8/test.c' returned non-zero exit status 1. make[2]: *** [../Makerules:271: /build/tlsdesc.h] Error 1 python3 -B ../scripts/gen-as-const.py --cc="gcc -m32 -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -ftls-model=initial-exec -I../include -I/build/csu -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc -DGEN_AS_CONST_HEADERS \ -MD -MP -MF /build/cpu-features-offsets.h.dT \ -MT '/build/cpu-features-offsets.h.d /build/cpu-features-offsets.h'" \ ../sysdeps/x86/cpu-features-offsets.sym > /build/cpu-features-offsets.hT In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from ../sysdeps/gnu/ldsodefs.h:22, from ../sysdeps/unix/sysv/linux/ldsodefs.h:25, from :2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro ‘__GLIBC_USE’ 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro ‘__GLIBC_USE’ 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors Traceback (most recent call last): File "/glibc/csu/../scripts/gen-as-const.py", line 120, in main() File "/glibc/csu/../scripts/gen-as-const.py", line 116, in main consts = glibcextract.compute_c_consts(sym_data, args.cc) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/glibc/scripts/glibcextract.py", line 63, in compute_c_consts subprocess.check_call(cmd, shell=True) File "/usr/lib64/python3.11/subprocess.py", line 413, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command 'gcc -m32 -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -ftls-model=initial-exec -I../include -I/build/csu -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc -DGEN_AS_CONST_HEADERS -MD -MP -MF /build/cpu-features-offsets.h.dT -MT '/build/cpu-features-offsets.h.d /build/cpu-features-offsets.h' -S -o /tmp/tmp1wvua47u/test.s -x c - < /tmp/tmp1wvua47u/test.c' returned non-zero exit status 1. make[2]: *** [../Makerules:271: /build/cpu-features-offsets.h] Error 1 make[2]: Target 'subdir_lib' not remade because of errors. make[2]: Leaving directory '/glibc/csu' make[1]: *** [Makefile:484: csu/subdir_lib] Error 2 make subdir=iconv -C iconv ..=../ subdir_lib make[2]: Entering directory '/glibc/iconv' gcc -m32 iconv_open.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconv/iconv_open.o -MD -MP -MF /build/iconv/iconv_open.o.dt -MT /build/iconv/iconv_open.o In file included from ../stdlib/alloca.h:21, from ../include/alloca.h:3, from iconv_open.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconv/iconv_open.o] Error 1 gcc -m32 iconv.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconv/iconv.o -MD -MP -MF /build/iconv/iconv.o.dt -MT /build/iconv/iconv.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from iconv.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconv/iconv.o] Error 1 gcc -m32 iconv_close.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconv/iconv_close.o -MD -MP -MF /build/iconv/iconv_close.o.dt -MT /build/iconv/iconv_close.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from iconv_close.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconv/iconv_close.o] Error 1 gcc -m32 gconv_open.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconv/gconv_open.o -MD -MP -MF /build/iconv/gconv_open.o.dt -MT /build/iconv/gconv_open.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from gconv_open.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconv/gconv_open.o] Error 1 gcc -m32 gconv.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconv/gconv.o -MD -MP -MF /build/iconv/gconv.o.dt -MT /build/iconv/gconv.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from gconv.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from gconv.c:26: gconv.c: In function '__gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ gconv.c:50:5: note: in expansion of macro 'PTR_DEMANGLE' 50 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ gconv.c:50:5: note: in expansion of macro 'PTR_DEMANGLE' 50 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconv/gconv.o] Error 1 gcc -m32 gconv_close.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconv/gconv_close.o -MD -MP -MF /build/iconv/gconv_close.o.dt -MT /build/iconv/gconv_close.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from gconv_close.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconv/gconv_close.o] Error 1 gcc -m32 gconv_db.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconv/gconv_db.o -MD -MP -MF /build/iconv/gconv_db.o.dt -MT /build/iconv/gconv_db.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from gconv_db.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from gconv_db.c:30: gconv_db.c: In function 'free_derivation': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ gconv_db.c:183:9: note: in expansion of macro 'PTR_DEMANGLE' 183 | PTR_DEMANGLE (end_fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ gconv_db.c:183:9: note: in expansion of macro 'PTR_DEMANGLE' 183 | PTR_DEMANGLE (end_fct); | ^~~~~~~~~~~~ gconv_db.c: In function '__gconv_release_step': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ gconv_db.c:209:9: note: in expansion of macro 'PTR_DEMANGLE' 209 | PTR_DEMANGLE (end_fct); | ^~~~~~~~~~~~ gconv_db.c: In function 'gen_steps': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ gconv_db.c:302:15: note: in expansion of macro 'PTR_DEMANGLE' 302 | PTR_DEMANGLE (init_fct); | ^~~~~~~~~~~~ gconv_db.c: In function 'increment_counter': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ gconv_db.c:397:15: note: in expansion of macro 'PTR_DEMANGLE' 397 | PTR_DEMANGLE (init_fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconv/gconv_db.o] Error 1 gcc -m32 gconv_conf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -DGCONV_PATH='"/usr/lib/gconv"' -ftls-model=initial-exec -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconv/gconv_conf.o -MD -MP -MF /build/iconv/gconv_conf.o.dt -MT /build/iconv/gconv_conf.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from gconv_conf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconv/gconv_conf.o] Error 1 gcc -m32 gconv_builtin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconv/gconv_builtin.o -MD -MP -MF /build/iconv/gconv_builtin.o.dt -MT /build/iconv/gconv_builtin.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from gconv_builtin.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconv/gconv_builtin.o] Error 1 gcc -m32 gconv_simple.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconv/gconv_simple.o -MD -MP -MF /build/iconv/gconv_simple.o.dt -MT /build/iconv/gconv_simple.o In file included from ../string/byteswap.h:22, from ../include/byteswap.h:1, from gconv_simple.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from gconv_simple.c:166: ../iconv/skeleton.c: In function '__gconv_transform_internal_ucs4': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../iconv/skeleton.c: In function '__gconv_transform_ucs4_internal': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../iconv/skeleton.c: In function '__gconv_transform_internal_ucs4le': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../iconv/skeleton.c: In function '__gconv_transform_ucs4le_internal': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../iconv/skeleton.c: In function '__gconv_transform_ascii_internal': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../iconv/skeleton.c: In function '__gconv_transform_internal_ascii': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../iconv/skeleton.c: In function '__gconv_transform_internal_utf8': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../iconv/skeleton.c: In function '__gconv_transform_utf8_internal': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../iconv/skeleton.c: In function '__gconv_transform_ucs2_internal': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../iconv/skeleton.c: In function '__gconv_transform_internal_ucs2': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../iconv/skeleton.c: In function '__gconv_transform_ucs2reverse_internal': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../iconv/skeleton.c: In function '__gconv_transform_internal_ucs2reverse': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconv/gconv_simple.o] Error 1 gcc -m32 gconv_trans.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconv/gconv_trans.o -MD -MP -MF /build/iconv/gconv_trans.o.dt -MT /build/iconv/gconv_trans.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from gconv_trans.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from gconv_trans.c:29: gconv_trans.c: In function '__gconv_transliterate': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ gconv_trans.c:57:5: note: in expansion of macro 'PTR_DEMANGLE' 57 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ gconv_trans.c:57:5: note: in expansion of macro 'PTR_DEMANGLE' 57 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconv/gconv_trans.o] Error 1 gcc -m32 gconv_cache.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -DGCONV_DIR='"/usr/lib/gconv"' -ftls-model=initial-exec -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconv/gconv_cache.o -MD -MP -MF /build/iconv/gconv_cache.o.dt -MT /build/iconv/gconv_cache.o In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from gconv_cache.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from gconv_cache.c:31: gconv_cache.c: In function 'find_module': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ gconv_cache.c:208:7: note: in expansion of macro 'PTR_DEMANGLE' 208 | PTR_DEMANGLE (init_fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ gconv_cache.c:208:7: note: in expansion of macro 'PTR_DEMANGLE' 208 | PTR_DEMANGLE (init_fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconv/gconv_cache.o] Error 1 gcc -m32 gconv_dl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconv/gconv_dl.o -MD -MP -MF /build/iconv/gconv_dl.o.dt -MT /build/iconv/gconv_dl.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from gconv_dl.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from gconv_dl.c:29: gconv_dl.c: In function '__gconv_find_shlib': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ gconv_dl.c:130:19: note: in expansion of macro 'PTR_MANGLE' 130 | PTR_MANGLE (found->fct); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ gconv_dl.c:130:19: note: in expansion of macro 'PTR_MANGLE' 130 | PTR_MANGLE (found->fct); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconv/gconv_dl.o] Error 1 gcc -m32 gconv_charset.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconv/gconv_charset.o -MD -MP -MF /build/iconv/gconv_charset.o.dt -MT /build/iconv/gconv_charset.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from gconv_charset.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconv/gconv_charset.o] Error 1 gcc -m32 iconv_open.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconv/iconv_open.os -MD -MP -MF /build/iconv/iconv_open.os.dt -MT /build/iconv/iconv_open.os In file included from ../stdlib/alloca.h:21, from ../include/alloca.h:3, from iconv_open.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconv/iconv_open.os] Error 1 gcc -m32 iconv.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconv/iconv.os -MD -MP -MF /build/iconv/iconv.os.dt -MT /build/iconv/iconv.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from iconv.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconv/iconv.os] Error 1 gcc -m32 iconv_close.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconv/iconv_close.os -MD -MP -MF /build/iconv/iconv_close.os.dt -MT /build/iconv/iconv_close.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from iconv_close.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconv/iconv_close.os] Error 1 gcc -m32 gconv_open.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconv/gconv_open.os -MD -MP -MF /build/iconv/gconv_open.os.dt -MT /build/iconv/gconv_open.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from gconv_open.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconv/gconv_open.os] Error 1 gcc -m32 gconv.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconv/gconv.os -MD -MP -MF /build/iconv/gconv.os.dt -MT /build/iconv/gconv.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from gconv.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from gconv.c:26: gconv.c: In function '__gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ gconv.c:50:5: note: in expansion of macro 'PTR_DEMANGLE' 50 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ gconv.c:50:5: note: in expansion of macro 'PTR_DEMANGLE' 50 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconv/gconv.os] Error 1 gcc -m32 gconv_close.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconv/gconv_close.os -MD -MP -MF /build/iconv/gconv_close.os.dt -MT /build/iconv/gconv_close.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from gconv_close.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconv/gconv_close.os] Error 1 gcc -m32 gconv_db.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconv/gconv_db.os -MD -MP -MF /build/iconv/gconv_db.os.dt -MT /build/iconv/gconv_db.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from gconv_db.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from gconv_db.c:30: gconv_db.c: In function 'free_derivation': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ gconv_db.c:183:9: note: in expansion of macro 'PTR_DEMANGLE' 183 | PTR_DEMANGLE (end_fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ gconv_db.c:183:9: note: in expansion of macro 'PTR_DEMANGLE' 183 | PTR_DEMANGLE (end_fct); | ^~~~~~~~~~~~ gconv_db.c: In function '__gconv_release_step': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ gconv_db.c:209:9: note: in expansion of macro 'PTR_DEMANGLE' 209 | PTR_DEMANGLE (end_fct); | ^~~~~~~~~~~~ gconv_db.c: In function 'gen_steps': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ gconv_db.c:302:15: note: in expansion of macro 'PTR_DEMANGLE' 302 | PTR_DEMANGLE (init_fct); | ^~~~~~~~~~~~ gconv_db.c: In function 'increment_counter': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ gconv_db.c:397:15: note: in expansion of macro 'PTR_DEMANGLE' 397 | PTR_DEMANGLE (init_fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconv/gconv_db.os] Error 1 gcc -m32 gconv_conf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -DGCONV_PATH='"/usr/lib/gconv"' -ftls-model=initial-exec -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconv/gconv_conf.os -MD -MP -MF /build/iconv/gconv_conf.os.dt -MT /build/iconv/gconv_conf.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from gconv_conf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50, from ./gconv_parseconfdir.h:25, from gconv_conf.c:35: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconv/gconv_conf.os] Error 1 gcc -m32 gconv_builtin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconv/gconv_builtin.os -MD -MP -MF /build/iconv/gconv_builtin.os.dt -MT /build/iconv/gconv_builtin.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from gconv_builtin.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconv/gconv_builtin.os] Error 1 gcc -m32 gconv_simple.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconv/gconv_simple.os -MD -MP -MF /build/iconv/gconv_simple.os.dt -MT /build/iconv/gconv_simple.os In file included from ../string/byteswap.h:22, from ../include/byteswap.h:1, from gconv_simple.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from gconv_simple.c:166: ../iconv/skeleton.c: In function '__gconv_transform_internal_ucs4': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../iconv/skeleton.c: In function '__gconv_transform_ucs4_internal': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../iconv/skeleton.c: In function '__gconv_transform_internal_ucs4le': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../iconv/skeleton.c: In function '__gconv_transform_ucs4le_internal': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../iconv/skeleton.c: In function '__gconv_transform_ascii_internal': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../iconv/skeleton.c: In function '__gconv_transform_internal_ascii': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../iconv/skeleton.c: In function '__gconv_transform_internal_utf8': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../iconv/skeleton.c: In function '__gconv_transform_utf8_internal': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../iconv/skeleton.c: In function '__gconv_transform_ucs2_internal': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../iconv/skeleton.c: In function '__gconv_transform_internal_ucs2': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../iconv/skeleton.c: In function '__gconv_transform_ucs2reverse_internal': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../iconv/skeleton.c: In function '__gconv_transform_internal_ucs2reverse': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconv/gconv_simple.os] Error 1 gcc -m32 gconv_trans.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconv/gconv_trans.os -MD -MP -MF /build/iconv/gconv_trans.os.dt -MT /build/iconv/gconv_trans.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from gconv_trans.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from gconv_trans.c:29: gconv_trans.c: In function '__gconv_transliterate': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ gconv_trans.c:57:5: note: in expansion of macro 'PTR_DEMANGLE' 57 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ gconv_trans.c:57:5: note: in expansion of macro 'PTR_DEMANGLE' 57 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconv/gconv_trans.os] Error 1 gcc -m32 gconv_cache.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -DGCONV_DIR='"/usr/lib/gconv"' -ftls-model=initial-exec -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconv/gconv_cache.os -MD -MP -MF /build/iconv/gconv_cache.os.dt -MT /build/iconv/gconv_cache.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from gconv_cache.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from gconv_cache.c:31: gconv_cache.c: In function 'find_module': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ gconv_cache.c:208:7: note: in expansion of macro 'PTR_DEMANGLE' 208 | PTR_DEMANGLE (init_fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ gconv_cache.c:208:7: note: in expansion of macro 'PTR_DEMANGLE' 208 | PTR_DEMANGLE (init_fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconv/gconv_cache.os] Error 1 gcc -m32 gconv_dl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconv/gconv_dl.os -MD -MP -MF /build/iconv/gconv_dl.os.dt -MT /build/iconv/gconv_dl.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from gconv_dl.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from gconv_dl.c:29: gconv_dl.c: In function '__gconv_find_shlib': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ gconv_dl.c:130:19: note: in expansion of macro 'PTR_MANGLE' 130 | PTR_MANGLE (found->fct); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ gconv_dl.c:130:19: note: in expansion of macro 'PTR_MANGLE' 130 | PTR_MANGLE (found->fct); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconv/gconv_dl.os] Error 1 gcc -m32 gconv_charset.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconv/gconv_charset.os -MD -MP -MF /build/iconv/gconv_charset.os.dt -MT /build/iconv/gconv_charset.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from gconv_charset.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconv/gconv_charset.os] Error 1 make[2]: Target 'subdir_lib' not remade because of errors. make[2]: Leaving directory '/glibc/iconv' make[1]: *** [Makefile:484: iconv/subdir_lib] Error 2 make subdir=locale -C locale ..=../ subdir_lib make[2]: Entering directory '/glibc/locale' gcc -m32 setlocale.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/locale/setlocale.o -MD -MP -MF /build/locale/setlocale.o.dt -MT /build/locale/setlocale.o In file included from ../stdlib/alloca.h:21, from ../include/alloca.h:3, from setlocale.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/setlocale.o] Error 1 gcc -m32 findlocale.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/locale/findlocale.o -MD -MP -MF /build/locale/findlocale.o.dt -MT /build/locale/findlocale.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from findlocale.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/findlocale.o] Error 1 gcc -m32 loadlocale.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/locale/loadlocale.o -MD -MP -MF /build/locale/loadlocale.o.dt -MT /build/locale/loadlocale.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from loadlocale.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/loadlocale.o] Error 1 gcc -m32 loadarchive.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/locale/loadarchive.o -MD -MP -MF /build/locale/loadarchive.o.dt -MT /build/locale/loadarchive.o In file included from ../locale/locale.h:25, from ../include/locale.h:2, from loadarchive.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/loadarchive.o] Error 1 gcc -m32 localeconv.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/locale/localeconv.o -MD -MP -MF /build/locale/localeconv.o.dt -MT /build/locale/localeconv.o In file included from ../locale/locale.h:25, from ../include/locale.h:2, from localeconv.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/localeconv.o] Error 1 gcc -m32 nl_langinfo.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/locale/nl_langinfo.o -MD -MP -MF /build/locale/nl_langinfo.o.dt -MT /build/locale/nl_langinfo.o In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from nl_langinfo.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/nl_langinfo.o] Error 1 gcc -m32 nl_langinfo_l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/locale/nl_langinfo_l.o -MD -MP -MF /build/locale/nl_langinfo_l.o.dt -MT /build/locale/nl_langinfo_l.o In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from nl_langinfo_l.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/nl_langinfo_l.o] Error 1 gcc -m32 mb_cur_max.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/locale/mb_cur_max.o -MD -MP -MF /build/locale/mb_cur_max.o.dt -MT /build/locale/mb_cur_max.o In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from mb_cur_max.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/mb_cur_max.o] Error 1 gcc -m32 newlocale.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/locale/newlocale.o -MD -MP -MF /build/locale/newlocale.o.dt -MT /build/locale/newlocale.o In file included from ../string/argz.h:22, from ../include/argz.h:3, from newlocale.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/newlocale.o] Error 1 gcc -m32 duplocale.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/locale/duplocale.o -MD -MP -MF /build/locale/duplocale.o.dt -MT /build/locale/duplocale.o In file included from ../locale/locale.h:25, from ../include/locale.h:2, from duplocale.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/duplocale.o] Error 1 gcc -m32 freelocale.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/locale/freelocale.o -MD -MP -MF /build/locale/freelocale.o.dt -MT /build/locale/freelocale.o In file included from ../locale/locale.h:25, from ../include/locale.h:2, from freelocale.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/freelocale.o] Error 1 gcc -m32 uselocale.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/locale/uselocale.o -MD -MP -MF /build/locale/uselocale.o.dt -MT /build/locale/uselocale.o In file included from ../locale/locale.h:25, from ../include/locale.h:2, from uselocale.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/uselocale.o] Error 1 gcc -m32 lc-ctype.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/locale/lc-ctype.o -MD -MP -MF /build/locale/lc-ctype.o.dt -MT /build/locale/lc-ctype.o In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from localeinfo.h:23, from lc-ctype.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/lc-ctype.o] Error 1 gcc -m32 lc-messages.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/locale/lc-messages.o -MD -MP -MF /build/locale/lc-messages.o.dt -MT /build/locale/lc-messages.o In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from localeinfo.h:23, from lc-messages.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/lc-messages.o] Error 1 gcc -m32 lc-monetary.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/locale/lc-monetary.o -MD -MP -MF /build/locale/lc-monetary.o.dt -MT /build/locale/lc-monetary.o In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from localeinfo.h:23, from lc-monetary.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/lc-monetary.o] Error 1 gcc -m32 lc-numeric.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/locale/lc-numeric.o -MD -MP -MF /build/locale/lc-numeric.o.dt -MT /build/locale/lc-numeric.o In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from localeinfo.h:23, from lc-numeric.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/lc-numeric.o] Error 1 gcc -m32 lc-time.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/locale/lc-time.o -MD -MP -MF /build/locale/lc-time.o.dt -MT /build/locale/lc-time.o In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from localeinfo.h:23, from lc-time.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/lc-time.o] Error 1 gcc -m32 lc-paper.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/locale/lc-paper.o -MD -MP -MF /build/locale/lc-paper.o.dt -MT /build/locale/lc-paper.o In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from localeinfo.h:23, from lc-paper.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/lc-paper.o] Error 1 gcc -m32 lc-name.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/locale/lc-name.o -MD -MP -MF /build/locale/lc-name.o.dt -MT /build/locale/lc-name.o In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from localeinfo.h:23, from lc-name.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/lc-name.o] Error 1 gcc -m32 lc-address.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/locale/lc-address.o -MD -MP -MF /build/locale/lc-address.o.dt -MT /build/locale/lc-address.o In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from localeinfo.h:23, from lc-address.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/lc-address.o] Error 1 gcc -m32 lc-telephone.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/locale/lc-telephone.o -MD -MP -MF /build/locale/lc-telephone.o.dt -MT /build/locale/lc-telephone.o In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from localeinfo.h:23, from lc-telephone.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/lc-telephone.o] Error 1 gcc -m32 lc-measurement.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/locale/lc-measurement.o -MD -MP -MF /build/locale/lc-measurement.o.dt -MT /build/locale/lc-measurement.o In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from localeinfo.h:23, from lc-measurement.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/lc-measurement.o] Error 1 gcc -m32 lc-identification.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/locale/lc-identification.o -MD -MP -MF /build/locale/lc-identification.o.dt -MT /build/locale/lc-identification.o In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from localeinfo.h:23, from lc-identification.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/lc-identification.o] Error 1 gcc -m32 lc-collate.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/locale/lc-collate.o -MD -MP -MF /build/locale/lc-collate.o.dt -MT /build/locale/lc-collate.o In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from localeinfo.h:23, from lc-collate.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/lc-collate.o] Error 1 gcc -m32 C-ctype.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/locale/C-ctype.o -MD -MP -MF /build/locale/C-ctype.o.dt -MT /build/locale/C-ctype.o In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from localeinfo.h:23, from C-ctype.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/C-ctype.o] Error 1 gcc -m32 C-messages.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/locale/C-messages.o -MD -MP -MF /build/locale/C-messages.o.dt -MT /build/locale/C-messages.o In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from localeinfo.h:23, from C-messages.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/C-messages.o] Error 1 gcc -m32 C-monetary.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/locale/C-monetary.o -MD -MP -MF /build/locale/C-monetary.o.dt -MT /build/locale/C-monetary.o In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from localeinfo.h:23, from C-monetary.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/C-monetary.o] Error 1 gcc -m32 C-numeric.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/locale/C-numeric.o -MD -MP -MF /build/locale/C-numeric.o.dt -MT /build/locale/C-numeric.o In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from localeinfo.h:23, from C-numeric.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/C-numeric.o] Error 1 gcc -m32 C-time.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/locale/C-time.o -MD -MP -MF /build/locale/C-time.o.dt -MT /build/locale/C-time.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from C-time.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/C-time.o] Error 1 gcc -m32 C-paper.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/locale/C-paper.o -MD -MP -MF /build/locale/C-paper.o.dt -MT /build/locale/C-paper.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from C-paper.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/C-paper.o] Error 1 gcc -m32 C-name.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/locale/C-name.o -MD -MP -MF /build/locale/C-name.o.dt -MT /build/locale/C-name.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from C-name.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/C-name.o] Error 1 gcc -m32 C-address.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/locale/C-address.o -MD -MP -MF /build/locale/C-address.o.dt -MT /build/locale/C-address.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from C-address.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/C-address.o] Error 1 gcc -m32 C-telephone.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/locale/C-telephone.o -MD -MP -MF /build/locale/C-telephone.o.dt -MT /build/locale/C-telephone.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from C-telephone.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/C-telephone.o] Error 1 gcc -m32 C-measurement.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/locale/C-measurement.o -MD -MP -MF /build/locale/C-measurement.o.dt -MT /build/locale/C-measurement.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from C-measurement.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/C-measurement.o] Error 1 gcc -m32 C-identification.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/locale/C-identification.o -MD -MP -MF /build/locale/C-identification.o.dt -MT /build/locale/C-identification.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from C-identification.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/C-identification.o] Error 1 gcc -m32 C-collate.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/locale/C-collate.o -MD -MP -MF /build/locale/C-collate.o.dt -MT /build/locale/C-collate.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from C-collate.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/C-collate.o] Error 1 gcc -m32 SYS_libc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/locale/SYS_libc.o -MD -MP -MF /build/locale/SYS_libc.o.dt -MT /build/locale/SYS_libc.o In file included from ../intl/libintl.h:23, from ../include/libintl.h:2, from SYS_libc.c:4: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/SYS_libc.o] Error 1 gcc -m32 C_name.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/locale/C_name.o -MD -MP -MF /build/locale/C_name.o.dt -MT /build/locale/C_name.o In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from localeinfo.h:23, from C_name.c:4: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/C_name.o] Error 1 gcc -m32 xlocale.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/locale/xlocale.o -MD -MP -MF /build/locale/xlocale.o.dt -MT /build/locale/xlocale.o In file included from ../locale/locale.h:25, from ../include/locale.h:2, from xlocale.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/xlocale.o] Error 1 gcc -m32 localename.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/locale/localename.o -MD -MP -MF /build/locale/localename.o.dt -MT /build/locale/localename.o In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from localeinfo.h:23, from localename.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/localename.o] Error 1 gcc -m32 global-locale.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/locale/global-locale.o -MD -MP -MF /build/locale/global-locale.o.dt -MT /build/locale/global-locale.o In file included from ../locale/locale.h:25, from ../include/locale.h:2, from global-locale.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/global-locale.o] Error 1 gcc -m32 coll-lookup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/locale/coll-lookup.o -MD -MP -MF /build/locale/coll-lookup.o.dt -MT /build/locale/coll-lookup.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from coll-lookup.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/coll-lookup.o] Error 1 gcc -m32 setlocale.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/setlocale.os -MD -MP -MF /build/locale/setlocale.os.dt -MT /build/locale/setlocale.os In file included from ../stdlib/alloca.h:21, from ../include/alloca.h:3, from setlocale.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/setlocale.os] Error 1 gcc -m32 findlocale.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/findlocale.os -MD -MP -MF /build/locale/findlocale.os.dt -MT /build/locale/findlocale.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from findlocale.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/findlocale.os] Error 1 gcc -m32 loadlocale.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/loadlocale.os -MD -MP -MF /build/locale/loadlocale.os.dt -MT /build/locale/loadlocale.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from loadlocale.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/loadlocale.os] Error 1 gcc -m32 loadarchive.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/loadarchive.os -MD -MP -MF /build/locale/loadarchive.os.dt -MT /build/locale/loadarchive.os In file included from ../locale/locale.h:25, from ../include/locale.h:2, from loadarchive.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/loadarchive.os] Error 1 gcc -m32 localeconv.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/localeconv.os -MD -MP -MF /build/locale/localeconv.os.dt -MT /build/locale/localeconv.os In file included from ../locale/locale.h:25, from ../include/locale.h:2, from localeconv.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/localeconv.os] Error 1 gcc -m32 nl_langinfo.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/nl_langinfo.os -MD -MP -MF /build/locale/nl_langinfo.os.dt -MT /build/locale/nl_langinfo.os In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from nl_langinfo.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/nl_langinfo.os] Error 1 gcc -m32 nl_langinfo_l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/nl_langinfo_l.os -MD -MP -MF /build/locale/nl_langinfo_l.os.dt -MT /build/locale/nl_langinfo_l.os In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from nl_langinfo_l.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/nl_langinfo_l.os] Error 1 gcc -m32 mb_cur_max.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/mb_cur_max.os -MD -MP -MF /build/locale/mb_cur_max.os.dt -MT /build/locale/mb_cur_max.os In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from mb_cur_max.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/mb_cur_max.os] Error 1 gcc -m32 newlocale.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/newlocale.os -MD -MP -MF /build/locale/newlocale.os.dt -MT /build/locale/newlocale.os In file included from ../string/argz.h:22, from ../include/argz.h:3, from newlocale.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/newlocale.os] Error 1 gcc -m32 duplocale.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/duplocale.os -MD -MP -MF /build/locale/duplocale.os.dt -MT /build/locale/duplocale.os In file included from ../locale/locale.h:25, from ../include/locale.h:2, from duplocale.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/duplocale.os] Error 1 gcc -m32 freelocale.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/freelocale.os -MD -MP -MF /build/locale/freelocale.os.dt -MT /build/locale/freelocale.os In file included from ../locale/locale.h:25, from ../include/locale.h:2, from freelocale.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/freelocale.os] Error 1 gcc -m32 uselocale.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/uselocale.os -MD -MP -MF /build/locale/uselocale.os.dt -MT /build/locale/uselocale.os In file included from ../locale/locale.h:25, from ../include/locale.h:2, from uselocale.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/uselocale.os] Error 1 gcc -m32 lc-ctype.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/lc-ctype.os -MD -MP -MF /build/locale/lc-ctype.os.dt -MT /build/locale/lc-ctype.os In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from localeinfo.h:23, from lc-ctype.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/lc-ctype.os] Error 1 gcc -m32 lc-messages.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/lc-messages.os -MD -MP -MF /build/locale/lc-messages.os.dt -MT /build/locale/lc-messages.os In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from localeinfo.h:23, from lc-messages.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/lc-messages.os] Error 1 gcc -m32 lc-monetary.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/lc-monetary.os -MD -MP -MF /build/locale/lc-monetary.os.dt -MT /build/locale/lc-monetary.os In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from localeinfo.h:23, from lc-monetary.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/lc-monetary.os] Error 1 gcc -m32 lc-numeric.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/lc-numeric.os -MD -MP -MF /build/locale/lc-numeric.os.dt -MT /build/locale/lc-numeric.os In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from localeinfo.h:23, from lc-numeric.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/lc-numeric.os] Error 1 gcc -m32 lc-time.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/lc-time.os -MD -MP -MF /build/locale/lc-time.os.dt -MT /build/locale/lc-time.os In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from localeinfo.h:23, from lc-time.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/lc-time.os] Error 1 gcc -m32 lc-paper.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/lc-paper.os -MD -MP -MF /build/locale/lc-paper.os.dt -MT /build/locale/lc-paper.os In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from localeinfo.h:23, from lc-paper.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/lc-paper.os] Error 1 gcc -m32 lc-name.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/lc-name.os -MD -MP -MF /build/locale/lc-name.os.dt -MT /build/locale/lc-name.os In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from localeinfo.h:23, from lc-name.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/lc-name.os] Error 1 gcc -m32 lc-address.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/lc-address.os -MD -MP -MF /build/locale/lc-address.os.dt -MT /build/locale/lc-address.os In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from localeinfo.h:23, from lc-address.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/lc-address.os] Error 1 gcc -m32 lc-telephone.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/lc-telephone.os -MD -MP -MF /build/locale/lc-telephone.os.dt -MT /build/locale/lc-telephone.os In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from localeinfo.h:23, from lc-telephone.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/lc-telephone.os] Error 1 gcc -m32 lc-measurement.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/lc-measurement.os -MD -MP -MF /build/locale/lc-measurement.os.dt -MT /build/locale/lc-measurement.os In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from localeinfo.h:23, from lc-measurement.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/lc-measurement.os] Error 1 gcc -m32 lc-identification.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/lc-identification.os -MD -MP -MF /build/locale/lc-identification.os.dt -MT /build/locale/lc-identification.os In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from localeinfo.h:23, from lc-identification.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/lc-identification.os] Error 1 gcc -m32 lc-collate.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/lc-collate.os -MD -MP -MF /build/locale/lc-collate.os.dt -MT /build/locale/lc-collate.os In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from localeinfo.h:23, from lc-collate.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/lc-collate.os] Error 1 gcc -m32 C-ctype.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/C-ctype.os -MD -MP -MF /build/locale/C-ctype.os.dt -MT /build/locale/C-ctype.os In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from localeinfo.h:23, from C-ctype.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/C-ctype.os] Error 1 gcc -m32 C-messages.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/C-messages.os -MD -MP -MF /build/locale/C-messages.os.dt -MT /build/locale/C-messages.os In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from localeinfo.h:23, from C-messages.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/C-messages.os] Error 1 gcc -m32 C-monetary.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/C-monetary.os -MD -MP -MF /build/locale/C-monetary.os.dt -MT /build/locale/C-monetary.os In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from localeinfo.h:23, from C-monetary.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/C-monetary.os] Error 1 gcc -m32 C-numeric.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/C-numeric.os -MD -MP -MF /build/locale/C-numeric.os.dt -MT /build/locale/C-numeric.os In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from localeinfo.h:23, from C-numeric.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/C-numeric.os] Error 1 gcc -m32 C-time.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/C-time.os -MD -MP -MF /build/locale/C-time.os.dt -MT /build/locale/C-time.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from C-time.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/C-time.os] Error 1 gcc -m32 C-paper.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/C-paper.os -MD -MP -MF /build/locale/C-paper.os.dt -MT /build/locale/C-paper.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from C-paper.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/C-paper.os] Error 1 gcc -m32 C-name.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/C-name.os -MD -MP -MF /build/locale/C-name.os.dt -MT /build/locale/C-name.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from C-name.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/C-name.os] Error 1 gcc -m32 C-address.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/C-address.os -MD -MP -MF /build/locale/C-address.os.dt -MT /build/locale/C-address.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from C-address.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/C-address.os] Error 1 gcc -m32 C-telephone.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/C-telephone.os -MD -MP -MF /build/locale/C-telephone.os.dt -MT /build/locale/C-telephone.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from C-telephone.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/C-telephone.os] Error 1 gcc -m32 C-measurement.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/C-measurement.os -MD -MP -MF /build/locale/C-measurement.os.dt -MT /build/locale/C-measurement.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from C-measurement.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/C-measurement.os] Error 1 gcc -m32 C-identification.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/C-identification.os -MD -MP -MF /build/locale/C-identification.os.dt -MT /build/locale/C-identification.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from C-identification.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/C-identification.os] Error 1 gcc -m32 C-collate.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/C-collate.os -MD -MP -MF /build/locale/C-collate.os.dt -MT /build/locale/C-collate.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from C-collate.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/C-collate.os] Error 1 gcc -m32 SYS_libc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/SYS_libc.os -MD -MP -MF /build/locale/SYS_libc.os.dt -MT /build/locale/SYS_libc.os In file included from ../intl/libintl.h:23, from ../include/libintl.h:2, from SYS_libc.c:4: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/SYS_libc.os] Error 1 gcc -m32 C_name.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/C_name.os -MD -MP -MF /build/locale/C_name.os.dt -MT /build/locale/C_name.os In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from localeinfo.h:23, from C_name.c:4: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/C_name.os] Error 1 gcc -m32 xlocale.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/xlocale.os -MD -MP -MF /build/locale/xlocale.os.dt -MT /build/locale/xlocale.os In file included from ../locale/locale.h:25, from ../include/locale.h:2, from xlocale.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/xlocale.os] Error 1 gcc -m32 localename.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/localename.os -MD -MP -MF /build/locale/localename.os.dt -MT /build/locale/localename.os In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from localeinfo.h:23, from localename.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/localename.os] Error 1 gcc -m32 global-locale.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/global-locale.os -MD -MP -MF /build/locale/global-locale.os.dt -MT /build/locale/global-locale.os In file included from ../locale/locale.h:25, from ../include/locale.h:2, from global-locale.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/global-locale.os] Error 1 gcc -m32 coll-lookup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/coll-lookup.os -MD -MP -MF /build/locale/coll-lookup.os.dt -MT /build/locale/coll-lookup.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from coll-lookup.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/coll-lookup.os] Error 1 make[2]: Target 'subdir_lib' not remade because of errors. make[2]: Leaving directory '/glibc/locale' make[1]: *** [Makefile:484: locale/subdir_lib] Error 2 make subdir=localedata -C localedata ..=../ subdir_lib make[2]: Entering directory '/glibc/localedata' make[2]: Nothing to be done for 'subdir_lib'. make[2]: Leaving directory '/glibc/localedata' make subdir=iconvdata -C iconvdata ..=../ subdir_lib make[2]: Entering directory '/glibc/iconvdata' make[2]: Nothing to be done for 'subdir_lib'. make[2]: Leaving directory '/glibc/iconvdata' make subdir=assert -C assert ..=../ subdir_lib make[2]: Entering directory '/glibc/assert' gcc -m32 __assert.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/assert -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/assert/__assert.o -MD -MP -MF /build/assert/__assert.o.dt -MT /build/assert/__assert.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from __assert.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/assert/__assert.o] Error 1 gcc -m32 __libc_assert_fail.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/assert -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/assert/__libc_assert_fail.o -MD -MP -MF /build/assert/__libc_assert_fail.o.dt -MT /build/assert/__libc_assert_fail.o In file included from ../bits/libc-header-start.h:33, from ../include/limits.h:26, from ../sysdeps/generic/_itoa.h:22, from __libc_assert_fail.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/assert/__libc_assert_fail.o] Error 1 gcc -m32 assert.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -DFATAL_PREPARE_INCLUDE='' -ftls-model=initial-exec -I../include -I/build/assert -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/assert/assert.o -MD -MP -MF /build/assert/assert.o.dt -MT /build/assert/assert.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from assert.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/assert/assert.o] Error 1 gcc -m32 assert-perr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -DFATAL_PREPARE_INCLUDE='' -ftls-model=initial-exec -I../include -I/build/assert -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/assert/assert-perr.o -MD -MP -MF /build/assert/assert-perr.o.dt -MT /build/assert/assert-perr.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from assert-perr.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/assert/assert-perr.o] Error 1 gcc -m32 __assert.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/assert -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/assert/__assert.os -MD -MP -MF /build/assert/__assert.os.dt -MT /build/assert/__assert.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from __assert.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/assert/__assert.os] Error 1 gcc -m32 __libc_assert_fail.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/assert -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/assert/__libc_assert_fail.os -MD -MP -MF /build/assert/__libc_assert_fail.os.dt -MT /build/assert/__libc_assert_fail.os In file included from ../bits/libc-header-start.h:33, from ../include/limits.h:26, from ../sysdeps/generic/_itoa.h:22, from __libc_assert_fail.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/assert/__libc_assert_fail.os] Error 1 gcc -m32 assert.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -DFATAL_PREPARE_INCLUDE='' -ftls-model=initial-exec -I../include -I/build/assert -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/assert/assert.os -MD -MP -MF /build/assert/assert.os.dt -MT /build/assert/assert.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from assert.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/assert/assert.os] Error 1 gcc -m32 assert-perr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -DFATAL_PREPARE_INCLUDE='' -ftls-model=initial-exec -I../include -I/build/assert -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/assert/assert-perr.os -MD -MP -MF /build/assert/assert-perr.os.dt -MT /build/assert/assert-perr.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from assert-perr.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/assert/assert-perr.os] Error 1 make[2]: Target 'subdir_lib' not remade because of errors. make[2]: Leaving directory '/glibc/assert' make[1]: *** [Makefile:484: assert/subdir_lib] Error 2 make subdir=ctype -C ctype ..=../ subdir_lib make[2]: Entering directory '/glibc/ctype' gcc -m32 ctype.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/ctype -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/ctype/ctype.o -MD -MP -MF /build/ctype/ctype.o.dt -MT /build/ctype/ctype.o In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from ctype.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/ctype/ctype.o] Error 1 gcc -m32 ctype-c99.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/ctype -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/ctype/ctype-c99.o -MD -MP -MF /build/ctype/ctype-c99.o.dt -MT /build/ctype/ctype-c99.o In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from ctype-c99.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/ctype/ctype-c99.o] Error 1 gcc -m32 ctype-extn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/ctype -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/ctype/ctype-extn.o -MD -MP -MF /build/ctype/ctype-extn.o.dt -MT /build/ctype/ctype-extn.o In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from ctype-extn.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/ctype/ctype-extn.o] Error 1 gcc -m32 ctype-c99_l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/ctype -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/ctype/ctype-c99_l.o -MD -MP -MF /build/ctype/ctype-c99_l.o.dt -MT /build/ctype/ctype-c99_l.o In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from ctype-c99_l.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/ctype/ctype-c99_l.o] Error 1 gcc -m32 ctype_l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/ctype -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/ctype/ctype_l.o -MD -MP -MF /build/ctype/ctype_l.o.dt -MT /build/ctype/ctype_l.o In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from ctype_l.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/ctype/ctype_l.o] Error 1 gcc -m32 isctype.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/ctype -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/ctype/isctype.o -MD -MP -MF /build/ctype/isctype.o.dt -MT /build/ctype/isctype.o In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from isctype.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/ctype/isctype.o] Error 1 gcc -m32 ctype-info.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/ctype -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/ctype/ctype-info.o -MD -MP -MF /build/ctype/ctype-info.o.dt -MT /build/ctype/ctype-info.o In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from ctype-info.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/ctype/ctype-info.o] Error 1 gcc -m32 ctype.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/ctype -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/ctype/ctype.os -MD -MP -MF /build/ctype/ctype.os.dt -MT /build/ctype/ctype.os In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from ctype.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/ctype/ctype.os] Error 1 gcc -m32 ctype-c99.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/ctype -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/ctype/ctype-c99.os -MD -MP -MF /build/ctype/ctype-c99.os.dt -MT /build/ctype/ctype-c99.os In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from ctype-c99.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/ctype/ctype-c99.os] Error 1 gcc -m32 ctype-extn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/ctype -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/ctype/ctype-extn.os -MD -MP -MF /build/ctype/ctype-extn.os.dt -MT /build/ctype/ctype-extn.os In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from ctype-extn.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/ctype/ctype-extn.os] Error 1 gcc -m32 ctype-c99_l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/ctype -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/ctype/ctype-c99_l.os -MD -MP -MF /build/ctype/ctype-c99_l.os.dt -MT /build/ctype/ctype-c99_l.os In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from ctype-c99_l.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/ctype/ctype-c99_l.os] Error 1 gcc -m32 ctype_l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/ctype -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/ctype/ctype_l.os -MD -MP -MF /build/ctype/ctype_l.os.dt -MT /build/ctype/ctype_l.os In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from ctype_l.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/ctype/ctype_l.os] Error 1 gcc -m32 isctype.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/ctype -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/ctype/isctype.os -MD -MP -MF /build/ctype/isctype.os.dt -MT /build/ctype/isctype.os In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from isctype.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/ctype/isctype.os] Error 1 gcc -m32 ctype-info.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/ctype -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/ctype/ctype-info.os -MD -MP -MF /build/ctype/ctype-info.os.dt -MT /build/ctype/ctype-info.os In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from ctype-info.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/ctype/ctype-info.os] Error 1 make[2]: Target 'subdir_lib' not remade because of errors. make[2]: Leaving directory '/glibc/ctype' make[1]: *** [Makefile:484: ctype/subdir_lib] Error 2 make subdir=intl -C intl ..=../ subdir_lib make[2]: Entering directory '/glibc/intl' gcc -m32 bindtextdom.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/intl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D'LOCALEDIR="/usr/share/locale"' -D'LOCALE_ALIAS_PATH="/usr/share/locale"' -Wno-unused-but-set-variable -o /build/intl/bindtextdom.o -MD -MP -MF /build/intl/bindtextdom.o.dt -MT /build/intl/bindtextdom.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from bindtextdom.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/intl/bindtextdom.o] Error 1 gcc -m32 dcgettext.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/intl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D'LOCALEDIR="/usr/share/locale"' -D'LOCALE_ALIAS_PATH="/usr/share/locale"' -Wno-unused-but-set-variable -o /build/intl/dcgettext.o -MD -MP -MF /build/intl/dcgettext.o.dt -MT /build/intl/dcgettext.o In file included from ../iconv/gconv.h:25, from ../iconv/gconv_int.h:21, from gettextP.h:24, from dcgettext.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/intl/dcgettext.o] Error 1 gcc -m32 dgettext.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/intl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D'LOCALEDIR="/usr/share/locale"' -D'LOCALE_ALIAS_PATH="/usr/share/locale"' -Wno-unused-but-set-variable -o /build/intl/dgettext.o -MD -MP -MF /build/intl/dgettext.o.dt -MT /build/intl/dgettext.o In file included from ../iconv/gconv.h:25, from ../iconv/gconv_int.h:21, from gettextP.h:24, from dgettext.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/intl/dgettext.o] Error 1 gcc -m32 gettext.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/intl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D'LOCALEDIR="/usr/share/locale"' -D'LOCALE_ALIAS_PATH="/usr/share/locale"' -Wno-unused-but-set-variable -o /build/intl/gettext.o -MD -MP -MF /build/intl/gettext.o.dt -MT /build/intl/gettext.o In file included from ../iconv/gconv.h:25, from ../iconv/gconv_int.h:21, from gettextP.h:24, from gettext.c:28: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/intl/gettext.o] Error 1 gcc -m32 dcigettext.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/intl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D'LOCALEDIR="/usr/share/locale"' -D'LOCALE_ALIAS_PATH="/usr/share/locale"' -Wno-unused-but-set-variable -o /build/intl/dcigettext.o -MD -MP -MF /build/intl/dcigettext.o.dt -MT /build/intl/dcigettext.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from dcigettext.c:28: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/intl/dcigettext.o] Error 1 gcc -m32 dcngettext.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/intl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D'LOCALEDIR="/usr/share/locale"' -D'LOCALE_ALIAS_PATH="/usr/share/locale"' -Wno-unused-but-set-variable -o /build/intl/dcngettext.o -MD -MP -MF /build/intl/dcngettext.o.dt -MT /build/intl/dcngettext.o In file included from ../iconv/gconv.h:25, from ../iconv/gconv_int.h:21, from gettextP.h:24, from dcngettext.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/intl/dcngettext.o] Error 1 gcc -m32 dngettext.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/intl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D'LOCALEDIR="/usr/share/locale"' -D'LOCALE_ALIAS_PATH="/usr/share/locale"' -Wno-unused-but-set-variable -o /build/intl/dngettext.o -MD -MP -MF /build/intl/dngettext.o.dt -MT /build/intl/dngettext.o In file included from ../iconv/gconv.h:25, from ../iconv/gconv_int.h:21, from gettextP.h:24, from dngettext.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/intl/dngettext.o] Error 1 gcc -m32 ngettext.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/intl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D'LOCALEDIR="/usr/share/locale"' -D'LOCALE_ALIAS_PATH="/usr/share/locale"' -Wno-unused-but-set-variable -o /build/intl/ngettext.o -MD -MP -MF /build/intl/ngettext.o.dt -MT /build/intl/ngettext.o In file included from ../iconv/gconv.h:25, from ../iconv/gconv_int.h:21, from gettextP.h:24, from ngettext.c:28: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/intl/ngettext.o] Error 1 gcc -m32 finddomain.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/intl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D'LOCALEDIR="/usr/share/locale"' -D'LOCALE_ALIAS_PATH="/usr/share/locale"' -Wno-unused-but-set-variable -o /build/intl/finddomain.o -MD -MP -MF /build/intl/finddomain.o.dt -MT /build/intl/finddomain.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from finddomain.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/intl/finddomain.o] Error 1 gcc -m32 loadmsgcat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/intl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D'LOCALEDIR="/usr/share/locale"' -D'LOCALE_ALIAS_PATH="/usr/share/locale"' -Wno-unused-but-set-variable -o /build/intl/loadmsgcat.o -MD -MP -MF /build/intl/loadmsgcat.o.dt -MT /build/intl/loadmsgcat.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from loadmsgcat.c:28: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/intl/loadmsgcat.o] Error 1 gcc -m32 localealias.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/intl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D'LOCALEDIR="/usr/share/locale"' -D'LOCALE_ALIAS_PATH="/usr/share/locale"' -Wno-unused-but-set-variable -o /build/intl/localealias.o -MD -MP -MF /build/intl/localealias.o.dt -MT /build/intl/localealias.o In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from localealias.c:28: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/intl/localealias.o] Error 1 gcc -m32 textdomain.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/intl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D'LOCALEDIR="/usr/share/locale"' -D'LOCALE_ALIAS_PATH="/usr/share/locale"' -Wno-unused-but-set-variable -o /build/intl/textdomain.o -MD -MP -MF /build/intl/textdomain.o.dt -MT /build/intl/textdomain.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from textdomain.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/intl/textdomain.o] Error 1 gcc -m32 l10nflist.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/intl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D'LOCALEDIR="/usr/share/locale"' -D'LOCALE_ALIAS_PATH="/usr/share/locale"' -Wno-unused-but-set-variable -o /build/intl/l10nflist.o -MD -MP -MF /build/intl/l10nflist.o.dt -MT /build/intl/l10nflist.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from l10nflist.c:28: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/intl/l10nflist.o] Error 1 gcc -m32 explodename.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/intl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D'LOCALEDIR="/usr/share/locale"' -D'LOCALE_ALIAS_PATH="/usr/share/locale"' -Wno-unused-but-set-variable -o /build/intl/explodename.o -MD -MP -MF /build/intl/explodename.o.dt -MT /build/intl/explodename.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from explodename.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/intl/explodename.o] Error 1 gcc -m32 /build/intl/plural.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/intl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D'LOCALEDIR="/usr/share/locale"' -D'LOCALE_ALIAS_PATH="/usr/share/locale"' -Wno-unused-but-set-variable -o /build/intl/plural.o -MD -MP -MF /build/intl/plural.o.dt -MT /build/intl/plural.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from /build/intl/plural.c:107: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/intl/plural.o] Error 1 gcc -m32 plural-exp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/intl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D'LOCALEDIR="/usr/share/locale"' -D'LOCALE_ALIAS_PATH="/usr/share/locale"' -Wno-unused-but-set-variable -o /build/intl/plural-exp.o -MD -MP -MF /build/intl/plural-exp.o.dt -MT /build/intl/plural-exp.o In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from plural-exp.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/intl/plural-exp.o] Error 1 gcc -m32 bindtextdom.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/intl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D'LOCALEDIR="/usr/share/locale"' -D'LOCALE_ALIAS_PATH="/usr/share/locale"' -Wno-unused-but-set-variable -o /build/intl/bindtextdom.os -MD -MP -MF /build/intl/bindtextdom.os.dt -MT /build/intl/bindtextdom.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from bindtextdom.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/intl/bindtextdom.os] Error 1 gcc -m32 dcgettext.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/intl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D'LOCALEDIR="/usr/share/locale"' -D'LOCALE_ALIAS_PATH="/usr/share/locale"' -Wno-unused-but-set-variable -o /build/intl/dcgettext.os -MD -MP -MF /build/intl/dcgettext.os.dt -MT /build/intl/dcgettext.os In file included from ../iconv/gconv.h:25, from ../iconv/gconv_int.h:21, from gettextP.h:24, from dcgettext.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/intl/dcgettext.os] Error 1 gcc -m32 dgettext.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/intl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D'LOCALEDIR="/usr/share/locale"' -D'LOCALE_ALIAS_PATH="/usr/share/locale"' -Wno-unused-but-set-variable -o /build/intl/dgettext.os -MD -MP -MF /build/intl/dgettext.os.dt -MT /build/intl/dgettext.os In file included from ../iconv/gconv.h:25, from ../iconv/gconv_int.h:21, from gettextP.h:24, from dgettext.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/intl/dgettext.os] Error 1 gcc -m32 gettext.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/intl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D'LOCALEDIR="/usr/share/locale"' -D'LOCALE_ALIAS_PATH="/usr/share/locale"' -Wno-unused-but-set-variable -o /build/intl/gettext.os -MD -MP -MF /build/intl/gettext.os.dt -MT /build/intl/gettext.os In file included from ../iconv/gconv.h:25, from ../iconv/gconv_int.h:21, from gettextP.h:24, from gettext.c:28: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/intl/gettext.os] Error 1 gcc -m32 dcigettext.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/intl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D'LOCALEDIR="/usr/share/locale"' -D'LOCALE_ALIAS_PATH="/usr/share/locale"' -Wno-unused-but-set-variable -o /build/intl/dcigettext.os -MD -MP -MF /build/intl/dcigettext.os.dt -MT /build/intl/dcigettext.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from dcigettext.c:28: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/intl/dcigettext.os] Error 1 gcc -m32 dcngettext.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/intl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D'LOCALEDIR="/usr/share/locale"' -D'LOCALE_ALIAS_PATH="/usr/share/locale"' -Wno-unused-but-set-variable -o /build/intl/dcngettext.os -MD -MP -MF /build/intl/dcngettext.os.dt -MT /build/intl/dcngettext.os In file included from ../iconv/gconv.h:25, from ../iconv/gconv_int.h:21, from gettextP.h:24, from dcngettext.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/intl/dcngettext.os] Error 1 gcc -m32 dngettext.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/intl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D'LOCALEDIR="/usr/share/locale"' -D'LOCALE_ALIAS_PATH="/usr/share/locale"' -Wno-unused-but-set-variable -o /build/intl/dngettext.os -MD -MP -MF /build/intl/dngettext.os.dt -MT /build/intl/dngettext.os In file included from ../iconv/gconv.h:25, from ../iconv/gconv_int.h:21, from gettextP.h:24, from dngettext.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/intl/dngettext.os] Error 1 gcc -m32 ngettext.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/intl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D'LOCALEDIR="/usr/share/locale"' -D'LOCALE_ALIAS_PATH="/usr/share/locale"' -Wno-unused-but-set-variable -o /build/intl/ngettext.os -MD -MP -MF /build/intl/ngettext.os.dt -MT /build/intl/ngettext.os In file included from ../iconv/gconv.h:25, from ../iconv/gconv_int.h:21, from gettextP.h:24, from ngettext.c:28: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/intl/ngettext.os] Error 1 gcc -m32 finddomain.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/intl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D'LOCALEDIR="/usr/share/locale"' -D'LOCALE_ALIAS_PATH="/usr/share/locale"' -Wno-unused-but-set-variable -o /build/intl/finddomain.os -MD -MP -MF /build/intl/finddomain.os.dt -MT /build/intl/finddomain.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from finddomain.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/intl/finddomain.os] Error 1 gcc -m32 loadmsgcat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/intl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D'LOCALEDIR="/usr/share/locale"' -D'LOCALE_ALIAS_PATH="/usr/share/locale"' -Wno-unused-but-set-variable -o /build/intl/loadmsgcat.os -MD -MP -MF /build/intl/loadmsgcat.os.dt -MT /build/intl/loadmsgcat.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from loadmsgcat.c:28: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/intl/loadmsgcat.os] Error 1 gcc -m32 localealias.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/intl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D'LOCALEDIR="/usr/share/locale"' -D'LOCALE_ALIAS_PATH="/usr/share/locale"' -Wno-unused-but-set-variable -o /build/intl/localealias.os -MD -MP -MF /build/intl/localealias.os.dt -MT /build/intl/localealias.os In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from localealias.c:28: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/intl/localealias.os] Error 1 gcc -m32 textdomain.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/intl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D'LOCALEDIR="/usr/share/locale"' -D'LOCALE_ALIAS_PATH="/usr/share/locale"' -Wno-unused-but-set-variable -o /build/intl/textdomain.os -MD -MP -MF /build/intl/textdomain.os.dt -MT /build/intl/textdomain.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from textdomain.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/intl/textdomain.os] Error 1 gcc -m32 l10nflist.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/intl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D'LOCALEDIR="/usr/share/locale"' -D'LOCALE_ALIAS_PATH="/usr/share/locale"' -Wno-unused-but-set-variable -o /build/intl/l10nflist.os -MD -MP -MF /build/intl/l10nflist.os.dt -MT /build/intl/l10nflist.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from l10nflist.c:28: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/intl/l10nflist.os] Error 1 gcc -m32 explodename.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/intl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D'LOCALEDIR="/usr/share/locale"' -D'LOCALE_ALIAS_PATH="/usr/share/locale"' -Wno-unused-but-set-variable -o /build/intl/explodename.os -MD -MP -MF /build/intl/explodename.os.dt -MT /build/intl/explodename.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from explodename.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/intl/explodename.os] Error 1 gcc -m32 /build/intl/plural.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/intl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D'LOCALEDIR="/usr/share/locale"' -D'LOCALE_ALIAS_PATH="/usr/share/locale"' -Wno-unused-but-set-variable -o /build/intl/plural.os -MD -MP -MF /build/intl/plural.os.dt -MT /build/intl/plural.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from /build/intl/plural.c:107: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/intl/plural.os] Error 1 gcc -m32 plural-exp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/intl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D'LOCALEDIR="/usr/share/locale"' -D'LOCALE_ALIAS_PATH="/usr/share/locale"' -Wno-unused-but-set-variable -o /build/intl/plural-exp.os -MD -MP -MF /build/intl/plural-exp.os.dt -MT /build/intl/plural-exp.os In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from plural-exp.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/intl/plural-exp.os] Error 1 make[2]: Target 'subdir_lib' not remade because of errors. make[2]: Leaving directory '/glibc/intl' make[1]: *** [Makefile:484: intl/subdir_lib] Error 2 make subdir=catgets -C catgets ..=../ subdir_lib make[2]: Entering directory '/glibc/catgets' gcc -m32 catgets.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -DNLSPATH='"/usr/share/locale/%L/%N:/usr/share/locale/%L/LC_MESSAGES/%N:/usr/share/locale/%l/%N:/usr/share/locale/%l/LC_MESSAGES/%N:"' -I../include -I/build/catgets -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/catgets/catgets.o -MD -MP -MF /build/catgets/catgets.o.dt -MT /build/catgets/catgets.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from catgets.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/catgets/catgets.o] Error 1 gcc -m32 open_catalog.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -DNLSPATH='"/usr/share/locale/%L/%N:/usr/share/locale/%L/LC_MESSAGES/%N:/usr/share/locale/%l/%N:/usr/share/locale/%l/LC_MESSAGES/%N:"' -I../include -I/build/catgets -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/catgets/open_catalog.o -MD -MP -MF /build/catgets/open_catalog.o.dt -MT /build/catgets/open_catalog.o In file included from ../string/byteswap.h:22, from ../include/byteswap.h:1, from open_catalog.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/catgets/open_catalog.o] Error 1 gcc -m32 catgets.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DNLSPATH='"/usr/share/locale/%L/%N:/usr/share/locale/%L/LC_MESSAGES/%N:/usr/share/locale/%l/%N:/usr/share/locale/%l/LC_MESSAGES/%N:"' -I../include -I/build/catgets -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/catgets/catgets.os -MD -MP -MF /build/catgets/catgets.os.dt -MT /build/catgets/catgets.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from catgets.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/catgets/catgets.os] Error 1 gcc -m32 open_catalog.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DNLSPATH='"/usr/share/locale/%L/%N:/usr/share/locale/%L/LC_MESSAGES/%N:/usr/share/locale/%l/%N:/usr/share/locale/%l/LC_MESSAGES/%N:"' -I../include -I/build/catgets -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/catgets/open_catalog.os -MD -MP -MF /build/catgets/open_catalog.os.dt -MT /build/catgets/open_catalog.os In file included from ../string/byteswap.h:22, from ../include/byteswap.h:1, from open_catalog.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/catgets/open_catalog.os] Error 1 make[2]: Target 'subdir_lib' not remade because of errors. make[2]: Leaving directory '/glibc/catgets' make[1]: *** [Makefile:484: catgets/subdir_lib] Error 2 make subdir=math -C math ..=../ subdir_lib make[2]: Entering directory '/glibc/math' gcc -m32 ../sysdeps/i386/fpu/s_isinfl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_isinfl.o -MD -MP -MF /build/math/s_isinfl.o.dt -MT /build/math/s_isinfl.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/i386/fpu/s_isinfl.c:15: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:655: /build/math/s_isinfl.o] Error 1 gcc -m32 ../sysdeps/x86/fpu/s_isnanl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_isnanl.o -MD -MP -MF /build/math/s_isnanl.o.dt -MT /build/math/s_isnanl.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/x86/fpu/s_isnanl.c:24: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:689: /build/math/s_isnanl.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_finitel.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_finitel.o -MD -MP -MF /build/math/s_finitel.o.dt -MT /build/math/s_finitel.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_finitel.S:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/s_finitel.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_copysignl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin-copysignf64x -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_copysignl.o -MD -MP -MF /build/math/s_copysignl.o.dt -MT /build/math/s_copysignl.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/s_copysignl.c:26: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/s_copysignl.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_modfl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin-modff64x -fsignaling-nans -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_modfl.o -MD -MP -MF /build/math/s_modfl.o.dt -MT /build/math/s_modfl.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/s_modfl.c:25: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/s_modfl.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_scalbnl.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_scalbnl.o -MD -MP -MF /build/math/s_scalbnl.o.dt -MT /build/math/s_scalbnl.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_scalbnl.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/s_scalbnl.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_frexpl.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_frexpl.o -MD -MP -MF /build/math/s_frexpl.o.dt -MT /build/math/s_frexpl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/i386/fpu/s_frexpl.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/s_frexpl.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_signbitl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_signbitl.o -MD -MP -MF /build/math/s_signbitl.o.dt -MT /build/math/s_signbitl.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/s_signbitl.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/s_signbitl.o] Error 1 gcc -m32 /build/math/s_ldexpl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin-ldexpf64x -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ldexpl.o -MD -MP -MF /build/math/s_ldexpl.o.dt -MT /build/math/s_ldexpl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_ldexpl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_ldexpl.o] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_isinf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_isinf.o -MD -MP -MF /build/math/s_isinf.o.dt -MT /build/math/s_isinf.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/s_isinf.c:10: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:893: /build/math/s_isinf.o] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_isnan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_isnan.o -MD -MP -MF /build/math/s_isnan.o.dt -MT /build/math/s_isnan.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/s_isnan.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:893: /build/math/s_isnan.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_finite.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_finite.o -MD -MP -MF /build/math/s_finite.o.dt -MT /build/math/s_finite.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_finite.S:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/s_finite.o] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_copysign.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin-copysignf32x -fno-builtin-copysignf64 -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_copysign.o -MD -MP -MF /build/math/s_copysign.o.dt -MT /build/math/s_copysign.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/s_copysign.c:24: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:893: /build/math/s_copysign.o] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_modf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin-modff32x -fno-builtin-modff64 -fsignaling-nans -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_modf.o -MD -MP -MF /build/math/s_modf.o.dt -MT /build/math/s_modf.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/s_modf.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:893: /build/math/s_modf.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_scalbn.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_scalbn.o -MD -MP -MF /build/math/s_scalbn.o.dt -MT /build/math/s_scalbn.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_scalbn.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/s_scalbn.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_frexp.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_frexp.o -MD -MP -MF /build/math/s_frexp.o.dt -MT /build/math/s_frexp.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_frexp.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/s_frexp.o] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_signbit.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_signbit.o -MD -MP -MF /build/math/s_signbit.o.dt -MT /build/math/s_signbit.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/s_signbit.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:893: /build/math/s_signbit.o] Error 1 gcc -m32 /build/math/s_ldexp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin-ldexpf32x -fno-builtin-ldexpf64 -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ldexp.o -MD -MP -MF /build/math/s_ldexp.o.dt -MT /build/math/s_ldexp.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_ldexp.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_ldexp.o] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_isinff.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_isinff.o -MD -MP -MF /build/math/s_isinff.o.dt -MT /build/math/s_isinff.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/s_isinff.c:14: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:927: /build/math/s_isinff.o] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_isnanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_isnanf.o -MD -MP -MF /build/math/s_isnanf.o.dt -MT /build/math/s_isnanf.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/s_isnanf.c:24: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:927: /build/math/s_isnanf.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_finitef.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_finitef.o -MD -MP -MF /build/math/s_finitef.o.dt -MT /build/math/s_finitef.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_finitef.S:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/s_finitef.o] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_copysignf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin-copysignf32 -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_copysignf.o -MD -MP -MF /build/math/s_copysignf.o.dt -MT /build/math/s_copysignf.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/s_copysignf.c:26: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:927: /build/math/s_copysignf.o] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_modff.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin-modff32 -fsignaling-nans -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_modff.o -MD -MP -MF /build/math/s_modff.o.dt -MT /build/math/s_modff.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/s_modff.c:15: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:927: /build/math/s_modff.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_scalbnf.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_scalbnf.o -MD -MP -MF /build/math/s_scalbnf.o.dt -MT /build/math/s_scalbnf.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_scalbnf.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/s_scalbnf.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_frexpf.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_frexpf.o -MD -MP -MF /build/math/s_frexpf.o.dt -MT /build/math/s_frexpf.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_frexpf.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/s_frexpf.o] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_signbitf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_signbitf.o -MD -MP -MF /build/math/s_signbitf.o.dt -MT /build/math/s_signbitf.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/s_signbitf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:927: /build/math/s_signbitf.o] Error 1 gcc -m32 /build/math/s_ldexpf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin-ldexpf32 -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ldexpf.o -MD -MP -MF /build/math/s_ldexpf.o.dt -MT /build/math/s_ldexpf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_ldexpf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_ldexpf.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_isinff128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_isinff128.o -MD -MP -MF /build/math/s_isinff128.o.dt -MT /build/math/s_isinff128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_isinff128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_isinff128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_isnanf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_isnanf128.o -MD -MP -MF /build/math/s_isnanf128.o.dt -MT /build/math/s_isnanf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_isnanf128.c:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_isnanf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_finitef128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_finitef128.o -MD -MP -MF /build/math/s_finitef128.o.dt -MT /build/math/s_finitef128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_finitef128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_finitef128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_copysignf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin-copysignf64x -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_copysignf128.o -MD -MP -MF /build/math/s_copysignf128.o.dt -MT /build/math/s_copysignf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_copysignf128.c:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_copysignf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_modff128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin-modff64x -fsignaling-nans -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_modff128.o -MD -MP -MF /build/math/s_modff128.o.dt -MT /build/math/s_modff128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_modff128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_modff128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_scalbnf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin-scalbnf64x -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_scalbnf128.o -MD -MP -MF /build/math/s_scalbnf128.o.dt -MT /build/math/s_scalbnf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_scalbnf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_scalbnf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_frexpf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin-frexpf64x -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_frexpf128.o -MD -MP -MF /build/math/s_frexpf128.o.dt -MT /build/math/s_frexpf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_frexpf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_frexpf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_signbitf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_signbitf128.o -MD -MP -MF /build/math/s_signbitf128.o.dt -MT /build/math/s_signbitf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_signbitf128.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_signbitf128.o] Error 1 gcc -m32 /build/math/s_ldexpf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-builtin-ldexpf64x -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ldexpf128.o -MD -MP -MF /build/math/s_ldexpf128.o.dt -MT /build/math/s_ldexpf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_ldexpf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_ldexpf128.o] Error 1 gcc -m32 ../sysdeps/i386/setfpucw.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/setfpucw.o -MD -MP -MF /build/math/setfpucw.o.dt -MT /build/math/setfpucw.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/i386/setfpucw.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:723: /build/math/setfpucw.o] Error 1 gcc -m32 fpu_control.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/fpu_control.o -MD -MP -MF /build/math/fpu_control.o.dt -MT /build/math/fpu_control.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from fpu_control.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/fpu_control.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_isinfl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_isinfl.os -MD -MP -MF /build/math/s_isinfl.os.dt -MT /build/math/s_isinfl.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/i386/fpu/s_isinfl.c:15: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:671: /build/math/s_isinfl.os] Error 1 gcc -m32 ../sysdeps/x86/fpu/s_isnanl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_isnanl.os -MD -MP -MF /build/math/s_isnanl.os.dt -MT /build/math/s_isnanl.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/x86/fpu/s_isnanl.c:24: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:705: /build/math/s_isnanl.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_finitel.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_finitel.os -MD -MP -MF /build/math/s_finitel.os.dt -MT /build/math/s_finitel.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_finitel.S:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_finitel.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_copysignl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-builtin-copysignf64x -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_copysignl.os -MD -MP -MF /build/math/s_copysignl.os.dt -MT /build/math/s_copysignl.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/s_copysignl.c:26: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/s_copysignl.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_modfl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-builtin-modff64x -fsignaling-nans -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_modfl.os -MD -MP -MF /build/math/s_modfl.os.dt -MT /build/math/s_modfl.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/s_modfl.c:25: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/s_modfl.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_scalbnl.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_scalbnl.os -MD -MP -MF /build/math/s_scalbnl.os.dt -MT /build/math/s_scalbnl.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_scalbnl.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_scalbnl.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_frexpl.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_frexpl.os -MD -MP -MF /build/math/s_frexpl.os.dt -MT /build/math/s_frexpl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/i386/fpu/s_frexpl.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_frexpl.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_signbitl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_signbitl.os -MD -MP -MF /build/math/s_signbitl.os.dt -MT /build/math/s_signbitl.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/s_signbitl.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/s_signbitl.os] Error 1 gcc -m32 /build/math/s_ldexpl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-builtin-ldexpf64x -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ldexpl.os -MD -MP -MF /build/math/s_ldexpl.os.dt -MT /build/math/s_ldexpl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_ldexpl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_ldexpl.os] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_isinf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_isinf.os -MD -MP -MF /build/math/s_isinf.os.dt -MT /build/math/s_isinf.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/s_isinf.c:10: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:909: /build/math/s_isinf.os] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_isnan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_isnan.os -MD -MP -MF /build/math/s_isnan.os.dt -MT /build/math/s_isnan.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/s_isnan.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:909: /build/math/s_isnan.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_finite.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_finite.os -MD -MP -MF /build/math/s_finite.os.dt -MT /build/math/s_finite.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_finite.S:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_finite.os] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_copysign.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-builtin-copysignf32x -fno-builtin-copysignf64 -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_copysign.os -MD -MP -MF /build/math/s_copysign.os.dt -MT /build/math/s_copysign.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/s_copysign.c:24: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:909: /build/math/s_copysign.os] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_modf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-builtin-modff32x -fno-builtin-modff64 -fsignaling-nans -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_modf.os -MD -MP -MF /build/math/s_modf.os.dt -MT /build/math/s_modf.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/s_modf.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:909: /build/math/s_modf.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_scalbn.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_scalbn.os -MD -MP -MF /build/math/s_scalbn.os.dt -MT /build/math/s_scalbn.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_scalbn.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_scalbn.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_frexp.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_frexp.os -MD -MP -MF /build/math/s_frexp.os.dt -MT /build/math/s_frexp.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_frexp.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_frexp.os] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_signbit.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_signbit.os -MD -MP -MF /build/math/s_signbit.os.dt -MT /build/math/s_signbit.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/s_signbit.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:909: /build/math/s_signbit.os] Error 1 gcc -m32 /build/math/s_ldexp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-builtin-ldexpf32x -fno-builtin-ldexpf64 -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ldexp.os -MD -MP -MF /build/math/s_ldexp.os.dt -MT /build/math/s_ldexp.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_ldexp.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_ldexp.os] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_isinff.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_isinff.os -MD -MP -MF /build/math/s_isinff.os.dt -MT /build/math/s_isinff.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/s_isinff.c:14: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:943: /build/math/s_isinff.os] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_isnanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_isnanf.os -MD -MP -MF /build/math/s_isnanf.os.dt -MT /build/math/s_isnanf.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/s_isnanf.c:24: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:943: /build/math/s_isnanf.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_finitef.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_finitef.os -MD -MP -MF /build/math/s_finitef.os.dt -MT /build/math/s_finitef.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_finitef.S:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_finitef.os] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_copysignf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-builtin-copysignf32 -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_copysignf.os -MD -MP -MF /build/math/s_copysignf.os.dt -MT /build/math/s_copysignf.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/s_copysignf.c:26: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:943: /build/math/s_copysignf.os] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_modff.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-builtin-modff32 -fsignaling-nans -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_modff.os -MD -MP -MF /build/math/s_modff.os.dt -MT /build/math/s_modff.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/s_modff.c:15: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:943: /build/math/s_modff.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_scalbnf.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_scalbnf.os -MD -MP -MF /build/math/s_scalbnf.os.dt -MT /build/math/s_scalbnf.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_scalbnf.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_scalbnf.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_frexpf.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_frexpf.os -MD -MP -MF /build/math/s_frexpf.os.dt -MT /build/math/s_frexpf.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_frexpf.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_frexpf.os] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_signbitf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_signbitf.os -MD -MP -MF /build/math/s_signbitf.os.dt -MT /build/math/s_signbitf.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/s_signbitf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:943: /build/math/s_signbitf.os] Error 1 gcc -m32 /build/math/s_ldexpf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-builtin-ldexpf32 -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ldexpf.os -MD -MP -MF /build/math/s_ldexpf.os.dt -MT /build/math/s_ldexpf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_ldexpf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_ldexpf.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_isinff128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_isinff128.os -MD -MP -MF /build/math/s_isinff128.os.dt -MT /build/math/s_isinff128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_isinff128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_isinff128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_isnanf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_isnanf128.os -MD -MP -MF /build/math/s_isnanf128.os.dt -MT /build/math/s_isnanf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_isnanf128.c:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_isnanf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_finitef128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_finitef128.os -MD -MP -MF /build/math/s_finitef128.os.dt -MT /build/math/s_finitef128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_finitef128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_finitef128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_copysignf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-builtin-copysignf64x -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_copysignf128.os -MD -MP -MF /build/math/s_copysignf128.os.dt -MT /build/math/s_copysignf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_copysignf128.c:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_copysignf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_modff128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-builtin-modff64x -fsignaling-nans -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_modff128.os -MD -MP -MF /build/math/s_modff128.os.dt -MT /build/math/s_modff128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_modff128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_modff128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_scalbnf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-builtin-scalbnf64x -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_scalbnf128.os -MD -MP -MF /build/math/s_scalbnf128.os.dt -MT /build/math/s_scalbnf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_scalbnf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_scalbnf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_frexpf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-builtin-frexpf64x -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_frexpf128.os -MD -MP -MF /build/math/s_frexpf128.os.dt -MT /build/math/s_frexpf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_frexpf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_frexpf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_signbitf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_signbitf128.os -MD -MP -MF /build/math/s_signbitf128.os.dt -MT /build/math/s_signbitf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_signbitf128.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_signbitf128.os] Error 1 gcc -m32 /build/math/s_ldexpf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-builtin-ldexpf64x -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ldexpf128.os -MD -MP -MF /build/math/s_ldexpf128.os.dt -MT /build/math/s_ldexpf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_ldexpf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_ldexpf128.os] Error 1 gcc -m32 ../sysdeps/i386/setfpucw.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/setfpucw.os -MD -MP -MF /build/math/setfpucw.os.dt -MT /build/math/setfpucw.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/i386/setfpucw.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:739: /build/math/setfpucw.os] Error 1 gcc -m32 fpu_control.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/fpu_control.os -MD -MP -MF /build/math/fpu_control.os.dt -MT /build/math/fpu_control.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from fpu_control.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/fpu_control.os] Error 1 make[2]: Target 'subdir_lib' not remade because of errors. make[2]: Leaving directory '/glibc/math' make[1]: *** [Makefile:484: math/subdir_lib] Error 2 make subdir=setjmp -C setjmp ..=../ subdir_lib make[2]: Entering directory '/glibc/setjmp' python3 -B ../scripts/gen-as-const.py --cc="gcc -m32 -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -ftls-model=initial-exec -I../include -I/build/setjmp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc -DGEN_AS_CONST_HEADERS \ -MD -MP -MF /build/jmp_buf-macros.h.dT \ -MT '/build/jmp_buf-macros.h.d /build/jmp_buf-macros.h'" \ jmp_buf-macros.sym > /build/jmp_buf-macros.hT In file included from ../setjmp/setjmp.h:25, from ../include/setjmp.h:2, from :1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro ‘__GLIBC_USE’ 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors Traceback (most recent call last): File "/glibc/setjmp/../scripts/gen-as-const.py", line 120, in main() File "/glibc/setjmp/../scripts/gen-as-const.py", line 116, in main consts = glibcextract.compute_c_consts(sym_data, args.cc) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/glibc/scripts/glibcextract.py", line 63, in compute_c_consts subprocess.check_call(cmd, shell=True) File "/usr/lib64/python3.11/subprocess.py", line 413, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command 'gcc -m32 -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -ftls-model=initial-exec -I../include -I/build/setjmp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc -DGEN_AS_CONST_HEADERS -MD -MP -MF /build/jmp_buf-macros.h.dT -MT '/build/jmp_buf-macros.h.d /build/jmp_buf-macros.h' -S -o /tmp/tmpk6vkpedz/test.s -x c - < /tmp/tmpk6vkpedz/test.c' returned non-zero exit status 1. make[2]: *** [../Makerules:271: /build/jmp_buf-macros.h] Error 1 python3 -B ../scripts/gen-as-const.py --cc="gcc -m32 -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -ftls-model=initial-exec -I../include -I/build/setjmp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc -DGEN_AS_CONST_HEADERS \ -MD -MP -MF /build/jmp_buf-ssp.h.dT \ -MT '/build/jmp_buf-ssp.h.d /build/jmp_buf-ssp.h'" \ ../sysdeps/unix/sysv/linux/x86/jmp_buf-ssp.sym > /build/jmp_buf-ssp.hT In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../include/libc-pointer-arith.h:22, from ../sysdeps/unix/sysv/linux/x86/setjmpP.h:23, from :1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro ‘__GLIBC_USE’ 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors Traceback (most recent call last): File "/glibc/setjmp/../scripts/gen-as-const.py", line 120, in main() File "/glibc/setjmp/../scripts/gen-as-const.py", line 116, in main consts = glibcextract.compute_c_consts(sym_data, args.cc) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/glibc/scripts/glibcextract.py", line 63, in compute_c_consts subprocess.check_call(cmd, shell=True) File "/usr/lib64/python3.11/subprocess.py", line 413, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command 'gcc -m32 -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -ftls-model=initial-exec -I../include -I/build/setjmp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc -DGEN_AS_CONST_HEADERS -MD -MP -MF /build/jmp_buf-ssp.h.dT -MT '/build/jmp_buf-ssp.h.d /build/jmp_buf-ssp.h' -S -o /tmp/tmpu1b7j2in/test.s -x c - < /tmp/tmpu1b7j2in/test.c' returned non-zero exit status 1. make[2]: *** [../Makerules:271: /build/jmp_buf-ssp.h] Error 1 make[2]: Target 'subdir_lib' not remade because of errors. make[2]: Leaving directory '/glibc/setjmp' make[1]: *** [Makefile:484: setjmp/subdir_lib] Error 2 make subdir=signal -C signal ..=../ subdir_lib make[2]: Entering directory '/glibc/signal' gcc -m32 ../sysdeps/posix/signal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/signal/signal.o -MD -MP -MF /build/signal/signal.o.dt -MT /build/signal/signal.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/posix/signal.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:485: /build/signal/signal.o] Error 1 gcc -m32 ../sysdeps/posix/raise.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/signal/raise.o -MD -MP -MF /build/signal/raise.o.dt -MT /build/signal/raise.o In file included from ../signal/signal.h:25, from ../include/signal.h:2, from ../sysdeps/posix/raise.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:485: /build/signal/raise.o] Error 1 gcc -m32 ../sysdeps/posix/killpg.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/signal/killpg.o -MD -MP -MF /build/signal/killpg.o.dt -MT /build/signal/killpg.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/posix/killpg.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:485: /build/signal/killpg.o] Error 1 gcc -m32 sigaction.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/signal/sigaction.o -MD -MP -MF /build/signal/sigaction.o.dt -MT /build/signal/sigaction.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from sigaction.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/signal/sigaction.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/i386/libc_sigaction.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/signal/libc_sigaction.o -MD -MP -MF /build/signal/libc_sigaction.o.dt -MT /build/signal/libc_sigaction.o In file included from ../signal/signal.h:25, from ../include/signal.h:2, from ../sysdeps/unix/sysv/linux/i386/libc_sigaction.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:77: /build/signal/libc_sigaction.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/sigprocmask.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/signal/sigprocmask.o -MD -MP -MF /build/signal/sigprocmask.o.dt -MT /build/signal/sigprocmask.o In file included from ../signal/signal.h:25, from ../include/signal.h:2, from ../sysdeps/unix/sysv/linux/sigprocmask.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/signal/sigprocmask.o] Error 1 (echo '#define SYSCALL_NAME kill'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __kill'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__kill, kill)'; \ echo 'hidden_weak (kill)'; \ ) | gcc -m32 -c -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/signal/kill.o -x assembler-with-cpp - -MD -MP -MF /build/signal/kill.o.dt -MT /build/signal/kill.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2416: /build/signal/kill.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/sigpending.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/signal/sigpending.o -MD -MP -MF /build/signal/sigpending.o.dt -MT /build/signal/sigpending.o In file included from ../signal/signal.h:25, from ../include/signal.h:2, from ../sysdeps/unix/sysv/linux/sigpending.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/signal/sigpending.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/sigsuspend.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/signal/sigsuspend.o -MD -MP -MF /build/signal/sigsuspend.o.dt -MT /build/signal/sigsuspend.o In file included from ../signal/signal.h:25, from ../include/signal.h:2, from ../sysdeps/unix/sysv/linux/sigsuspend.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/signal/sigsuspend.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/sigwait.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/signal/sigwait.o -MD -MP -MF /build/signal/sigwait.o.dt -MT /build/signal/sigwait.o In file included from ../signal/signal.h:25, from ../include/signal.h:2, from ../sysdeps/unix/sysv/linux/sigwait.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/signal/sigwait.o] Error 1 gcc -m32 ../sysdeps/posix/sigblock.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/signal/sigblock.o -MD -MP -MF /build/signal/sigblock.o.dt -MT /build/signal/sigblock.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/posix/sigblock.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:485: /build/signal/sigblock.o] Error 1 gcc -m32 ../sysdeps/posix/sigsetmask.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/signal/sigsetmask.o -MD -MP -MF /build/signal/sigsetmask.o.dt -MT /build/signal/sigsetmask.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/posix/sigsetmask.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:485: /build/signal/sigsetmask.o] Error 1 gcc -m32 ../sysdeps/posix/sigpause.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/signal/sigpause.o -MD -MP -MF /build/signal/sigpause.o.dt -MT /build/signal/sigpause.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/posix/sigpause.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:485: /build/signal/sigpause.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/sigstack.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/signal/sigstack.o -MD -MP -MF /build/signal/sigstack.o.dt -MT /build/signal/sigstack.o In file included from ../signal/signal.h:25, from ../include/signal.h:2, from ../sysdeps/unix/sysv/linux/sigstack.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/signal/sigstack.o] Error 1 (echo '#define SYSCALL_NAME sigaltstack'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __sigaltstack'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__sigaltstack, sigaltstack)'; \ echo 'hidden_weak (sigaltstack)'; \ ) | gcc -m32 -c -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/signal/sigaltstack.o -x assembler-with-cpp - -MD -MP -MF /build/signal/sigaltstack.o.dt -MT /build/signal/sigaltstack.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1515: /build/signal/sigaltstack.o] Error 1 gcc -m32 ../sysdeps/posix/sigintr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/signal/sigintr.o -MD -MP -MF /build/signal/sigintr.o.dt -MT /build/signal/sigintr.o In file included from ../signal/signal.h:25, from ../include/signal.h:2, from ../sysdeps/posix/sigintr.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:485: /build/signal/sigintr.o] Error 1 gcc -m32 sigsetops.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/signal/sigsetops.o -MD -MP -MF /build/signal/sigsetops.o.dt -MT /build/signal/sigsetops.o In file included from ../signal/signal.h:25, from ../include/signal.h:2, from sigsetops.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/signal/sigsetops.o] Error 1 gcc -m32 sigempty.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/signal/sigempty.o -MD -MP -MF /build/signal/sigempty.o.dt -MT /build/signal/sigempty.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from sigempty.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/signal/sigempty.o] Error 1 gcc -m32 sigfillset.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/signal/sigfillset.o -MD -MP -MF /build/signal/sigfillset.o.dt -MT /build/signal/sigfillset.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from sigfillset.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/signal/sigfillset.o] Error 1 gcc -m32 sigaddset.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/signal/sigaddset.o -MD -MP -MF /build/signal/sigaddset.o.dt -MT /build/signal/sigaddset.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from sigaddset.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/signal/sigaddset.o] Error 1 gcc -m32 sigdelset.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/signal/sigdelset.o -MD -MP -MF /build/signal/sigdelset.o.dt -MT /build/signal/sigdelset.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from sigdelset.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/signal/sigdelset.o] Error 1 gcc -m32 sigismem.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/signal/sigismem.o -MD -MP -MF /build/signal/sigismem.o.dt -MT /build/signal/sigismem.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from sigismem.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/signal/sigismem.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/sigreturn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/signal/sigreturn.o -MD -MP -MF /build/signal/sigreturn.o.dt -MT /build/signal/sigreturn.o In file included from ../signal/signal.h:25, from ../include/signal.h:2, from ../signal/sigreturn.c:18, from ../sysdeps/unix/sysv/linux/sigreturn.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/signal/sigreturn.o] Error 1 gcc -m32 siggetmask.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/signal/siggetmask.o -MD -MP -MF /build/signal/siggetmask.o.dt -MT /build/signal/siggetmask.o In file included from ../signal/signal.h:25, from ../include/signal.h:2, from siggetmask.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/signal/siggetmask.o] Error 1 gcc -m32 ../sysdeps/posix/sysv_signal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/signal/sysv_signal.o -MD -MP -MF /build/signal/sysv_signal.o.dt -MT /build/signal/sysv_signal.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/posix/sysv_signal.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:485: /build/signal/sysv_signal.o] Error 1 gcc -m32 sigisempty.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/signal/sigisempty.o -MD -MP -MF /build/signal/sigisempty.o.dt -MT /build/signal/sigisempty.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from sigisempty.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/signal/sigisempty.o] Error 1 gcc -m32 sigandset.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/signal/sigandset.o -MD -MP -MF /build/signal/sigandset.o.dt -MT /build/signal/sigandset.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from sigandset.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/signal/sigandset.o] Error 1 gcc -m32 sigorset.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/signal/sigorset.o -MD -MP -MF /build/signal/sigorset.o.dt -MT /build/signal/sigorset.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from sigorset.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/signal/sigorset.o] Error 1 gcc -m32 allocrtsig.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/signal/allocrtsig.o -MD -MP -MF /build/signal/allocrtsig.o.dt -MT /build/signal/allocrtsig.o In file included from ../signal/signal.h:25, from ../include/signal.h:2, from allocrtsig.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/signal/allocrtsig.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/sigtimedwait.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/signal/sigtimedwait.o -MD -MP -MF /build/signal/sigtimedwait.o.dt -MT /build/signal/sigtimedwait.o In file included from ../signal/signal.h:25, from ../include/signal.h:2, from ../sysdeps/unix/sysv/linux/sigtimedwait.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/signal/sigtimedwait.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/sigwaitinfo.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/signal/sigwaitinfo.o -MD -MP -MF /build/signal/sigwaitinfo.o.dt -MT /build/signal/sigwaitinfo.o In file included from ../signal/signal.h:25, from ../include/signal.h:2, from ../sysdeps/unix/sysv/linux/sigwaitinfo.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/signal/sigwaitinfo.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/sigqueue.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/signal/sigqueue.o -MD -MP -MF /build/signal/sigqueue.o.dt -MT /build/signal/sigqueue.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/sigqueue.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/signal/sigqueue.o] Error 1 gcc -m32 sighold.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/signal/sighold.o -MD -MP -MF /build/signal/sighold.o.dt -MT /build/signal/sighold.o In file included from ../signal/signal.h:25, from ../include/signal.h:2, from sighold.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/signal/sighold.o] Error 1 gcc -m32 sigrelse.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/signal/sigrelse.o -MD -MP -MF /build/signal/sigrelse.o.dt -MT /build/signal/sigrelse.o In file included from ../signal/signal.h:25, from ../include/signal.h:2, from sigrelse.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/signal/sigrelse.o] Error 1 gcc -m32 ../sysdeps/posix/sigignore.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/signal/sigignore.o -MD -MP -MF /build/signal/sigignore.o.dt -MT /build/signal/sigignore.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/posix/sigignore.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:485: /build/signal/sigignore.o] Error 1 gcc -m32 ../sysdeps/posix/sigset.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/signal/sigset.o -MD -MP -MF /build/signal/sigset.o.dt -MT /build/signal/sigset.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/posix/sigset.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:485: /build/signal/sigset.o] Error 1 gcc -m32 ../sysdeps/posix/signal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/signal/signal.os -MD -MP -MF /build/signal/signal.os.dt -MT /build/signal/signal.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/posix/signal.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:501: /build/signal/signal.os] Error 1 gcc -m32 ../sysdeps/posix/raise.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/signal/raise.os -MD -MP -MF /build/signal/raise.os.dt -MT /build/signal/raise.os In file included from ../signal/signal.h:25, from ../include/signal.h:2, from ../sysdeps/posix/raise.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:501: /build/signal/raise.os] Error 1 gcc -m32 ../sysdeps/posix/killpg.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/signal/killpg.os -MD -MP -MF /build/signal/killpg.os.dt -MT /build/signal/killpg.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/posix/killpg.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:501: /build/signal/killpg.os] Error 1 gcc -m32 sigaction.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/signal/sigaction.os -MD -MP -MF /build/signal/sigaction.os.dt -MT /build/signal/sigaction.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from sigaction.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/signal/sigaction.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/i386/libc_sigaction.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/signal/libc_sigaction.os -MD -MP -MF /build/signal/libc_sigaction.os.dt -MT /build/signal/libc_sigaction.os In file included from ../signal/signal.h:25, from ../include/signal.h:2, from ../sysdeps/unix/sysv/linux/i386/libc_sigaction.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:93: /build/signal/libc_sigaction.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/sigprocmask.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/signal/sigprocmask.os -MD -MP -MF /build/signal/sigprocmask.os.dt -MT /build/signal/sigprocmask.os In file included from ../signal/signal.h:25, from ../include/signal.h:2, from ../sysdeps/unix/sysv/linux/sigprocmask.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/signal/sigprocmask.os] Error 1 (echo '#define SYSCALL_NAME kill'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __kill'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__kill, kill)'; \ echo 'hidden_weak (kill)'; \ ) | gcc -m32 -c -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/signal/kill.os -x assembler-with-cpp - -MD -MP -MF /build/signal/kill.os.dt -MT /build/signal/kill.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2416: /build/signal/kill.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/sigpending.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/signal/sigpending.os -MD -MP -MF /build/signal/sigpending.os.dt -MT /build/signal/sigpending.os In file included from ../signal/signal.h:25, from ../include/signal.h:2, from ../sysdeps/unix/sysv/linux/sigpending.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/signal/sigpending.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/sigsuspend.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/signal/sigsuspend.os -MD -MP -MF /build/signal/sigsuspend.os.dt -MT /build/signal/sigsuspend.os In file included from ../signal/signal.h:25, from ../include/signal.h:2, from ../sysdeps/unix/sysv/linux/sigsuspend.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/signal/sigsuspend.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/sigwait.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/signal/sigwait.os -MD -MP -MF /build/signal/sigwait.os.dt -MT /build/signal/sigwait.os In file included from ../signal/signal.h:25, from ../include/signal.h:2, from ../sysdeps/unix/sysv/linux/sigwait.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/signal/sigwait.os] Error 1 gcc -m32 ../sysdeps/posix/sigblock.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/signal/sigblock.os -MD -MP -MF /build/signal/sigblock.os.dt -MT /build/signal/sigblock.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/posix/sigblock.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:501: /build/signal/sigblock.os] Error 1 gcc -m32 ../sysdeps/posix/sigsetmask.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/signal/sigsetmask.os -MD -MP -MF /build/signal/sigsetmask.os.dt -MT /build/signal/sigsetmask.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/posix/sigsetmask.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:501: /build/signal/sigsetmask.os] Error 1 gcc -m32 ../sysdeps/posix/sigpause.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/signal/sigpause.os -MD -MP -MF /build/signal/sigpause.os.dt -MT /build/signal/sigpause.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/posix/sigpause.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:501: /build/signal/sigpause.os] Error 1 gcc -m32 sigvec.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/signal/sigvec.os -MD -MP -MF /build/signal/sigvec.os.dt -MT /build/signal/sigvec.os In file included from ../signal/signal.h:25, from ../include/signal.h:2, from sigvec.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/signal/sigvec.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/sigstack.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/signal/sigstack.os -MD -MP -MF /build/signal/sigstack.os.dt -MT /build/signal/sigstack.os In file included from ../signal/signal.h:25, from ../include/signal.h:2, from ../sysdeps/unix/sysv/linux/sigstack.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/signal/sigstack.os] Error 1 (echo '#define SYSCALL_NAME sigaltstack'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __sigaltstack'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__sigaltstack, sigaltstack)'; \ echo 'hidden_weak (sigaltstack)'; \ ) | gcc -m32 -c -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/signal/sigaltstack.os -x assembler-with-cpp - -MD -MP -MF /build/signal/sigaltstack.os.dt -MT /build/signal/sigaltstack.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1515: /build/signal/sigaltstack.os] Error 1 gcc -m32 ../sysdeps/posix/sigintr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/signal/sigintr.os -MD -MP -MF /build/signal/sigintr.os.dt -MT /build/signal/sigintr.os In file included from ../signal/signal.h:25, from ../include/signal.h:2, from ../sysdeps/posix/sigintr.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:501: /build/signal/sigintr.os] Error 1 gcc -m32 sigsetops.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/signal/sigsetops.os -MD -MP -MF /build/signal/sigsetops.os.dt -MT /build/signal/sigsetops.os In file included from ../signal/signal.h:25, from ../include/signal.h:2, from sigsetops.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/signal/sigsetops.os] Error 1 gcc -m32 sigempty.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/signal/sigempty.os -MD -MP -MF /build/signal/sigempty.os.dt -MT /build/signal/sigempty.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from sigempty.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/signal/sigempty.os] Error 1 gcc -m32 sigfillset.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/signal/sigfillset.os -MD -MP -MF /build/signal/sigfillset.os.dt -MT /build/signal/sigfillset.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from sigfillset.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/signal/sigfillset.os] Error 1 gcc -m32 sigaddset.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/signal/sigaddset.os -MD -MP -MF /build/signal/sigaddset.os.dt -MT /build/signal/sigaddset.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from sigaddset.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/signal/sigaddset.os] Error 1 gcc -m32 sigdelset.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/signal/sigdelset.os -MD -MP -MF /build/signal/sigdelset.os.dt -MT /build/signal/sigdelset.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from sigdelset.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/signal/sigdelset.os] Error 1 gcc -m32 sigismem.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/signal/sigismem.os -MD -MP -MF /build/signal/sigismem.os.dt -MT /build/signal/sigismem.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from sigismem.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/signal/sigismem.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/sigreturn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/signal/sigreturn.os -MD -MP -MF /build/signal/sigreturn.os.dt -MT /build/signal/sigreturn.os In file included from ../signal/signal.h:25, from ../include/signal.h:2, from ../signal/sigreturn.c:18, from ../sysdeps/unix/sysv/linux/sigreturn.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/signal/sigreturn.os] Error 1 gcc -m32 siggetmask.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/signal/siggetmask.os -MD -MP -MF /build/signal/siggetmask.os.dt -MT /build/signal/siggetmask.os In file included from ../signal/signal.h:25, from ../include/signal.h:2, from siggetmask.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/signal/siggetmask.os] Error 1 gcc -m32 ../sysdeps/posix/sysv_signal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/signal/sysv_signal.os -MD -MP -MF /build/signal/sysv_signal.os.dt -MT /build/signal/sysv_signal.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/posix/sysv_signal.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:501: /build/signal/sysv_signal.os] Error 1 gcc -m32 sigisempty.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/signal/sigisempty.os -MD -MP -MF /build/signal/sigisempty.os.dt -MT /build/signal/sigisempty.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from sigisempty.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/signal/sigisempty.os] Error 1 gcc -m32 sigandset.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/signal/sigandset.os -MD -MP -MF /build/signal/sigandset.os.dt -MT /build/signal/sigandset.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from sigandset.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/signal/sigandset.os] Error 1 gcc -m32 sigorset.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/signal/sigorset.os -MD -MP -MF /build/signal/sigorset.os.dt -MT /build/signal/sigorset.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from sigorset.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/signal/sigorset.os] Error 1 gcc -m32 allocrtsig.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/signal/allocrtsig.os -MD -MP -MF /build/signal/allocrtsig.os.dt -MT /build/signal/allocrtsig.os In file included from ../signal/signal.h:25, from ../include/signal.h:2, from allocrtsig.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/signal/allocrtsig.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/sigtimedwait.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/signal/sigtimedwait.os -MD -MP -MF /build/signal/sigtimedwait.os.dt -MT /build/signal/sigtimedwait.os In file included from ../signal/signal.h:25, from ../include/signal.h:2, from ../sysdeps/unix/sysv/linux/sigtimedwait.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/signal/sigtimedwait.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/sigwaitinfo.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/signal/sigwaitinfo.os -MD -MP -MF /build/signal/sigwaitinfo.os.dt -MT /build/signal/sigwaitinfo.os In file included from ../signal/signal.h:25, from ../include/signal.h:2, from ../sysdeps/unix/sysv/linux/sigwaitinfo.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/signal/sigwaitinfo.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/sigqueue.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/signal/sigqueue.os -MD -MP -MF /build/signal/sigqueue.os.dt -MT /build/signal/sigqueue.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/sigqueue.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/signal/sigqueue.os] Error 1 gcc -m32 sighold.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/signal/sighold.os -MD -MP -MF /build/signal/sighold.os.dt -MT /build/signal/sighold.os In file included from ../signal/signal.h:25, from ../include/signal.h:2, from sighold.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/signal/sighold.os] Error 1 gcc -m32 sigrelse.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/signal/sigrelse.os -MD -MP -MF /build/signal/sigrelse.os.dt -MT /build/signal/sigrelse.os In file included from ../signal/signal.h:25, from ../include/signal.h:2, from sigrelse.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/signal/sigrelse.os] Error 1 gcc -m32 ../sysdeps/posix/sigignore.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/signal/sigignore.os -MD -MP -MF /build/signal/sigignore.os.dt -MT /build/signal/sigignore.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/posix/sigignore.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:501: /build/signal/sigignore.os] Error 1 gcc -m32 ../sysdeps/posix/sigset.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/signal -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/signal/sigset.os -MD -MP -MF /build/signal/sigset.os.dt -MT /build/signal/sigset.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/posix/sigset.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:501: /build/signal/sigset.os] Error 1 make[2]: Target 'subdir_lib' not remade because of errors. make[2]: Leaving directory '/glibc/signal' make[1]: *** [Makefile:484: signal/subdir_lib] Error 2 make subdir=stdlib -C stdlib ..=../ subdir_lib make[2]: Entering directory '/glibc/stdlib' python3 -B ../scripts/gen-as-const.py --cc="gcc -m32 -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -ftls-model=initial-exec -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc -DGEN_AS_CONST_HEADERS \ -MD -MP -MF /build/ucontext_i.h.dT \ -MT '/build/ucontext_i.h.d /build/ucontext_i.h'" \ ../sysdeps/unix/sysv/linux/i386/ucontext_i.sym > /build/ucontext_i.hT In file included from ../signal/signal.h:25, from ../include/signal.h:2, from :2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro ‘__GLIBC_USE’ 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors Traceback (most recent call last): File "/glibc/stdlib/../scripts/gen-as-const.py", line 120, in main() File "/glibc/stdlib/../scripts/gen-as-const.py", line 116, in main consts = glibcextract.compute_c_consts(sym_data, args.cc) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/glibc/scripts/glibcextract.py", line 63, in compute_c_consts subprocess.check_call(cmd, shell=True) File "/usr/lib64/python3.11/subprocess.py", line 413, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command 'gcc -m32 -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -ftls-model=initial-exec -I../include -I/build/stdlib -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc -DGEN_AS_CONST_HEADERS -MD -MP -MF /build/ucontext_i.h.dT -MT '/build/ucontext_i.h.d /build/ucontext_i.h' -S -o /tmp/tmpyxm3whdn/test.s -x c - < /tmp/tmpyxm3whdn/test.c' returned non-zero exit status 1. make[2]: *** [../Makerules:271: /build/ucontext_i.h] Error 1 make[2]: Target 'subdir_lib' not remade because of errors. make[2]: Leaving directory '/glibc/stdlib' make[1]: *** [Makefile:484: stdlib/subdir_lib] Error 2 make subdir=stdio-common -C stdio-common ..=../ subdir_lib make[2]: Entering directory '/glibc/stdio-common' gcc -m32 _itoa.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/_itoa.o -MD -MP -MF /build/stdio-common/_itoa.o.dt -MT /build/stdio-common/_itoa.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from _itoa.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/_itoa.o] Error 1 gcc -m32 _itowa.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/_itowa.o -MD -MP -MF /build/stdio-common/_itowa.o.dt -MT /build/stdio-common/_itowa.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from _itowa.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/_itowa.o] Error 1 gcc -m32 asprintf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/asprintf.o -MD -MP -MF /build/stdio-common/asprintf.o.dt -MT /build/stdio-common/asprintf.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from asprintf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/asprintf.o] Error 1 gcc -m32 ../sysdeps/posix/ctermid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/ctermid.o -MD -MP -MF /build/stdio-common/ctermid.o.dt -MT /build/stdio-common/ctermid.o In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from ../sysdeps/nptl/stdio-lock.h:22, from ../include/stdio.h:3, from ../sysdeps/posix/ctermid.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:485: /build/stdio-common/ctermid.o] Error 1 gcc -m32 ../sysdeps/posix/cuserid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/cuserid.o -MD -MP -MF /build/stdio-common/cuserid.o.dt -MT /build/stdio-common/cuserid.o In file included from ../pwd/pwd.h:25, from ../include/pwd.h:2, from ../sysdeps/posix/cuserid.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:485: /build/stdio-common/cuserid.o] Error 1 gcc -m32 dprintf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/dprintf.o -MD -MP -MF /build/stdio-common/dprintf.o.dt -MT /build/stdio-common/dprintf.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from dprintf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/dprintf.o] Error 1 gcc -m32 flockfile.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/flockfile.o -MD -MP -MF /build/stdio-common/flockfile.o.dt -MT /build/stdio-common/flockfile.o In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from ../sysdeps/nptl/stdio-lock.h:22, from ../include/stdio.h:3, from flockfile.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/flockfile.o] Error 1 gcc -m32 fprintf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/fprintf.o -MD -MP -MF /build/stdio-common/fprintf.o.dt -MT /build/stdio-common/fprintf.o In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from ../sysdeps/nptl/stdio-lock.h:22, from ../include/stdio.h:3, from fprintf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/fprintf.o] Error 1 gcc -m32 fscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/fscanf.o -MD -MP -MF /build/stdio-common/fscanf.o.dt -MT /build/stdio-common/fscanf.o In file included from fscanf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/fscanf.o] Error 1 gcc -m32 ftrylockfile.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/ftrylockfile.o -MD -MP -MF /build/stdio-common/ftrylockfile.o.dt -MT /build/stdio-common/ftrylockfile.o In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from ../sysdeps/nptl/stdio-lock.h:22, from ../include/stdio.h:3, from ftrylockfile.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/ftrylockfile.o] Error 1 gcc -m32 funlockfile.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/funlockfile.o -MD -MP -MF /build/stdio-common/funlockfile.o.dt -MT /build/stdio-common/funlockfile.o In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from ../sysdeps/nptl/stdio-lock.h:22, from ../include/stdio.h:3, from funlockfile.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/funlockfile.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/gentempfd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/gentempfd.o -MD -MP -MF /build/stdio-common/gentempfd.o.dt -MT /build/stdio-common/gentempfd.o In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from ../sysdeps/nptl/stdio-lock.h:22, from ../include/stdio.h:3, from ../sysdeps/unix/sysv/linux/gentempfd.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/stdio-common/gentempfd.o] Error 1 gcc -m32 getline.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/getline.o -MD -MP -MF /build/stdio-common/getline.o.dt -MT /build/stdio-common/getline.o In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from ../sysdeps/nptl/stdio-lock.h:22, from ../include/stdio.h:3, from getline.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/getline.o] Error 1 gcc -m32 getw.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/getw.o -MD -MP -MF /build/stdio-common/getw.o.dt -MT /build/stdio-common/getw.o In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from ../sysdeps/nptl/stdio-lock.h:22, from ../include/stdio.h:3, from getw.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/getw.o] Error 1 gcc -m32 grouping_iterator.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/grouping_iterator.o -MD -MP -MF /build/stdio-common/grouping_iterator.o.dt -MT /build/stdio-common/grouping_iterator.o In file included from ../locale/locale.h:25, from ../include/locale.h:2, from ./grouping_iterator.h:22, from grouping_iterator.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/grouping_iterator.o] Error 1 gcc -m32 iovfscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/iovfscanf.o -MD -MP -MF /build/stdio-common/iovfscanf.o.dt -MT /build/stdio-common/iovfscanf.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from iovfscanf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/iovfscanf.o] Error 1 gcc -m32 isoc23_fscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/isoc23_fscanf.o -MD -MP -MF /build/stdio-common/isoc23_fscanf.o.dt -MT /build/stdio-common/isoc23_fscanf.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from isoc23_fscanf.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/isoc23_fscanf.o] Error 1 gcc -m32 isoc23_scanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/isoc23_scanf.o -MD -MP -MF /build/stdio-common/isoc23_scanf.o.dt -MT /build/stdio-common/isoc23_scanf.o In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from ../sysdeps/nptl/stdio-lock.h:22, from ../include/stdio.h:3, from isoc23_scanf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/isoc23_scanf.o] Error 1 gcc -m32 isoc23_sscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/isoc23_sscanf.o -MD -MP -MF /build/stdio-common/isoc23_sscanf.o.dt -MT /build/stdio-common/isoc23_sscanf.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from ../libio/strfile.h:30, from isoc23_sscanf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/isoc23_sscanf.o] Error 1 gcc -m32 isoc23_vfscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/isoc23_vfscanf.o -MD -MP -MF /build/stdio-common/isoc23_vfscanf.o.dt -MT /build/stdio-common/isoc23_vfscanf.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from isoc23_vfscanf.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/isoc23_vfscanf.o] Error 1 gcc -m32 isoc23_vscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/isoc23_vscanf.o -MD -MP -MF /build/stdio-common/isoc23_vscanf.o.dt -MT /build/stdio-common/isoc23_vscanf.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from isoc23_vscanf.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/isoc23_vscanf.o] Error 1 gcc -m32 isoc23_vsscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/isoc23_vsscanf.o -MD -MP -MF /build/stdio-common/isoc23_vsscanf.o.dt -MT /build/stdio-common/isoc23_vsscanf.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from ../libio/strfile.h:30, from isoc23_vsscanf.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/isoc23_vsscanf.o] Error 1 gcc -m32 isoc99_fscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/isoc99_fscanf.o -MD -MP -MF /build/stdio-common/isoc99_fscanf.o.dt -MT /build/stdio-common/isoc99_fscanf.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from isoc99_fscanf.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/isoc99_fscanf.o] Error 1 gcc -m32 isoc99_scanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/isoc99_scanf.o -MD -MP -MF /build/stdio-common/isoc99_scanf.o.dt -MT /build/stdio-common/isoc99_scanf.o In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from ../sysdeps/nptl/stdio-lock.h:22, from ../include/stdio.h:3, from isoc99_scanf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/isoc99_scanf.o] Error 1 gcc -m32 isoc99_sscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/isoc99_sscanf.o -MD -MP -MF /build/stdio-common/isoc99_sscanf.o.dt -MT /build/stdio-common/isoc99_sscanf.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from ../libio/strfile.h:30, from isoc99_sscanf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/isoc99_sscanf.o] Error 1 gcc -m32 isoc99_vfscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/isoc99_vfscanf.o -MD -MP -MF /build/stdio-common/isoc99_vfscanf.o.dt -MT /build/stdio-common/isoc99_vfscanf.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from isoc99_vfscanf.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/isoc99_vfscanf.o] Error 1 gcc -m32 isoc99_vscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/isoc99_vscanf.o -MD -MP -MF /build/stdio-common/isoc99_vscanf.o.dt -MT /build/stdio-common/isoc99_vscanf.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from isoc99_vscanf.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/isoc99_vscanf.o] Error 1 gcc -m32 isoc99_vsscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/isoc99_vsscanf.o -MD -MP -MF /build/stdio-common/isoc99_vsscanf.o.dt -MT /build/stdio-common/isoc99_vsscanf.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from ../libio/strfile.h:30, from isoc99_vsscanf.c:27: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/isoc99_vsscanf.o] Error 1 gcc -m32 itoa-digits.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/itoa-digits.o -MD -MP -MF /build/stdio-common/itoa-digits.o.dt -MT /build/stdio-common/itoa-digits.o In file included from ../bits/libc-header-start.h:33, from ../include/limits.h:26, from ../sysdeps/generic/_itoa.h:22, from itoa-digits.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/itoa-digits.o] Error 1 gcc -m32 itoa-udigits.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/itoa-udigits.o -MD -MP -MF /build/stdio-common/itoa-udigits.o.dt -MT /build/stdio-common/itoa-udigits.o In file included from ../bits/libc-header-start.h:33, from ../include/limits.h:26, from ../sysdeps/generic/_itoa.h:22, from itoa-udigits.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/itoa-udigits.o] Error 1 gcc -m32 itowa-digits.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/itowa-digits.o -MD -MP -MF /build/stdio-common/itowa-digits.o.dt -MT /build/stdio-common/itowa-digits.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from itowa-digits.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/itowa-digits.o] Error 1 gcc -m32 perror.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/perror.o -MD -MP -MF /build/stdio-common/perror.o.dt -MT /build/stdio-common/perror.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from perror.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/perror.o] Error 1 gcc -m32 printf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/printf.o -MD -MP -MF /build/stdio-common/printf.o.dt -MT /build/stdio-common/printf.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from printf.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/printf.o] Error 1 gcc -m32 printf-prs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/printf-prs.o -MD -MP -MF /build/stdio-common/printf-prs.o.dt -MT /build/stdio-common/printf-prs.o In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from ../sysdeps/nptl/stdio-lock.h:22, from ../include/stdio.h:3, from printf-prs.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/printf-prs.o] Error 1 gcc -m32 printf_buffer_as_file.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/printf_buffer_as_file.o -MD -MP -MF /build/stdio-common/printf_buffer_as_file.o.dt -MT /build/stdio-common/printf_buffer_as_file.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from ./printf_buffer_as_file.h:27, from printf_buffer_as_file.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/printf_buffer_as_file.o] Error 1 gcc -m32 printf_buffer_done.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/printf_buffer_done.o -MD -MP -MF /build/stdio-common/printf_buffer_done.o.dt -MT /build/stdio-common/printf_buffer_done.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../include/printf_buffer.h:29, from printf_buffer_done.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/printf_buffer_done.o] Error 1 gcc -m32 printf_buffer_flush.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/printf_buffer_flush.o -MD -MP -MF /build/stdio-common/printf_buffer_flush.o.dt -MT /build/stdio-common/printf_buffer_flush.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from printf_buffer_flush.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/printf_buffer_flush.o] Error 1 gcc -m32 printf_buffer_pad_1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/printf_buffer_pad_1.o -MD -MP -MF /build/stdio-common/printf_buffer_pad_1.o.dt -MT /build/stdio-common/printf_buffer_pad_1.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../include/printf_buffer.h:29, from printf_buffer_pad_1.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/printf_buffer_pad_1.o] Error 1 gcc -m32 printf_buffer_putc_1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/printf_buffer_putc_1.o -MD -MP -MF /build/stdio-common/printf_buffer_putc_1.o.dt -MT /build/stdio-common/printf_buffer_putc_1.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../include/printf_buffer.h:29, from printf_buffer_putc_1.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/printf_buffer_putc_1.o] Error 1 gcc -m32 printf_buffer_puts_1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/printf_buffer_puts_1.o -MD -MP -MF /build/stdio-common/printf_buffer_puts_1.o.dt -MT /build/stdio-common/printf_buffer_puts_1.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../include/printf_buffer.h:29, from printf_buffer_puts_1.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/printf_buffer_puts_1.o] Error 1 gcc -m32 printf_buffer_to_file.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/printf_buffer_to_file.o -MD -MP -MF /build/stdio-common/printf_buffer_to_file.o.dt -MT /build/stdio-common/printf_buffer_to_file.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../include/printf_buffer.h:29, from ./printf_buffer_to_file.h:23, from printf_buffer_to_file.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/printf_buffer_to_file.o] Error 1 gcc -m32 printf_buffer_write.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/printf_buffer_write.o -MD -MP -MF /build/stdio-common/printf_buffer_write.o.dt -MT /build/stdio-common/printf_buffer_write.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../include/printf_buffer.h:29, from printf_buffer_write.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/printf_buffer_write.o] Error 1 gcc -m32 printf_fp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/printf_fp.o -MD -MP -MF /build/stdio-common/printf_fp.o.dt -MT /build/stdio-common/printf_fp.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from printf_fp.c:24: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/printf_fp.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/printf_fphex.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/printf_fphex.o -MD -MP -MF /build/stdio-common/printf_fphex.o.dt -MT /build/stdio-common/printf_fphex.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from ../stdio-common/printf_fphex.c:20, from ../sysdeps/ieee754/ldbl-96/printf_fphex.c:81: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/stdio-common/printf_fphex.o] Error 1 gcc -m32 printf_function_invoke.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/printf_function_invoke.o -MD -MP -MF /build/stdio-common/printf_function_invoke.o.dt -MT /build/stdio-common/printf_function_invoke.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/printf.h:4, from printf_function_invoke.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/printf_function_invoke.o] Error 1 gcc -m32 printf_size.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/printf_size.o -MD -MP -MF /build/stdio-common/printf_size.o.dt -MT /build/stdio-common/printf_size.o In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from printf_size.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/printf_size.o] Error 1 gcc -m32 psiginfo.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/psiginfo.o -MD -MP -MF /build/stdio-common/psiginfo.o.dt -MT /build/stdio-common/psiginfo.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from psiginfo.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/psiginfo.o] Error 1 gcc -m32 psignal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/psignal.o -MD -MP -MF /build/stdio-common/psignal.o.dt -MT /build/stdio-common/psignal.o In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from ../sysdeps/nptl/stdio-lock.h:22, from ../include/stdio.h:3, from psignal.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/psignal.o] Error 1 gcc -m32 putw.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/putw.o -MD -MP -MF /build/stdio-common/putw.o.dt -MT /build/stdio-common/putw.o In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from ../sysdeps/nptl/stdio-lock.h:22, from ../include/stdio.h:3, from putw.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/putw.o] Error 1 gcc -m32 reg-modifier.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/reg-modifier.o -MD -MP -MF /build/stdio-common/reg-modifier.o.dt -MT /build/stdio-common/reg-modifier.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from reg-modifier.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/reg-modifier.o] Error 1 gcc -m32 reg-printf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/reg-printf.o -MD -MP -MF /build/stdio-common/reg-printf.o.dt -MT /build/stdio-common/reg-printf.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from reg-printf.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/reg-printf.o] Error 1 gcc -m32 reg-type.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/reg-type.o -MD -MP -MF /build/stdio-common/reg-type.o.dt -MT /build/stdio-common/reg-type.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from reg-type.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/reg-type.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/remove.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/remove.o -MD -MP -MF /build/stdio-common/remove.o.dt -MT /build/stdio-common/remove.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/posix/remove.c:19, from ../sysdeps/unix/sysv/linux/remove.c:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/stdio-common/remove.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/rename.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/rename.o -MD -MP -MF /build/stdio-common/rename.o.dt -MT /build/stdio-common/rename.o In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from ../sysdeps/nptl/stdio-lock.h:22, from ../include/stdio.h:3, from ../sysdeps/unix/sysv/linux/rename.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/stdio-common/rename.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/renameat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/renameat.o -MD -MP -MF /build/stdio-common/renameat.o.dt -MT /build/stdio-common/renameat.o In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from ../sysdeps/nptl/stdio-lock.h:22, from ../include/stdio.h:3, from ../sysdeps/unix/sysv/linux/renameat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/stdio-common/renameat.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/renameat2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/renameat2.o -MD -MP -MF /build/stdio-common/renameat2.o.dt -MT /build/stdio-common/renameat2.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/renameat2.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/stdio-common/renameat2.o] Error 1 gcc -m32 scanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/scanf.o -MD -MP -MF /build/stdio-common/scanf.o.dt -MT /build/stdio-common/scanf.o In file included from scanf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/scanf.o] Error 1 gcc -m32 snprintf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/snprintf.o -MD -MP -MF /build/stdio-common/snprintf.o.dt -MT /build/stdio-common/snprintf.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from snprintf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/snprintf.o] Error 1 gcc -m32 sprintf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/sprintf.o -MD -MP -MF /build/stdio-common/sprintf.o.dt -MT /build/stdio-common/sprintf.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from sprintf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/sprintf.o] Error 1 gcc -m32 sscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/sscanf.o -MD -MP -MF /build/stdio-common/sscanf.o.dt -MT /build/stdio-common/sscanf.o In file included from sscanf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/sscanf.o] Error 1 gcc -m32 tempnam.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tempnam.o -MD -MP -MF /build/stdio-common/tempnam.o.dt -MT /build/stdio-common/tempnam.o In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from ../sysdeps/nptl/stdio-lock.h:22, from ../include/stdio.h:3, from tempnam.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/tempnam.o] Error 1 gcc -m32 ../sysdeps/posix/tempname.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tempname.o -MD -MP -MF /build/stdio-common/tempname.o.dt -MT /build/stdio-common/tempname.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/posix/tempname.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:485: /build/stdio-common/tempname.o] Error 1 gcc -m32 tmpfile.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tmpfile.o -MD -MP -MF /build/stdio-common/tmpfile.o.dt -MT /build/stdio-common/tmpfile.o In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from tmpfile.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/tmpfile.o] Error 1 gcc -m32 tmpfile64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tmpfile64.o -MD -MP -MF /build/stdio-common/tmpfile64.o.dt -MT /build/stdio-common/tmpfile64.o In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from tmpfile64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/tmpfile64.o] Error 1 gcc -m32 tmpnam.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tmpnam.o -MD -MP -MF /build/stdio-common/tmpnam.o.dt -MT /build/stdio-common/tmpnam.o In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from ../sysdeps/nptl/stdio-lock.h:22, from ../include/stdio.h:3, from tmpnam.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/tmpnam.o] Error 1 gcc -m32 tmpnam_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tmpnam_r.o -MD -MP -MF /build/stdio-common/tmpnam_r.o.dt -MT /build/stdio-common/tmpnam_r.o In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from ../sysdeps/nptl/stdio-lock.h:22, from ../include/stdio.h:3, from tmpnam_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/tmpnam_r.o] Error 1 gcc -m32 translated_number_width.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/translated_number_width.o -MD -MP -MF /build/stdio-common/translated_number_width.o.dt -MT /build/stdio-common/translated_number_width.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from translated_number_width.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/translated_number_width.o] Error 1 gcc -m32 vfprintf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -Wno-uninitialized -fexceptions -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/vfprintf.o -MD -MP -MF /build/stdio-common/vfprintf.o.dt -MT /build/stdio-common/vfprintf.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from vfprintf.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/vfprintf.o] Error 1 gcc -m32 vfprintf-internal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/vfprintf-internal.o -MD -MP -MF /build/stdio-common/vfprintf-internal.o.dt -MT /build/stdio-common/vfprintf-internal.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from vfprintf-internal.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/vfprintf-internal.o] Error 1 gcc -m32 vfscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/vfscanf.o -MD -MP -MF /build/stdio-common/vfscanf.o.dt -MT /build/stdio-common/vfscanf.o In file included from vfscanf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/vfscanf.o] Error 1 gcc -m32 vfscanf-internal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/vfscanf-internal.o -MD -MP -MF /build/stdio-common/vfscanf-internal.o.dt -MT /build/stdio-common/vfscanf-internal.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from vfscanf-internal.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/vfscanf-internal.o] Error 1 gcc -m32 vfwprintf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -Wno-uninitialized -fexceptions -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/vfwprintf.o -MD -MP -MF /build/stdio-common/vfwprintf.o.dt -MT /build/stdio-common/vfwprintf.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from vfwprintf.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/vfwprintf.o] Error 1 gcc -m32 vfwprintf-internal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/vfwprintf-internal.o -MD -MP -MF /build/stdio-common/vfwprintf-internal.o.dt -MT /build/stdio-common/vfwprintf-internal.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from vfprintf-internal.c:19, from vfwprintf-internal.c:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/vfwprintf-internal.o] Error 1 gcc -m32 vfwscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/vfwscanf.o -MD -MP -MF /build/stdio-common/vfwscanf.o.dt -MT /build/stdio-common/vfwscanf.o In file included from vfwscanf.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/vfwscanf.o] Error 1 gcc -m32 vfwscanf-internal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/vfwscanf-internal.o -MD -MP -MF /build/stdio-common/vfwscanf-internal.o.dt -MT /build/stdio-common/vfwscanf-internal.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from vfscanf-internal.c:19, from vfwscanf-internal.c:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/vfwscanf-internal.o] Error 1 gcc -m32 vprintf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/vprintf.o -MD -MP -MF /build/stdio-common/vprintf.o.dt -MT /build/stdio-common/vprintf.o In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from ../sysdeps/nptl/stdio-lock.h:22, from ../include/stdio.h:3, from vprintf.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/vprintf.o] Error 1 gcc -m32 wprintf_buffer_as_file.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/wprintf_buffer_as_file.o -MD -MP -MF /build/stdio-common/wprintf_buffer_as_file.o.dt -MT /build/stdio-common/wprintf_buffer_as_file.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from ./printf_buffer_as_file.h:27, from wprintf_buffer_as_file.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/wprintf_buffer_as_file.o] Error 1 gcc -m32 wprintf_buffer_done.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/wprintf_buffer_done.o -MD -MP -MF /build/stdio-common/wprintf_buffer_done.o.dt -MT /build/stdio-common/wprintf_buffer_done.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../include/printf_buffer.h:29, from wprintf_buffer_done.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/wprintf_buffer_done.o] Error 1 gcc -m32 wprintf_buffer_flush.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/wprintf_buffer_flush.o -MD -MP -MF /build/stdio-common/wprintf_buffer_flush.o.dt -MT /build/stdio-common/wprintf_buffer_flush.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from wprintf_buffer_flush.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/wprintf_buffer_flush.o] Error 1 gcc -m32 wprintf_buffer_pad_1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/wprintf_buffer_pad_1.o -MD -MP -MF /build/stdio-common/wprintf_buffer_pad_1.o.dt -MT /build/stdio-common/wprintf_buffer_pad_1.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../include/printf_buffer.h:29, from wprintf_buffer_pad_1.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/wprintf_buffer_pad_1.o] Error 1 gcc -m32 wprintf_buffer_putc_1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/wprintf_buffer_putc_1.o -MD -MP -MF /build/stdio-common/wprintf_buffer_putc_1.o.dt -MT /build/stdio-common/wprintf_buffer_putc_1.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../include/printf_buffer.h:29, from wprintf_buffer_putc_1.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/wprintf_buffer_putc_1.o] Error 1 gcc -m32 wprintf_buffer_puts_1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/wprintf_buffer_puts_1.o -MD -MP -MF /build/stdio-common/wprintf_buffer_puts_1.o.dt -MT /build/stdio-common/wprintf_buffer_puts_1.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../include/printf_buffer.h:29, from wprintf_buffer_puts_1.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/wprintf_buffer_puts_1.o] Error 1 gcc -m32 wprintf_buffer_to_file.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/wprintf_buffer_to_file.o -MD -MP -MF /build/stdio-common/wprintf_buffer_to_file.o.dt -MT /build/stdio-common/wprintf_buffer_to_file.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../include/printf_buffer.h:29, from ./printf_buffer_to_file.h:23, from wprintf_buffer_to_file.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/wprintf_buffer_to_file.o] Error 1 gcc -m32 wprintf_buffer_write.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/wprintf_buffer_write.o -MD -MP -MF /build/stdio-common/wprintf_buffer_write.o.dt -MT /build/stdio-common/wprintf_buffer_write.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../include/printf_buffer.h:29, from wprintf_buffer_write.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/wprintf_buffer_write.o] Error 1 gcc -m32 wprintf_function_invoke.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/wprintf_function_invoke.o -MD -MP -MF /build/stdio-common/wprintf_function_invoke.o.dt -MT /build/stdio-common/wprintf_function_invoke.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/printf.h:4, from wprintf_function_invoke.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/wprintf_function_invoke.o] Error 1 gcc -m32 errlist.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/errlist.o -MD -MP -MF /build/stdio-common/errlist.o.dt -MT /build/stdio-common/errlist.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from errlist.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/errlist.o] Error 1 gcc -m32 errlist-data-gen.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/errlist-data-aux.S -MD -MP -MF /build/stdio-common/errlist-data-aux.S.dt -MT /build/stdio-common/errlist-data-aux.S -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -S In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from errlist-data-gen.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [Makefile:319: /build/stdio-common/errlist-data-aux.S] Error 1 gcc -m32 errname.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/errname.o -MD -MP -MF /build/stdio-common/errname.o.dt -MT /build/stdio-common/errname.o In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from ../sysdeps/nptl/stdio-lock.h:22, from ../include/stdio.h:3, from errname.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/errname.o] Error 1 gcc -m32 fxprintf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/fxprintf.o -MD -MP -MF /build/stdio-common/fxprintf.o.dt -MT /build/stdio-common/fxprintf.o In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from ../sysdeps/nptl/stdio-lock.h:22, from ../include/stdio.h:3, from fxprintf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/fxprintf.o] Error 1 gcc -m32 printf-parsemb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/printf-parsemb.o -MD -MP -MF /build/stdio-common/printf-parsemb.o.dt -MT /build/stdio-common/printf-parsemb.o In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from printf-parsemb.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/printf-parsemb.o] Error 1 gcc -m32 printf-parsewc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/printf-parsewc.o -MD -MP -MF /build/stdio-common/printf-parsewc.o.dt -MT /build/stdio-common/printf-parsewc.o In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from printf-parsemb.c:19, from printf-parsewc.c:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/printf-parsewc.o] Error 1 gcc -m32 siglist-gen.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/siglist-aux.S -MD -MP -MF /build/stdio-common/siglist-aux.S.dt -MT /build/stdio-common/siglist-aux.S -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -S In file included from ../signal/signal.h:25, from ../include/signal.h:2, from siglist-gen.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [Makefile:335: /build/stdio-common/siglist-aux.S] Error 1 gcc -m32 _itoa.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/_itoa.os -MD -MP -MF /build/stdio-common/_itoa.os.dt -MT /build/stdio-common/_itoa.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from _itoa.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/_itoa.os] Error 1 gcc -m32 _itowa.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/_itowa.os -MD -MP -MF /build/stdio-common/_itowa.os.dt -MT /build/stdio-common/_itowa.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from _itowa.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/_itowa.os] Error 1 gcc -m32 asprintf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/asprintf.os -MD -MP -MF /build/stdio-common/asprintf.os.dt -MT /build/stdio-common/asprintf.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from asprintf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/asprintf.os] Error 1 gcc -m32 ../sysdeps/posix/ctermid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/ctermid.os -MD -MP -MF /build/stdio-common/ctermid.os.dt -MT /build/stdio-common/ctermid.os In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from ../sysdeps/nptl/stdio-lock.h:22, from ../include/stdio.h:3, from ../sysdeps/posix/ctermid.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:501: /build/stdio-common/ctermid.os] Error 1 gcc -m32 ../sysdeps/posix/cuserid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/cuserid.os -MD -MP -MF /build/stdio-common/cuserid.os.dt -MT /build/stdio-common/cuserid.os In file included from ../pwd/pwd.h:25, from ../include/pwd.h:2, from ../sysdeps/posix/cuserid.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:501: /build/stdio-common/cuserid.os] Error 1 gcc -m32 dprintf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/dprintf.os -MD -MP -MF /build/stdio-common/dprintf.os.dt -MT /build/stdio-common/dprintf.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from dprintf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/dprintf.os] Error 1 gcc -m32 flockfile.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/flockfile.os -MD -MP -MF /build/stdio-common/flockfile.os.dt -MT /build/stdio-common/flockfile.os In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from ../sysdeps/nptl/stdio-lock.h:22, from ../include/stdio.h:3, from flockfile.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/flockfile.os] Error 1 gcc -m32 fprintf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/fprintf.os -MD -MP -MF /build/stdio-common/fprintf.os.dt -MT /build/stdio-common/fprintf.os In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from ../sysdeps/nptl/stdio-lock.h:22, from ../include/stdio.h:3, from fprintf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50, from fprintf.c:20: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/fprintf.os] Error 1 gcc -m32 fscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/fscanf.os -MD -MP -MF /build/stdio-common/fscanf.os.dt -MT /build/stdio-common/fscanf.os In file included from fscanf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50, from fscanf.c:23: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/fscanf.os] Error 1 gcc -m32 ftrylockfile.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/ftrylockfile.os -MD -MP -MF /build/stdio-common/ftrylockfile.os.dt -MT /build/stdio-common/ftrylockfile.os In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from ../sysdeps/nptl/stdio-lock.h:22, from ../include/stdio.h:3, from ftrylockfile.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/ftrylockfile.os] Error 1 gcc -m32 funlockfile.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/funlockfile.os -MD -MP -MF /build/stdio-common/funlockfile.os.dt -MT /build/stdio-common/funlockfile.os In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from ../sysdeps/nptl/stdio-lock.h:22, from ../include/stdio.h:3, from funlockfile.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/funlockfile.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/gentempfd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/gentempfd.os -MD -MP -MF /build/stdio-common/gentempfd.os.dt -MT /build/stdio-common/gentempfd.os In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from ../sysdeps/nptl/stdio-lock.h:22, from ../include/stdio.h:3, from ../sysdeps/unix/sysv/linux/gentempfd.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/stdio-common/gentempfd.os] Error 1 gcc -m32 getline.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/getline.os -MD -MP -MF /build/stdio-common/getline.os.dt -MT /build/stdio-common/getline.os In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from ../sysdeps/nptl/stdio-lock.h:22, from ../include/stdio.h:3, from getline.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50, from getline.c:20: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/getline.os] Error 1 gcc -m32 getw.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/getw.os -MD -MP -MF /build/stdio-common/getw.os.dt -MT /build/stdio-common/getw.os In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from ../sysdeps/nptl/stdio-lock.h:22, from ../include/stdio.h:3, from getw.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/getw.os] Error 1 gcc -m32 grouping_iterator.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/grouping_iterator.os -MD -MP -MF /build/stdio-common/grouping_iterator.os.dt -MT /build/stdio-common/grouping_iterator.os In file included from ../locale/locale.h:25, from ../include/locale.h:2, from ./grouping_iterator.h:22, from grouping_iterator.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/grouping_iterator.os] Error 1 gcc -m32 iovfscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/iovfscanf.os -MD -MP -MF /build/stdio-common/iovfscanf.os.dt -MT /build/stdio-common/iovfscanf.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from iovfscanf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/iovfscanf.os] Error 1 gcc -m32 isoc23_fscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/isoc23_fscanf.os -MD -MP -MF /build/stdio-common/isoc23_fscanf.os.dt -MT /build/stdio-common/isoc23_fscanf.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from isoc23_fscanf.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/isoc23_fscanf.os] Error 1 gcc -m32 isoc23_scanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/isoc23_scanf.os -MD -MP -MF /build/stdio-common/isoc23_scanf.os.dt -MT /build/stdio-common/isoc23_scanf.os In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from ../sysdeps/nptl/stdio-lock.h:22, from ../include/stdio.h:3, from isoc23_scanf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50, from isoc23_scanf.c:20: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/isoc23_scanf.os] Error 1 gcc -m32 isoc23_sscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/isoc23_sscanf.os -MD -MP -MF /build/stdio-common/isoc23_sscanf.os.dt -MT /build/stdio-common/isoc23_sscanf.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from ../libio/strfile.h:30, from isoc23_sscanf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/isoc23_sscanf.os] Error 1 gcc -m32 isoc23_vfscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/isoc23_vfscanf.os -MD -MP -MF /build/stdio-common/isoc23_vfscanf.os.dt -MT /build/stdio-common/isoc23_vfscanf.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from isoc23_vfscanf.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/isoc23_vfscanf.os] Error 1 gcc -m32 isoc23_vscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/isoc23_vscanf.os -MD -MP -MF /build/stdio-common/isoc23_vscanf.os.dt -MT /build/stdio-common/isoc23_vscanf.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from isoc23_vscanf.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/isoc23_vscanf.os] Error 1 gcc -m32 isoc23_vsscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/isoc23_vsscanf.os -MD -MP -MF /build/stdio-common/isoc23_vsscanf.os.dt -MT /build/stdio-common/isoc23_vsscanf.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from ../libio/strfile.h:30, from isoc23_vsscanf.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/isoc23_vsscanf.os] Error 1 gcc -m32 isoc99_fscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/isoc99_fscanf.os -MD -MP -MF /build/stdio-common/isoc99_fscanf.os.dt -MT /build/stdio-common/isoc99_fscanf.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from isoc99_fscanf.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/isoc99_fscanf.os] Error 1 gcc -m32 isoc99_scanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/isoc99_scanf.os -MD -MP -MF /build/stdio-common/isoc99_scanf.os.dt -MT /build/stdio-common/isoc99_scanf.os In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from ../sysdeps/nptl/stdio-lock.h:22, from ../include/stdio.h:3, from isoc99_scanf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50, from isoc99_scanf.c:20: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/isoc99_scanf.os] Error 1 gcc -m32 isoc99_sscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/isoc99_sscanf.os -MD -MP -MF /build/stdio-common/isoc99_sscanf.os.dt -MT /build/stdio-common/isoc99_sscanf.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from ../libio/strfile.h:30, from isoc99_sscanf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/isoc99_sscanf.os] Error 1 gcc -m32 isoc99_vfscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/isoc99_vfscanf.os -MD -MP -MF /build/stdio-common/isoc99_vfscanf.os.dt -MT /build/stdio-common/isoc99_vfscanf.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from isoc99_vfscanf.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/isoc99_vfscanf.os] Error 1 gcc -m32 isoc99_vscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/isoc99_vscanf.os -MD -MP -MF /build/stdio-common/isoc99_vscanf.os.dt -MT /build/stdio-common/isoc99_vscanf.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from isoc99_vscanf.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/isoc99_vscanf.os] Error 1 gcc -m32 isoc99_vsscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/isoc99_vsscanf.os -MD -MP -MF /build/stdio-common/isoc99_vsscanf.os.dt -MT /build/stdio-common/isoc99_vsscanf.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from ../libio/strfile.h:30, from isoc99_vsscanf.c:27: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/isoc99_vsscanf.os] Error 1 gcc -m32 itoa-digits.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/itoa-digits.os -MD -MP -MF /build/stdio-common/itoa-digits.os.dt -MT /build/stdio-common/itoa-digits.os In file included from ../bits/libc-header-start.h:33, from ../include/limits.h:26, from ../sysdeps/generic/_itoa.h:22, from itoa-digits.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/itoa-digits.os] Error 1 gcc -m32 itoa-udigits.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/itoa-udigits.os -MD -MP -MF /build/stdio-common/itoa-udigits.os.dt -MT /build/stdio-common/itoa-udigits.os In file included from ../bits/libc-header-start.h:33, from ../include/limits.h:26, from ../sysdeps/generic/_itoa.h:22, from itoa-udigits.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/itoa-udigits.os] Error 1 gcc -m32 itowa-digits.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/itowa-digits.os -MD -MP -MF /build/stdio-common/itowa-digits.os.dt -MT /build/stdio-common/itowa-digits.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from itowa-digits.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/itowa-digits.os] Error 1 gcc -m32 perror.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/perror.os -MD -MP -MF /build/stdio-common/perror.os.dt -MT /build/stdio-common/perror.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from perror.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ In file included from ../libio/libioP.h:50, from perror.c:23: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/perror.os] Error 1 gcc -m32 printf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/printf.os -MD -MP -MF /build/stdio-common/printf.os.dt -MT /build/stdio-common/printf.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from printf.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/printf.os] Error 1 gcc -m32 printf-prs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/printf-prs.os -MD -MP -MF /build/stdio-common/printf-prs.os.dt -MT /build/stdio-common/printf-prs.os In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from ../sysdeps/nptl/stdio-lock.h:22, from ../include/stdio.h:3, from printf-prs.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/printf-prs.os] Error 1 gcc -m32 printf_buffer_as_file.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/printf_buffer_as_file.os -MD -MP -MF /build/stdio-common/printf_buffer_as_file.os.dt -MT /build/stdio-common/printf_buffer_as_file.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from ./printf_buffer_as_file.h:27, from printf_buffer_as_file.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../wcsmbs/wchar.h: At top level: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/printf_buffer_as_file.os] Error 1 gcc -m32 printf_buffer_done.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/printf_buffer_done.os -MD -MP -MF /build/stdio-common/printf_buffer_done.os.dt -MT /build/stdio-common/printf_buffer_done.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../include/printf_buffer.h:29, from printf_buffer_done.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/printf_buffer_done.os] Error 1 gcc -m32 printf_buffer_flush.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/printf_buffer_flush.os -MD -MP -MF /build/stdio-common/printf_buffer_flush.os.dt -MT /build/stdio-common/printf_buffer_flush.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from printf_buffer_flush.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/printf_buffer_flush.os] Error 1 gcc -m32 printf_buffer_pad_1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/printf_buffer_pad_1.os -MD -MP -MF /build/stdio-common/printf_buffer_pad_1.os.dt -MT /build/stdio-common/printf_buffer_pad_1.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../include/printf_buffer.h:29, from printf_buffer_pad_1.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/printf_buffer_pad_1.os] Error 1 gcc -m32 printf_buffer_putc_1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/printf_buffer_putc_1.os -MD -MP -MF /build/stdio-common/printf_buffer_putc_1.os.dt -MT /build/stdio-common/printf_buffer_putc_1.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../include/printf_buffer.h:29, from printf_buffer_putc_1.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/printf_buffer_putc_1.os] Error 1 gcc -m32 printf_buffer_puts_1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/printf_buffer_puts_1.os -MD -MP -MF /build/stdio-common/printf_buffer_puts_1.os.dt -MT /build/stdio-common/printf_buffer_puts_1.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../include/printf_buffer.h:29, from printf_buffer_puts_1.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/printf_buffer_puts_1.os] Error 1 gcc -m32 printf_buffer_to_file.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/printf_buffer_to_file.os -MD -MP -MF /build/stdio-common/printf_buffer_to_file.os.dt -MT /build/stdio-common/printf_buffer_to_file.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../include/printf_buffer.h:29, from ./printf_buffer_to_file.h:23, from printf_buffer_to_file.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50, from printf_buffer_to_file.c:23: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/printf_buffer_to_file.os] Error 1 gcc -m32 printf_buffer_write.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/printf_buffer_write.os -MD -MP -MF /build/stdio-common/printf_buffer_write.os.dt -MT /build/stdio-common/printf_buffer_write.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../include/printf_buffer.h:29, from printf_buffer_write.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/printf_buffer_write.os] Error 1 gcc -m32 printf_fp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/printf_fp.os -MD -MP -MF /build/stdio-common/printf_fp.os.dt -MT /build/stdio-common/printf_fp.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from printf_fp.c:24: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../include/limits.h: At top level: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/printf_fp.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/printf_fphex.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/printf_fphex.os -MD -MP -MF /build/stdio-common/printf_fphex.os.dt -MT /build/stdio-common/printf_fphex.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from ../stdio-common/printf_fphex.c:20, from ../sysdeps/ieee754/ldbl-96/printf_fphex.c:81: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50, from ../stdio-common/printf_fphex.c:25: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../wcsmbs/wchar.h: At top level: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/stdio-common/printf_fphex.os] Error 1 gcc -m32 printf_function_invoke.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/printf_function_invoke.os -MD -MP -MF /build/stdio-common/printf_function_invoke.os.dt -MT /build/stdio-common/printf_function_invoke.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/printf.h:4, from printf_function_invoke.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50, from ./printf_buffer_as_file.h:27, from printf_function_invoke.c:20: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/printf_function_invoke.os] Error 1 gcc -m32 printf_size.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/printf_size.os -MD -MP -MF /build/stdio-common/printf_size.os.dt -MT /build/stdio-common/printf_size.os In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from printf_size.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50, from printf_size.c:23: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/printf_size.os] Error 1 gcc -m32 psiginfo.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/psiginfo.os -MD -MP -MF /build/stdio-common/psiginfo.os.dt -MT /build/stdio-common/psiginfo.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from psiginfo.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/psiginfo.os] Error 1 gcc -m32 psignal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/psignal.os -MD -MP -MF /build/stdio-common/psignal.os.dt -MT /build/stdio-common/psignal.os In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from ../sysdeps/nptl/stdio-lock.h:22, from ../include/stdio.h:3, from psignal.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/psignal.os] Error 1 gcc -m32 putw.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/putw.os -MD -MP -MF /build/stdio-common/putw.os.dt -MT /build/stdio-common/putw.os In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from ../sysdeps/nptl/stdio-lock.h:22, from ../include/stdio.h:3, from putw.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/putw.os] Error 1 gcc -m32 reg-modifier.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/reg-modifier.os -MD -MP -MF /build/stdio-common/reg-modifier.os.dt -MT /build/stdio-common/reg-modifier.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from reg-modifier.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/reg-modifier.os] Error 1 gcc -m32 reg-printf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/reg-printf.os -MD -MP -MF /build/stdio-common/reg-printf.os.dt -MT /build/stdio-common/reg-printf.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from reg-printf.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/reg-printf.os] Error 1 gcc -m32 reg-type.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/reg-type.os -MD -MP -MF /build/stdio-common/reg-type.os.dt -MT /build/stdio-common/reg-type.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from reg-type.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/reg-type.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/remove.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/remove.os -MD -MP -MF /build/stdio-common/remove.os.dt -MT /build/stdio-common/remove.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/posix/remove.c:19, from ../sysdeps/unix/sysv/linux/remove.c:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/stdio-common/remove.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/rename.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/rename.os -MD -MP -MF /build/stdio-common/rename.os.dt -MT /build/stdio-common/rename.os In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from ../sysdeps/nptl/stdio-lock.h:22, from ../include/stdio.h:3, from ../sysdeps/unix/sysv/linux/rename.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/stdio-common/rename.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/renameat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/renameat.os -MD -MP -MF /build/stdio-common/renameat.os.dt -MT /build/stdio-common/renameat.os In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from ../sysdeps/nptl/stdio-lock.h:22, from ../include/stdio.h:3, from ../sysdeps/unix/sysv/linux/renameat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/stdio-common/renameat.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/renameat2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/renameat2.os -MD -MP -MF /build/stdio-common/renameat2.os.dt -MT /build/stdio-common/renameat2.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/renameat2.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/stdio-common/renameat2.os] Error 1 gcc -m32 scanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/scanf.os -MD -MP -MF /build/stdio-common/scanf.os.dt -MT /build/stdio-common/scanf.os In file included from scanf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50, from scanf.c:26: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/scanf.os] Error 1 gcc -m32 snprintf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/snprintf.os -MD -MP -MF /build/stdio-common/snprintf.os.dt -MT /build/stdio-common/snprintf.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from snprintf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/snprintf.os] Error 1 gcc -m32 sprintf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/sprintf.os -MD -MP -MF /build/stdio-common/sprintf.os.dt -MT /build/stdio-common/sprintf.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from sprintf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/sprintf.os] Error 1 gcc -m32 sscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/sscanf.os -MD -MP -MF /build/stdio-common/sscanf.os.dt -MT /build/stdio-common/sscanf.os In file included from sscanf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50, from ../libio/strfile.h:30, from sscanf.c:24: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/sscanf.os] Error 1 gcc -m32 tempnam.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tempnam.os -MD -MP -MF /build/stdio-common/tempnam.os.dt -MT /build/stdio-common/tempnam.os In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from ../sysdeps/nptl/stdio-lock.h:22, from ../include/stdio.h:3, from tempnam.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/tempnam.os] Error 1 gcc -m32 ../sysdeps/posix/tempname.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tempname.os -MD -MP -MF /build/stdio-common/tempname.os.dt -MT /build/stdio-common/tempname.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/posix/tempname.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:501: /build/stdio-common/tempname.os] Error 1 gcc -m32 tmpfile.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tmpfile.os -MD -MP -MF /build/stdio-common/tmpfile.os.dt -MT /build/stdio-common/tmpfile.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from tmpfile.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/tmpfile.os] Error 1 gcc -m32 tmpfile64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tmpfile64.os -MD -MP -MF /build/stdio-common/tmpfile64.os.dt -MT /build/stdio-common/tmpfile64.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from tmpfile64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/tmpfile64.os] Error 1 gcc -m32 tmpnam.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tmpnam.os -MD -MP -MF /build/stdio-common/tmpnam.os.dt -MT /build/stdio-common/tmpnam.os In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from ../sysdeps/nptl/stdio-lock.h:22, from ../include/stdio.h:3, from tmpnam.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/tmpnam.os] Error 1 gcc -m32 tmpnam_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/tmpnam_r.os -MD -MP -MF /build/stdio-common/tmpnam_r.os.dt -MT /build/stdio-common/tmpnam_r.os In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from ../sysdeps/nptl/stdio-lock.h:22, from ../include/stdio.h:3, from tmpnam_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/tmpnam_r.os] Error 1 gcc -m32 translated_number_width.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/translated_number_width.os -MD -MP -MF /build/stdio-common/translated_number_width.os.dt -MT /build/stdio-common/translated_number_width.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from translated_number_width.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/translated_number_width.os] Error 1 gcc -m32 vfprintf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -Wno-uninitialized -fexceptions -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/vfprintf.os -MD -MP -MF /build/stdio-common/vfprintf.os.dt -MT /build/stdio-common/vfprintf.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from vfprintf.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/vfprintf.os] Error 1 gcc -m32 vfprintf-internal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/vfprintf-internal.os -MD -MP -MF /build/stdio-common/vfprintf-internal.os.dt -MT /build/stdio-common/vfprintf-internal.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from vfprintf-internal.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50, from vfprintf-internal.c:47: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/vfprintf-internal.os] Error 1 gcc -m32 vfscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/vfscanf.os -MD -MP -MF /build/stdio-common/vfscanf.os.dt -MT /build/stdio-common/vfscanf.os In file included from vfscanf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50, from vfscanf.c:23: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/vfscanf.os] Error 1 gcc -m32 vfscanf-internal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/vfscanf-internal.os -MD -MP -MF /build/stdio-common/vfscanf-internal.os.dt -MT /build/stdio-common/vfscanf-internal.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from vfscanf-internal.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ In file included from ../libio/libioP.h:50, from vfscanf-internal.c:75: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/vfscanf-internal.os] Error 1 gcc -m32 vfwprintf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -Wno-uninitialized -fexceptions -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/vfwprintf.os -MD -MP -MF /build/stdio-common/vfwprintf.os.dt -MT /build/stdio-common/vfwprintf.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from vfwprintf.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/vfwprintf.os] Error 1 gcc -m32 vfwprintf-internal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/vfwprintf-internal.os -MD -MP -MF /build/stdio-common/vfwprintf-internal.os.dt -MT /build/stdio-common/vfwprintf-internal.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from vfprintf-internal.c:19, from vfwprintf-internal.c:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50, from vfprintf-internal.c:47: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/vfwprintf-internal.os] Error 1 gcc -m32 vfwscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/vfwscanf.os -MD -MP -MF /build/stdio-common/vfwscanf.os.dt -MT /build/stdio-common/vfwscanf.os In file included from vfwscanf.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50, from vfwscanf.c:24: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/vfwscanf.os] Error 1 gcc -m32 vfwscanf-internal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/vfwscanf-internal.os -MD -MP -MF /build/stdio-common/vfwscanf-internal.os.dt -MT /build/stdio-common/vfwscanf-internal.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from vfscanf-internal.c:19, from vfwscanf-internal.c:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ In file included from ../libio/libioP.h:50, from vfscanf-internal.c:75: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/vfwscanf-internal.os] Error 1 gcc -m32 vprintf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/vprintf.os -MD -MP -MF /build/stdio-common/vprintf.os.dt -MT /build/stdio-common/vprintf.os In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from ../sysdeps/nptl/stdio-lock.h:22, from ../include/stdio.h:3, from vprintf.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50, from vprintf.c:21: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/vprintf.os] Error 1 gcc -m32 wprintf_buffer_as_file.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/wprintf_buffer_as_file.os -MD -MP -MF /build/stdio-common/wprintf_buffer_as_file.os.dt -MT /build/stdio-common/wprintf_buffer_as_file.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from ./printf_buffer_as_file.h:27, from wprintf_buffer_as_file.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../wcsmbs/wchar.h: At top level: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/wprintf_buffer_as_file.os] Error 1 gcc -m32 wprintf_buffer_done.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/wprintf_buffer_done.os -MD -MP -MF /build/stdio-common/wprintf_buffer_done.os.dt -MT /build/stdio-common/wprintf_buffer_done.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../include/printf_buffer.h:29, from wprintf_buffer_done.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/wprintf_buffer_done.os] Error 1 gcc -m32 wprintf_buffer_flush.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/wprintf_buffer_flush.os -MD -MP -MF /build/stdio-common/wprintf_buffer_flush.os.dt -MT /build/stdio-common/wprintf_buffer_flush.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from wprintf_buffer_flush.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/wprintf_buffer_flush.os] Error 1 gcc -m32 wprintf_buffer_pad_1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/wprintf_buffer_pad_1.os -MD -MP -MF /build/stdio-common/wprintf_buffer_pad_1.os.dt -MT /build/stdio-common/wprintf_buffer_pad_1.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../include/printf_buffer.h:29, from wprintf_buffer_pad_1.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/wprintf_buffer_pad_1.os] Error 1 gcc -m32 wprintf_buffer_putc_1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/wprintf_buffer_putc_1.os -MD -MP -MF /build/stdio-common/wprintf_buffer_putc_1.os.dt -MT /build/stdio-common/wprintf_buffer_putc_1.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../include/printf_buffer.h:29, from wprintf_buffer_putc_1.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/wprintf_buffer_putc_1.os] Error 1 gcc -m32 wprintf_buffer_puts_1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/wprintf_buffer_puts_1.os -MD -MP -MF /build/stdio-common/wprintf_buffer_puts_1.os.dt -MT /build/stdio-common/wprintf_buffer_puts_1.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../include/printf_buffer.h:29, from wprintf_buffer_puts_1.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/wprintf_buffer_puts_1.os] Error 1 gcc -m32 wprintf_buffer_to_file.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/wprintf_buffer_to_file.os -MD -MP -MF /build/stdio-common/wprintf_buffer_to_file.os.dt -MT /build/stdio-common/wprintf_buffer_to_file.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../include/printf_buffer.h:29, from ./printf_buffer_to_file.h:23, from wprintf_buffer_to_file.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50, from wprintf_buffer_to_file.c:25: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/wprintf_buffer_to_file.os] Error 1 gcc -m32 wprintf_buffer_write.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/wprintf_buffer_write.os -MD -MP -MF /build/stdio-common/wprintf_buffer_write.os.dt -MT /build/stdio-common/wprintf_buffer_write.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../include/printf_buffer.h:29, from wprintf_buffer_write.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/wprintf_buffer_write.os] Error 1 gcc -m32 wprintf_function_invoke.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/wprintf_function_invoke.os -MD -MP -MF /build/stdio-common/wprintf_function_invoke.os.dt -MT /build/stdio-common/wprintf_function_invoke.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/printf.h:4, from wprintf_function_invoke.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50, from ./printf_buffer_as_file.h:27, from wprintf_function_invoke.c:20: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/wprintf_function_invoke.os] Error 1 gcc -m32 errlist.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/errlist.os -MD -MP -MF /build/stdio-common/errlist.os.dt -MT /build/stdio-common/errlist.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from errlist.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/errlist.os] Error 1 gcc -m32 errlist-data-gen.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/errlist-data-aux-shared.S -MD -MP -MF /build/stdio-common/errlist-data-aux-shared.S.dt -MT /build/stdio-common/errlist-data-aux-shared.S -DPIC -DSHARED -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -S In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from errlist-data-gen.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [Makefile:315: /build/stdio-common/errlist-data-aux-shared.S] Error 1 gcc -m32 errname.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/errname.os -MD -MP -MF /build/stdio-common/errname.os.dt -MT /build/stdio-common/errname.os In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from ../sysdeps/nptl/stdio-lock.h:22, from ../include/stdio.h:3, from errname.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/errname.os] Error 1 gcc -m32 fxprintf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/fxprintf.os -MD -MP -MF /build/stdio-common/fxprintf.os.dt -MT /build/stdio-common/fxprintf.os In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from ../sysdeps/nptl/stdio-lock.h:22, from ../include/stdio.h:3, from fxprintf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ In file included from ../libio/libioP.h:50, from fxprintf.c:23: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/fxprintf.os] Error 1 gcc -m32 printf-parsemb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/printf-parsemb.os -MD -MP -MF /build/stdio-common/printf-parsemb.os.dt -MT /build/stdio-common/printf-parsemb.os In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from printf-parsemb.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/printf-parsemb.os] Error 1 gcc -m32 printf-parsewc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/printf-parsewc.os -MD -MP -MF /build/stdio-common/printf-parsewc.os.dt -MT /build/stdio-common/printf-parsewc.os In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from printf-parsemb.c:19, from printf-parsewc.c:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/stdio-common/printf-parsewc.os] Error 1 gcc -m32 siglist-gen.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -ftls-model=initial-exec -I../include -I/build/stdio-common -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/stdio-common/siglist-aux-shared.S -MD -MP -MF /build/stdio-common/siglist-aux-shared.S.dt -MT /build/stdio-common/siglist-aux-shared.S -DPIC -DSHARED -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -S In file included from ../signal/signal.h:25, from ../include/signal.h:2, from siglist-gen.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [Makefile:331: /build/stdio-common/siglist-aux-shared.S] Error 1 make[2]: Target 'subdir_lib' not remade because of errors. make[2]: Leaving directory '/glibc/stdio-common' make[1]: *** [Makefile:484: stdio-common/subdir_lib] Error 2 make subdir=libio -C libio ..=../ subdir_lib make[2]: Entering directory '/glibc/libio' python3 -B ../scripts/gen-as-const.py --cc="gcc -m32 -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -ftls-model=initial-exec -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -DGEN_AS_CONST_HEADERS \ -MD -MP -MF /build/libio-macros.h.dT \ -MT '/build/libio-macros.h.d /build/libio-macros.h'" \ libio-macros.sym > /build/libio-macros.hT In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from :1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro ‘__GLIBC_USE’ 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro ‘__GLIBC_USE’ 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro ‘__GLIBC_USE’ 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors Traceback (most recent call last): File "/glibc/libio/../scripts/gen-as-const.py", line 120, in main() File "/glibc/libio/../scripts/gen-as-const.py", line 116, in main consts = glibcextract.compute_c_consts(sym_data, args.cc) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/glibc/scripts/glibcextract.py", line 63, in compute_c_consts subprocess.check_call(cmd, shell=True) File "/usr/lib64/python3.11/subprocess.py", line 413, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command 'gcc -m32 -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -ftls-model=initial-exec -I../include -I/build/libio -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -DGEN_AS_CONST_HEADERS -MD -MP -MF /build/libio-macros.h.dT -MT '/build/libio-macros.h.d /build/libio-macros.h' -S -o /tmp/tmpyjmscz4q/test.s -x c - < /tmp/tmpyjmscz4q/test.c' returned non-zero exit status 1. make[2]: *** [../Makerules:271: /build/libio-macros.h] Error 1 make[2]: Target 'subdir_lib' not remade because of errors. make[2]: Leaving directory '/glibc/libio' make[1]: *** [Makefile:484: libio/subdir_lib] Error 2 make subdir=dlfcn -C dlfcn ..=../ subdir_lib make[2]: Entering directory '/glibc/dlfcn' gcc -m32 dladdr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dlfcn/dladdr.o -MD -MP -MF /build/dlfcn/dladdr.o.dt -MT /build/dlfcn/dladdr.o In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from dladdr.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/dlfcn/dladdr.o] Error 1 gcc -m32 dladdr1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dlfcn/dladdr1.o -MD -MP -MF /build/dlfcn/dladdr1.o.dt -MT /build/dlfcn/dladdr1.o In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from dladdr1.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/dlfcn/dladdr1.o] Error 1 gcc -m32 dlclose.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dlfcn/dlclose.o -MD -MP -MF /build/dlfcn/dlclose.o.dt -MT /build/dlfcn/dlclose.o In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from dlclose.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/dlfcn/dlclose.o] Error 1 gcc -m32 dlerror.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dlfcn/dlerror.o -MD -MP -MF /build/dlfcn/dlerror.o.dt -MT /build/dlfcn/dlerror.o In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from dlerror.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/dlfcn/dlerror.o] Error 1 gcc -m32 dlinfo.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dlfcn/dlinfo.o -MD -MP -MF /build/dlfcn/dlinfo.o.dt -MT /build/dlfcn/dlinfo.o In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from dlinfo.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/dlfcn/dlinfo.o] Error 1 gcc -m32 dlmopen.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dlfcn/dlmopen.o -MD -MP -MF /build/dlfcn/dlmopen.o.dt -MT /build/dlfcn/dlmopen.o In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from dlmopen.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/dlfcn/dlmopen.o] Error 1 gcc -m32 dlopen.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dlfcn/dlopen.o -MD -MP -MF /build/dlfcn/dlopen.o.dt -MT /build/dlfcn/dlopen.o In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from dlopen.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/dlfcn/dlopen.o] Error 1 gcc -m32 dlsym.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dlfcn/dlsym.o -MD -MP -MF /build/dlfcn/dlsym.o.dt -MT /build/dlfcn/dlsym.o In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from dlsym.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/dlfcn/dlsym.o] Error 1 gcc -m32 dlvsym.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dlfcn/dlvsym.o -MD -MP -MF /build/dlfcn/dlvsym.o.dt -MT /build/dlfcn/dlvsym.o In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from dlvsym.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/dlfcn/dlvsym.o] Error 1 gcc -m32 libc_dlerror_result.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dlfcn/libc_dlerror_result.o -MD -MP -MF /build/dlfcn/libc_dlerror_result.o.dt -MT /build/dlfcn/libc_dlerror_result.o In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from ./dlerror.h:22, from libc_dlerror_result.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/dlfcn/libc_dlerror_result.o] Error 1 gcc -m32 dladdr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dlfcn/dladdr.os -MD -MP -MF /build/dlfcn/dladdr.os.dt -MT /build/dlfcn/dladdr.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from dladdr.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/dlfcn/dladdr.os] Error 1 gcc -m32 dladdr1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dlfcn/dladdr1.os -MD -MP -MF /build/dlfcn/dladdr1.os.dt -MT /build/dlfcn/dladdr1.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from dladdr1.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/dlfcn/dladdr1.os] Error 1 gcc -m32 dlclose.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dlfcn/dlclose.os -MD -MP -MF /build/dlfcn/dlclose.os.dt -MT /build/dlfcn/dlclose.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from dlclose.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/dlfcn/dlclose.os] Error 1 gcc -m32 dlerror.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dlfcn/dlerror.os -MD -MP -MF /build/dlfcn/dlerror.os.dt -MT /build/dlfcn/dlerror.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from dlerror.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/dlfcn/dlerror.os] Error 1 gcc -m32 dlinfo.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dlfcn/dlinfo.os -MD -MP -MF /build/dlfcn/dlinfo.os.dt -MT /build/dlfcn/dlinfo.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from dlinfo.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/dlfcn/dlinfo.os] Error 1 gcc -m32 dlmopen.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dlfcn/dlmopen.os -MD -MP -MF /build/dlfcn/dlmopen.os.dt -MT /build/dlfcn/dlmopen.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from dlmopen.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/dlfcn/dlmopen.os] Error 1 gcc -m32 dlopen.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dlfcn/dlopen.os -MD -MP -MF /build/dlfcn/dlopen.os.dt -MT /build/dlfcn/dlopen.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from dlopen.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/dlfcn/dlopen.os] Error 1 gcc -m32 dlsym.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dlfcn/dlsym.os -MD -MP -MF /build/dlfcn/dlsym.os.dt -MT /build/dlfcn/dlsym.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from dlsym.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/dlfcn/dlsym.os] Error 1 gcc -m32 dlvsym.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dlfcn/dlvsym.os -MD -MP -MF /build/dlfcn/dlvsym.os.dt -MT /build/dlfcn/dlvsym.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from dlvsym.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/dlfcn/dlvsym.os] Error 1 gcc -m32 libc_dlerror_result.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dlfcn/libc_dlerror_result.os -MD -MP -MF /build/dlfcn/libc_dlerror_result.os.dt -MT /build/dlfcn/libc_dlerror_result.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from ./dlerror.h:22, from libc_dlerror_result.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/dlfcn/libc_dlerror_result.os] Error 1 gcc -m32 dlopenold.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dlfcn/dlopenold.os -MD -MP -MF /build/dlfcn/dlopenold.os.dt -MT /build/dlfcn/dlopenold.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from dlopenold.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/dlfcn/dlopenold.os] Error 1 make[2]: Target 'subdir_lib' not remade because of errors. make[2]: Leaving directory '/glibc/dlfcn' make[1]: *** [Makefile:484: dlfcn/subdir_lib] Error 2 make subdir=nptl -C nptl ..=../ subdir_lib make[2]: Entering directory '/glibc/nptl' python3 -B ../scripts/gen-as-const.py --cc="gcc -m32 -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -ftls-model=initial-exec -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc -DGEN_AS_CONST_HEADERS \ -MD -MP -MF /build/unwindbuf.h.dT \ -MT '/build/unwindbuf.h.d /build/unwindbuf.h'" \ unwindbuf.sym > /build/unwindbuf.hT In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from :1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro ‘__GLIBC_USE’ 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro ‘__GLIBC_USE’ 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors Traceback (most recent call last): File "/glibc/nptl/../scripts/gen-as-const.py", line 120, in main() File "/glibc/nptl/../scripts/gen-as-const.py", line 116, in main consts = glibcextract.compute_c_consts(sym_data, args.cc) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/glibc/scripts/glibcextract.py", line 63, in compute_c_consts subprocess.check_call(cmd, shell=True) File "/usr/lib64/python3.11/subprocess.py", line 413, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command 'gcc -m32 -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -ftls-model=initial-exec -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc -DGEN_AS_CONST_HEADERS -MD -MP -MF /build/unwindbuf.h.dT -MT '/build/unwindbuf.h.d /build/unwindbuf.h' -S -o /tmp/tmpbl4rm_ri/test.s -x c - < /tmp/tmpbl4rm_ri/test.c' returned non-zero exit status 1. make[2]: *** [../Makerules:271: /build/unwindbuf.h] Error 1 make[2]: Target 'subdir_lib' not remade because of errors. make[2]: Leaving directory '/glibc/nptl' make[1]: *** [Makefile:484: nptl/subdir_lib] Error 2 make subdir=rt -C rt ..=../ subdir_lib make[2]: Entering directory '/glibc/rt' gcc -m32 shm_open.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/shm_open.o -MD -MP -MF /build/rt/shm_open.o.dt -MT /build/rt/shm_open.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from shm_open.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/rt/shm_open.o] Error 1 gcc -m32 shm_unlink.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/shm_unlink.o -MD -MP -MF /build/rt/shm_unlink.o.dt -MT /build/rt/shm_unlink.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from shm_unlink.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/rt/shm_unlink.o] Error 1 gcc -m32 aio_cancel.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/aio_cancel.o -MD -MP -MF /build/rt/aio_cancel.o.dt -MT /build/rt/aio_cancel.o In file included from ../rt/aio.h:25, from ../include/aio.h:2, from aio_cancel.c:27: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/rt/aio_cancel.o] Error 1 gcc -m32 aio_error.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/aio_error.o -MD -MP -MF /build/rt/aio_error.o.dt -MT /build/rt/aio_error.o In file included from ../rt/aio.h:25, from ../include/aio.h:2, from aio_error.c:26: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/rt/aio_error.o] Error 1 gcc -m32 aio_fsync.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/aio_fsync.o -MD -MP -MF /build/rt/aio_fsync.o.dt -MT /build/rt/aio_fsync.o In file included from ../rt/aio.h:25, from ../include/aio.h:2, from aio_fsync.c:26: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/rt/aio_fsync.o] Error 1 gcc -m32 aio_misc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/aio_misc.o -MD -MP -MF /build/rt/aio_misc.o.dt -MT /build/rt/aio_misc.o In file included from ../rt/aio.h:25, from ../include/aio.h:2, from aio_misc.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/rt/aio_misc.o] Error 1 gcc -m32 aio_notify.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/aio_notify.o -MD -MP -MF /build/rt/aio_notify.o.dt -MT /build/rt/aio_notify.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from aio_notify.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/rt/aio_notify.o] Error 1 gcc -m32 aio_read.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/aio_read.o -MD -MP -MF /build/rt/aio_read.o.dt -MT /build/rt/aio_read.o In file included from ../rt/aio.h:25, from ../include/aio.h:2, from aio_read.c:26: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/rt/aio_read.o] Error 1 gcc -m32 aio_read64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/aio_read64.o -MD -MP -MF /build/rt/aio_read64.o.dt -MT /build/rt/aio_read64.o In file included from ../rt/aio.h:25, from ../include/aio.h:2, from aio_read64.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/rt/aio_read64.o] Error 1 gcc -m32 aio_return.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/aio_return.o -MD -MP -MF /build/rt/aio_return.o.dt -MT /build/rt/aio_return.o In file included from ../rt/aio.h:25, from ../include/aio.h:2, from aio_return.c:26: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/rt/aio_return.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/aio_sigqueue.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/aio_sigqueue.o -MD -MP -MF /build/rt/aio_sigqueue.o.dt -MT /build/rt/aio_sigqueue.o In file included from ../rt/aio.h:25, from ../include/aio.h:2, from ../sysdeps/unix/sysv/linux/aio_sigqueue.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/rt/aio_sigqueue.o] Error 1 gcc -m32 aio_suspend.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/aio_suspend.o -MD -MP -MF /build/rt/aio_suspend.o.dt -MT /build/rt/aio_suspend.o In file included from ../rt/aio.h:25, from ../include/aio.h:2, from aio_suspend.c:26: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/rt/aio_suspend.o] Error 1 gcc -m32 aio_write.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/aio_write.o -MD -MP -MF /build/rt/aio_write.o.dt -MT /build/rt/aio_write.o In file included from ../rt/aio.h:25, from ../include/aio.h:2, from aio_write.c:26: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/rt/aio_write.o] Error 1 gcc -m32 aio_write64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/aio_write64.o -MD -MP -MF /build/rt/aio_write64.o.dt -MT /build/rt/aio_write64.o In file included from ../rt/aio.h:25, from ../include/aio.h:2, from aio_write64.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/rt/aio_write64.o] Error 1 gcc -m32 lio_listio.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/lio_listio.o -MD -MP -MF /build/rt/lio_listio.o.dt -MT /build/rt/lio_listio.o In file included from ../rt/aio.h:25, from ../include/aio.h:2, from ../rt/lio_listio-common.c:37, from lio_listio.c:25: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/rt/lio_listio.o] Error 1 gcc -m32 lio_listio64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/lio_listio64.o -MD -MP -MF /build/rt/lio_listio64.o.dt -MT /build/rt/lio_listio64.o In file included from ../rt/aio.h:25, from ../include/aio.h:2, from ../rt/lio_listio-common.c:37, from lio_listio64.c:27: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/rt/lio_listio64.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/mq_close.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/mq_close.o -MD -MP -MF /build/rt/mq_close.o.dt -MT /build/rt/mq_close.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/mq_close.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/rt/mq_close.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/mq_getattr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/mq_getattr.o -MD -MP -MF /build/rt/mq_getattr.o.dt -MT /build/rt/mq_getattr.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/mq_getattr.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/rt/mq_getattr.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/mq_notify.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/mq_notify.o -MD -MP -MF /build/rt/mq_notify.o.dt -MT /build/rt/mq_notify.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from ../sysdeps/unix/sysv/linux/mq_notify.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/rt/mq_notify.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/mq_open.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/mq_open.o -MD -MP -MF /build/rt/mq_open.o.dt -MT /build/rt/mq_open.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/mq_open.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/rt/mq_open.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/mq_receive.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/mq_receive.o -MD -MP -MF /build/rt/mq_receive.o.dt -MT /build/rt/mq_receive.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/mq_receive.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/rt/mq_receive.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/mq_send.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/mq_send.o -MD -MP -MF /build/rt/mq_send.o.dt -MT /build/rt/mq_send.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/mq_send.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/rt/mq_send.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/mq_setattr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/mq_setattr.o -MD -MP -MF /build/rt/mq_setattr.o.dt -MT /build/rt/mq_setattr.o In file included from ../rt/mqueue.h:21, from ../include/mqueue.h:1, from ../sysdeps/unix/sysv/linux/mq_setattr.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/rt/mq_setattr.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/mq_timedreceive.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/mq_timedreceive.o -MD -MP -MF /build/rt/mq_timedreceive.o.dt -MT /build/rt/mq_timedreceive.o In file included from ../rt/mqueue.h:21, from ../include/mqueue.h:1, from ../sysdeps/unix/sysv/linux/mq_timedreceive.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/rt/mq_timedreceive.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/mq_timedsend.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/mq_timedsend.o -MD -MP -MF /build/rt/mq_timedsend.o.dt -MT /build/rt/mq_timedsend.o In file included from ../rt/mqueue.h:21, from ../include/mqueue.h:1, from ../sysdeps/unix/sysv/linux/mq_timedsend.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/rt/mq_timedsend.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/mq_unlink.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/mq_unlink.o -MD -MP -MF /build/rt/mq_unlink.o.dt -MT /build/rt/mq_unlink.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/mq_unlink.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/rt/mq_unlink.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/timer_create.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/timer_create.o -MD -MP -MF /build/rt/timer_create.o.dt -MT /build/rt/timer_create.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/timer_create.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/rt/timer_create.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/timer_delete.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/timer_delete.o -MD -MP -MF /build/rt/timer_delete.o.dt -MT /build/rt/timer_delete.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/timer_delete.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/rt/timer_delete.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/timer_getoverr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/timer_getoverr.o -MD -MP -MF /build/rt/timer_getoverr.o.dt -MT /build/rt/timer_getoverr.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/timer_getoverr.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/rt/timer_getoverr.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/timer_gettime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/timer_gettime.o -MD -MP -MF /build/rt/timer_gettime.o.dt -MT /build/rt/timer_gettime.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/timer_gettime.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/rt/timer_gettime.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/timer_settime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/timer_settime.o -MD -MP -MF /build/rt/timer_settime.o.dt -MT /build/rt/timer_settime.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/timer_settime.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/rt/timer_settime.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/timer_routines.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/rt/timer_routines.o -MD -MP -MF /build/rt/timer_routines.o.dt -MT /build/rt/timer_routines.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/timer_routines.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/rt/timer_routines.o] Error 1 gcc -m32 shm_open.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/shm_open.os -MD -MP -MF /build/rt/shm_open.os.dt -MT /build/rt/shm_open.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from shm_open.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/rt/shm_open.os] Error 1 gcc -m32 shm_unlink.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/shm_unlink.os -MD -MP -MF /build/rt/shm_unlink.os.dt -MT /build/rt/shm_unlink.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from shm_unlink.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/rt/shm_unlink.os] Error 1 gcc -m32 aio_cancel.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/aio_cancel.os -MD -MP -MF /build/rt/aio_cancel.os.dt -MT /build/rt/aio_cancel.os In file included from ../rt/aio.h:25, from ../include/aio.h:2, from aio_cancel.c:27: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/rt/aio_cancel.os] Error 1 gcc -m32 aio_error.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/aio_error.os -MD -MP -MF /build/rt/aio_error.os.dt -MT /build/rt/aio_error.os In file included from ../rt/aio.h:25, from ../include/aio.h:2, from aio_error.c:26: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/rt/aio_error.os] Error 1 gcc -m32 aio_fsync.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/aio_fsync.os -MD -MP -MF /build/rt/aio_fsync.os.dt -MT /build/rt/aio_fsync.os In file included from ../rt/aio.h:25, from ../include/aio.h:2, from aio_fsync.c:26: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/rt/aio_fsync.os] Error 1 gcc -m32 aio_misc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/aio_misc.os -MD -MP -MF /build/rt/aio_misc.os.dt -MT /build/rt/aio_misc.os In file included from ../rt/aio.h:25, from ../include/aio.h:2, from aio_misc.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/rt/aio_misc.os] Error 1 gcc -m32 aio_notify.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/aio_notify.os -MD -MP -MF /build/rt/aio_notify.os.dt -MT /build/rt/aio_notify.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from aio_notify.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/rt/aio_notify.os] Error 1 gcc -m32 aio_read.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/aio_read.os -MD -MP -MF /build/rt/aio_read.os.dt -MT /build/rt/aio_read.os In file included from ../rt/aio.h:25, from ../include/aio.h:2, from aio_read.c:26: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/rt/aio_read.os] Error 1 gcc -m32 aio_read64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/aio_read64.os -MD -MP -MF /build/rt/aio_read64.os.dt -MT /build/rt/aio_read64.os In file included from ../rt/aio.h:25, from ../include/aio.h:2, from aio_read64.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/rt/aio_read64.os] Error 1 gcc -m32 aio_return.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/aio_return.os -MD -MP -MF /build/rt/aio_return.os.dt -MT /build/rt/aio_return.os In file included from ../rt/aio.h:25, from ../include/aio.h:2, from aio_return.c:26: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/rt/aio_return.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/aio_sigqueue.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/aio_sigqueue.os -MD -MP -MF /build/rt/aio_sigqueue.os.dt -MT /build/rt/aio_sigqueue.os In file included from ../rt/aio.h:25, from ../include/aio.h:2, from ../sysdeps/unix/sysv/linux/aio_sigqueue.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/rt/aio_sigqueue.os] Error 1 gcc -m32 aio_suspend.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/aio_suspend.os -MD -MP -MF /build/rt/aio_suspend.os.dt -MT /build/rt/aio_suspend.os In file included from ../rt/aio.h:25, from ../include/aio.h:2, from aio_suspend.c:26: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/rt/aio_suspend.os] Error 1 gcc -m32 aio_write.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/aio_write.os -MD -MP -MF /build/rt/aio_write.os.dt -MT /build/rt/aio_write.os In file included from ../rt/aio.h:25, from ../include/aio.h:2, from aio_write.c:26: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/rt/aio_write.os] Error 1 gcc -m32 aio_write64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/aio_write64.os -MD -MP -MF /build/rt/aio_write64.os.dt -MT /build/rt/aio_write64.os In file included from ../rt/aio.h:25, from ../include/aio.h:2, from aio_write64.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/rt/aio_write64.os] Error 1 gcc -m32 lio_listio.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/lio_listio.os -MD -MP -MF /build/rt/lio_listio.os.dt -MT /build/rt/lio_listio.os In file included from ../rt/aio.h:25, from ../include/aio.h:2, from ../rt/lio_listio-common.c:37, from lio_listio.c:25: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/rt/lio_listio.os] Error 1 gcc -m32 lio_listio64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/lio_listio64.os -MD -MP -MF /build/rt/lio_listio64.os.dt -MT /build/rt/lio_listio64.os In file included from ../rt/aio.h:25, from ../include/aio.h:2, from ../rt/lio_listio-common.c:37, from lio_listio64.c:27: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/rt/lio_listio64.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/mq_close.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/mq_close.os -MD -MP -MF /build/rt/mq_close.os.dt -MT /build/rt/mq_close.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/mq_close.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/rt/mq_close.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/mq_getattr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/mq_getattr.os -MD -MP -MF /build/rt/mq_getattr.os.dt -MT /build/rt/mq_getattr.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/mq_getattr.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/rt/mq_getattr.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/mq_notify.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/mq_notify.os -MD -MP -MF /build/rt/mq_notify.os.dt -MT /build/rt/mq_notify.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from ../sysdeps/unix/sysv/linux/mq_notify.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/rt/mq_notify.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/mq_open.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/mq_open.os -MD -MP -MF /build/rt/mq_open.os.dt -MT /build/rt/mq_open.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/mq_open.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/rt/mq_open.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/mq_receive.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/mq_receive.os -MD -MP -MF /build/rt/mq_receive.os.dt -MT /build/rt/mq_receive.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/mq_receive.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/rt/mq_receive.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/mq_send.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/mq_send.os -MD -MP -MF /build/rt/mq_send.os.dt -MT /build/rt/mq_send.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/mq_send.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/rt/mq_send.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/mq_setattr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/mq_setattr.os -MD -MP -MF /build/rt/mq_setattr.os.dt -MT /build/rt/mq_setattr.os In file included from ../rt/mqueue.h:21, from ../include/mqueue.h:1, from ../sysdeps/unix/sysv/linux/mq_setattr.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/rt/mq_setattr.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/mq_timedreceive.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/mq_timedreceive.os -MD -MP -MF /build/rt/mq_timedreceive.os.dt -MT /build/rt/mq_timedreceive.os In file included from ../rt/mqueue.h:21, from ../include/mqueue.h:1, from ../sysdeps/unix/sysv/linux/mq_timedreceive.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/rt/mq_timedreceive.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/mq_timedsend.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/mq_timedsend.os -MD -MP -MF /build/rt/mq_timedsend.os.dt -MT /build/rt/mq_timedsend.os In file included from ../rt/mqueue.h:21, from ../include/mqueue.h:1, from ../sysdeps/unix/sysv/linux/mq_timedsend.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/rt/mq_timedsend.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/mq_unlink.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/mq_unlink.os -MD -MP -MF /build/rt/mq_unlink.os.dt -MT /build/rt/mq_unlink.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/mq_unlink.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/rt/mq_unlink.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/timer_create.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/timer_create.os -MD -MP -MF /build/rt/timer_create.os.dt -MT /build/rt/timer_create.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/timer_create.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/rt/timer_create.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/timer_delete.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/timer_delete.os -MD -MP -MF /build/rt/timer_delete.os.dt -MT /build/rt/timer_delete.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/timer_delete.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/rt/timer_delete.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/timer_getoverr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/timer_getoverr.os -MD -MP -MF /build/rt/timer_getoverr.os.dt -MT /build/rt/timer_getoverr.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/timer_getoverr.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/rt/timer_getoverr.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/timer_gettime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/timer_gettime.os -MD -MP -MF /build/rt/timer_gettime.os.dt -MT /build/rt/timer_gettime.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/timer_gettime.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/rt/timer_gettime.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/timer_settime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/timer_settime.os -MD -MP -MF /build/rt/timer_settime.os.dt -MT /build/rt/timer_settime.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/timer_settime.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/rt/timer_settime.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/timer_routines.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/timer_routines.os -MD -MP -MF /build/rt/timer_routines.os.dt -MT /build/rt/timer_routines.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/timer_routines.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/rt/timer_routines.os] Error 1 make[2]: Target 'subdir_lib' not remade because of errors. make[2]: Leaving directory '/glibc/rt' make[1]: *** [Makefile:484: rt/subdir_lib] Error 2 make subdir=malloc -C malloc ..=../ subdir_lib make[2]: Entering directory '/glibc/malloc' gcc -m32 malloc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -DMORECORE_CLEARS=2 -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DUSE_TCACHE=1 -DTOP_NAMESPACE=glibc -o /build/malloc/malloc.o -MD -MP -MF /build/malloc/malloc.o.dt -MT /build/malloc/malloc.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from malloc.c:212: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/malloc.o] Error 1 gcc -m32 mcheck.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/malloc/mcheck.o -MD -MP -MF /build/malloc/mcheck.o.dt -MT /build/malloc/mcheck.o In file included from ../malloc/mcheck.h:21, from ../include/mcheck.h:3, from mcheck.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/mcheck.o] Error 1 gcc -m32 obstack.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/malloc/obstack.o -MD -MP -MF /build/malloc/obstack.o.dt -MT /build/malloc/obstack.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from ../malloc/obstack.h:136, from ../include/obstack.h:2, from obstack.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/obstack.o] Error 1 gcc -m32 reallocarray.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/malloc/reallocarray.o -MD -MP -MF /build/malloc/reallocarray.o.dt -MT /build/malloc/reallocarray.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from reallocarray.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/reallocarray.o] Error 1 gcc -m32 scratch_buffer_grow.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/malloc/scratch_buffer_grow.o -MD -MP -MF /build/malloc/scratch_buffer_grow.o.dt -MT /build/malloc/scratch_buffer_grow.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../include/scratch_buffer.h:62, from scratch_buffer_grow.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/scratch_buffer_grow.o] Error 1 gcc -m32 scratch_buffer_grow_preserve.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/malloc/scratch_buffer_grow_preserve.o -MD -MP -MF /build/malloc/scratch_buffer_grow_preserve.o.dt -MT /build/malloc/scratch_buffer_grow_preserve.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../include/scratch_buffer.h:62, from scratch_buffer_grow_preserve.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/scratch_buffer_grow_preserve.o] Error 1 gcc -m32 scratch_buffer_set_array_size.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/malloc/scratch_buffer_set_array_size.o -MD -MP -MF /build/malloc/scratch_buffer_set_array_size.o.dt -MT /build/malloc/scratch_buffer_set_array_size.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../include/scratch_buffer.h:62, from scratch_buffer_set_array_size.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/scratch_buffer_set_array_size.o] Error 1 gcc -m32 dynarray_at_failure.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/malloc/dynarray_at_failure.o -MD -MP -MF /build/malloc/dynarray_at_failure.o.dt -MT /build/malloc/dynarray_at_failure.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from ./dynarray.h:99, from dynarray_at_failure.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/dynarray_at_failure.o] Error 1 gcc -m32 dynarray_emplace_enlarge.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/malloc/dynarray_emplace_enlarge.o -MD -MP -MF /build/malloc/dynarray_emplace_enlarge.o.dt -MT /build/malloc/dynarray_emplace_enlarge.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from ./dynarray.h:99, from dynarray_emplace_enlarge.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/dynarray_emplace_enlarge.o] Error 1 gcc -m32 dynarray_finalize.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/malloc/dynarray_finalize.o -MD -MP -MF /build/malloc/dynarray_finalize.o.dt -MT /build/malloc/dynarray_finalize.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from ./dynarray.h:99, from dynarray_finalize.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/dynarray_finalize.o] Error 1 gcc -m32 dynarray_resize.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/malloc/dynarray_resize.o -MD -MP -MF /build/malloc/dynarray_resize.o.dt -MT /build/malloc/dynarray_resize.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from ./dynarray.h:99, from dynarray_resize.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/dynarray_resize.o] Error 1 gcc -m32 dynarray_resize_clear.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/malloc/dynarray_resize_clear.o -MD -MP -MF /build/malloc/dynarray_resize_clear.o.dt -MT /build/malloc/dynarray_resize_clear.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from ./dynarray.h:99, from dynarray_resize_clear.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/dynarray_resize_clear.o] Error 1 gcc -m32 alloc_buffer_alloc_array.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/malloc/alloc_buffer_alloc_array.o -MD -MP -MF /build/malloc/alloc_buffer_alloc_array.o.dt -MT /build/malloc/alloc_buffer_alloc_array.o In file included from ../stdlib/inttypes.h:25, from ../include/inttypes.h:2, from ../include/alloc_buffer.h:80, from alloc_buffer_alloc_array.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/alloc_buffer_alloc_array.o] Error 1 gcc -m32 alloc_buffer_allocate.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/malloc/alloc_buffer_allocate.o -MD -MP -MF /build/malloc/alloc_buffer_allocate.o.dt -MT /build/malloc/alloc_buffer_allocate.o In file included from ../stdlib/inttypes.h:25, from ../include/inttypes.h:2, from ../include/alloc_buffer.h:80, from alloc_buffer_allocate.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/alloc_buffer_allocate.o] Error 1 gcc -m32 alloc_buffer_copy_bytes.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/malloc/alloc_buffer_copy_bytes.o -MD -MP -MF /build/malloc/alloc_buffer_copy_bytes.o.dt -MT /build/malloc/alloc_buffer_copy_bytes.o In file included from ../stdlib/inttypes.h:25, from ../include/inttypes.h:2, from ../include/alloc_buffer.h:80, from alloc_buffer_copy_bytes.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/alloc_buffer_copy_bytes.o] Error 1 gcc -m32 alloc_buffer_copy_string.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/malloc/alloc_buffer_copy_string.o -MD -MP -MF /build/malloc/alloc_buffer_copy_string.o.dt -MT /build/malloc/alloc_buffer_copy_string.o In file included from ../stdlib/inttypes.h:25, from ../include/inttypes.h:2, from ../include/alloc_buffer.h:80, from alloc_buffer_copy_string.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/alloc_buffer_copy_string.o] Error 1 gcc -m32 alloc_buffer_create_failure.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/malloc/alloc_buffer_create_failure.o -MD -MP -MF /build/malloc/alloc_buffer_create_failure.o.dt -MT /build/malloc/alloc_buffer_create_failure.o In file included from ../stdlib/inttypes.h:25, from ../include/inttypes.h:2, from ../include/alloc_buffer.h:80, from alloc_buffer_create_failure.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/alloc_buffer_create_failure.o] Error 1 gcc -m32 set-freeres.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/malloc/set-freeres.o -MD -MP -MF /build/malloc/set-freeres.o.dt -MT /build/malloc/set-freeres.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../include/atomic.h:47, from set-freeres.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/set-freeres.o] Error 1 gcc -m32 thread-freeres.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/malloc/thread-freeres.o -MD -MP -MF /build/malloc/thread-freeres.o.dt -MT /build/malloc/thread-freeres.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from ../sysdeps/generic/hp-timing-common.h:37, from ../sysdeps/x86/hp-timing.h:53, from ../include/libc-internal.h:22, from thread-freeres.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/thread-freeres.o] Error 1 gcc -m32 malloc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -DMORECORE_CLEARS=2 -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DUSE_TCACHE=1 -DTOP_NAMESPACE=glibc -o /build/malloc/malloc.os -MD -MP -MF /build/malloc/malloc.os.dt -MT /build/malloc/malloc.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from malloc.c:212: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/malloc.os] Error 1 gcc -m32 mcheck.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/malloc/mcheck.os -MD -MP -MF /build/malloc/mcheck.os.dt -MT /build/malloc/mcheck.os In file included from ../malloc/mcheck.h:21, from ../include/mcheck.h:3, from mcheck.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/mcheck.os] Error 1 gcc -m32 obstack.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/malloc/obstack.os -MD -MP -MF /build/malloc/obstack.os.dt -MT /build/malloc/obstack.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from ../malloc/obstack.h:136, from ../include/obstack.h:2, from obstack.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/obstack.os] Error 1 gcc -m32 reallocarray.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/malloc/reallocarray.os -MD -MP -MF /build/malloc/reallocarray.os.dt -MT /build/malloc/reallocarray.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from reallocarray.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/reallocarray.os] Error 1 gcc -m32 scratch_buffer_grow.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/malloc/scratch_buffer_grow.os -MD -MP -MF /build/malloc/scratch_buffer_grow.os.dt -MT /build/malloc/scratch_buffer_grow.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../include/scratch_buffer.h:62, from scratch_buffer_grow.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/scratch_buffer_grow.os] Error 1 gcc -m32 scratch_buffer_grow_preserve.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/malloc/scratch_buffer_grow_preserve.os -MD -MP -MF /build/malloc/scratch_buffer_grow_preserve.os.dt -MT /build/malloc/scratch_buffer_grow_preserve.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../include/scratch_buffer.h:62, from scratch_buffer_grow_preserve.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/scratch_buffer_grow_preserve.os] Error 1 gcc -m32 scratch_buffer_set_array_size.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/malloc/scratch_buffer_set_array_size.os -MD -MP -MF /build/malloc/scratch_buffer_set_array_size.os.dt -MT /build/malloc/scratch_buffer_set_array_size.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../include/scratch_buffer.h:62, from scratch_buffer_set_array_size.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/scratch_buffer_set_array_size.os] Error 1 gcc -m32 dynarray_at_failure.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/malloc/dynarray_at_failure.os -MD -MP -MF /build/malloc/dynarray_at_failure.os.dt -MT /build/malloc/dynarray_at_failure.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from ./dynarray.h:99, from dynarray_at_failure.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/dynarray_at_failure.os] Error 1 gcc -m32 dynarray_emplace_enlarge.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/malloc/dynarray_emplace_enlarge.os -MD -MP -MF /build/malloc/dynarray_emplace_enlarge.os.dt -MT /build/malloc/dynarray_emplace_enlarge.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from ./dynarray.h:99, from dynarray_emplace_enlarge.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/dynarray_emplace_enlarge.os] Error 1 gcc -m32 dynarray_finalize.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/malloc/dynarray_finalize.os -MD -MP -MF /build/malloc/dynarray_finalize.os.dt -MT /build/malloc/dynarray_finalize.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from ./dynarray.h:99, from dynarray_finalize.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/dynarray_finalize.os] Error 1 gcc -m32 dynarray_resize.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/malloc/dynarray_resize.os -MD -MP -MF /build/malloc/dynarray_resize.os.dt -MT /build/malloc/dynarray_resize.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from ./dynarray.h:99, from dynarray_resize.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/dynarray_resize.os] Error 1 gcc -m32 dynarray_resize_clear.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/malloc/dynarray_resize_clear.os -MD -MP -MF /build/malloc/dynarray_resize_clear.os.dt -MT /build/malloc/dynarray_resize_clear.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from ./dynarray.h:99, from dynarray_resize_clear.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/dynarray_resize_clear.os] Error 1 gcc -m32 alloc_buffer_alloc_array.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/malloc/alloc_buffer_alloc_array.os -MD -MP -MF /build/malloc/alloc_buffer_alloc_array.os.dt -MT /build/malloc/alloc_buffer_alloc_array.os In file included from ../stdlib/inttypes.h:25, from ../include/inttypes.h:2, from ../include/alloc_buffer.h:80, from alloc_buffer_alloc_array.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/alloc_buffer_alloc_array.os] Error 1 gcc -m32 alloc_buffer_allocate.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/malloc/alloc_buffer_allocate.os -MD -MP -MF /build/malloc/alloc_buffer_allocate.os.dt -MT /build/malloc/alloc_buffer_allocate.os In file included from ../stdlib/inttypes.h:25, from ../include/inttypes.h:2, from ../include/alloc_buffer.h:80, from alloc_buffer_allocate.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/alloc_buffer_allocate.os] Error 1 gcc -m32 alloc_buffer_copy_bytes.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/malloc/alloc_buffer_copy_bytes.os -MD -MP -MF /build/malloc/alloc_buffer_copy_bytes.os.dt -MT /build/malloc/alloc_buffer_copy_bytes.os In file included from ../stdlib/inttypes.h:25, from ../include/inttypes.h:2, from ../include/alloc_buffer.h:80, from alloc_buffer_copy_bytes.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/alloc_buffer_copy_bytes.os] Error 1 gcc -m32 alloc_buffer_copy_string.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/malloc/alloc_buffer_copy_string.os -MD -MP -MF /build/malloc/alloc_buffer_copy_string.os.dt -MT /build/malloc/alloc_buffer_copy_string.os In file included from ../stdlib/inttypes.h:25, from ../include/inttypes.h:2, from ../include/alloc_buffer.h:80, from alloc_buffer_copy_string.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/alloc_buffer_copy_string.os] Error 1 gcc -m32 alloc_buffer_create_failure.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/malloc/alloc_buffer_create_failure.os -MD -MP -MF /build/malloc/alloc_buffer_create_failure.os.dt -MT /build/malloc/alloc_buffer_create_failure.os In file included from ../stdlib/inttypes.h:25, from ../include/inttypes.h:2, from ../include/alloc_buffer.h:80, from alloc_buffer_create_failure.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/alloc_buffer_create_failure.os] Error 1 gcc -m32 set-freeres.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/malloc/set-freeres.os -MD -MP -MF /build/malloc/set-freeres.os.dt -MT /build/malloc/set-freeres.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../include/atomic.h:47, from set-freeres.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/set-freeres.os] Error 1 gcc -m32 thread-freeres.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/malloc/thread-freeres.os -MD -MP -MF /build/malloc/thread-freeres.os.dt -MT /build/malloc/thread-freeres.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from ../sysdeps/generic/hp-timing-common.h:37, from ../sysdeps/x86/hp-timing.h:53, from ../include/libc-internal.h:22, from thread-freeres.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/thread-freeres.os] Error 1 make[2]: Target 'subdir_lib' not remade because of errors. make[2]: Leaving directory '/glibc/malloc' make[1]: *** [Makefile:484: malloc/subdir_lib] Error 2 make subdir=string -C string ..=../ subdir_lib make[2]: Entering directory '/glibc/string' python3 -B ../scripts/gen-as-const.py --cc="gcc -m32 -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -ftls-model=initial-exec -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc -DGEN_AS_CONST_HEADERS \ -MD -MP -MF /build/locale-defines.h.dT \ -MT '/build/locale-defines.h.d /build/locale-defines.h'" \ ../sysdeps/i386/i686/multiarch/locale-defines.sym > /build/locale-defines.hT In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from ../locale/localeinfo.h:23, from :1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro ‘__GLIBC_USE’ 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro ‘__GLIBC_USE’ 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors Traceback (most recent call last): File "/glibc/string/../scripts/gen-as-const.py", line 120, in main() File "/glibc/string/../scripts/gen-as-const.py", line 116, in main consts = glibcextract.compute_c_consts(sym_data, args.cc) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/glibc/scripts/glibcextract.py", line 63, in compute_c_consts subprocess.check_call(cmd, shell=True) File "/usr/lib64/python3.11/subprocess.py", line 413, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command 'gcc -m32 -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -ftls-model=initial-exec -I../include -I/build/string -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc -DGEN_AS_CONST_HEADERS -MD -MP -MF /build/locale-defines.h.dT -MT '/build/locale-defines.h.d /build/locale-defines.h' -S -o /tmp/tmpmxwh4sbc/test.s -x c - < /tmp/tmpmxwh4sbc/test.c' returned non-zero exit status 1. make[2]: *** [../Makerules:271: /build/locale-defines.h] Error 1 make[2]: Target 'subdir_lib' not remade because of errors. make[2]: Leaving directory '/glibc/string' make[1]: *** [Makefile:484: string/subdir_lib] Error 2 make subdir=wcsmbs -C wcsmbs ..=../ subdir_lib make[2]: Entering directory '/glibc/wcsmbs' gcc -m32 btowc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/btowc.o -MD -MP -MF /build/wcsmbs/btowc.o.dt -MT /build/wcsmbs/btowc.o In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from btowc.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from btowc.c:27: btowc.c: In function '__btowc': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ btowc.c:49:5: note: in expansion of macro 'PTR_DEMANGLE' 49 | PTR_DEMANGLE (btowc_fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ btowc.c:49:5: note: in expansion of macro 'PTR_DEMANGLE' 49 | PTR_DEMANGLE (btowc_fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/btowc.o] Error 1 gcc -m32 c16rtomb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/c16rtomb.o -MD -MP -MF /build/wcsmbs/c16rtomb.o.dt -MT /build/wcsmbs/c16rtomb.o In file included from ../wcsmbs/uchar.h:26, from ../include/uchar.h:1, from c16rtomb.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/uchar.h:36:5: note: in expansion of macro '__GLIBC_USE' 36 | #if __GLIBC_USE (ISOC2X) && !defined __cpp_char8_t | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/uchar.h:60:5: note: in expansion of macro '__GLIBC_USE' 60 | #if __GLIBC_USE (ISOC2X) || defined __cpp_char8_t | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/c16rtomb.o] Error 1 gcc -m32 c32rtomb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/c32rtomb.o -MD -MP -MF /build/wcsmbs/c32rtomb.o.dt -MT /build/wcsmbs/c32rtomb.o In file included from ../wcsmbs/uchar.h:26, from ../include/uchar.h:1, from c32rtomb.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/uchar.h:36:5: note: in expansion of macro '__GLIBC_USE' 36 | #if __GLIBC_USE (ISOC2X) && !defined __cpp_char8_t | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/uchar.h:60:5: note: in expansion of macro '__GLIBC_USE' 60 | #if __GLIBC_USE (ISOC2X) || defined __cpp_char8_t | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/c32rtomb.o] Error 1 gcc -m32 c8rtomb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/c8rtomb.o -MD -MP -MF /build/wcsmbs/c8rtomb.o.dt -MT /build/wcsmbs/c8rtomb.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from c8rtomb.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/uchar.h:36:5: note: in expansion of macro '__GLIBC_USE' 36 | #if __GLIBC_USE (ISOC2X) && !defined __cpp_char8_t | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/uchar.h:60:5: note: in expansion of macro '__GLIBC_USE' 60 | #if __GLIBC_USE (ISOC2X) || defined __cpp_char8_t | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ c8rtomb.c:28:19: error: unknown type name 'char8_t'; did you mean 'wchar_t'? 28 | c8rtomb (char *s, char8_t c8, mbstate_t *ps) | ^~~~~~~ | wchar_t c8rtomb.c:25:18: error: 'state' defined but not used [-Werror=unused-variable] 25 | static mbstate_t state; | ^~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/c8rtomb.o] Error 1 gcc -m32 isoc23_fwscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/isoc23_fwscanf.o -MD -MP -MF /build/wcsmbs/isoc23_fwscanf.o.dt -MT /build/wcsmbs/isoc23_fwscanf.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from isoc23_fwscanf.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/isoc23_fwscanf.o] Error 1 gcc -m32 isoc23_swscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/isoc23_swscanf.o -MD -MP -MF /build/wcsmbs/isoc23_swscanf.o.dt -MT /build/wcsmbs/isoc23_swscanf.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from ../libio/strfile.h:30, from isoc23_swscanf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/isoc23_swscanf.o] Error 1 gcc -m32 isoc23_vfwscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/isoc23_vfwscanf.o -MD -MP -MF /build/wcsmbs/isoc23_vfwscanf.o.dt -MT /build/wcsmbs/isoc23_vfwscanf.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from isoc23_vfwscanf.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/isoc23_vfwscanf.o] Error 1 gcc -m32 isoc23_vswscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/isoc23_vswscanf.o -MD -MP -MF /build/wcsmbs/isoc23_vswscanf.o.dt -MT /build/wcsmbs/isoc23_vswscanf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from isoc23_vswscanf.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/isoc23_vswscanf.o] Error 1 gcc -m32 isoc23_vwscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/isoc23_vwscanf.o -MD -MP -MF /build/wcsmbs/isoc23_vwscanf.o.dt -MT /build/wcsmbs/isoc23_vwscanf.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from isoc23_vwscanf.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/isoc23_vwscanf.o] Error 1 gcc -m32 isoc23_wscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/isoc23_wscanf.o -MD -MP -MF /build/wcsmbs/isoc23_wscanf.o.dt -MT /build/wcsmbs/isoc23_wscanf.o In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from ../sysdeps/nptl/stdio-lock.h:22, from ../include/stdio.h:3, from isoc23_wscanf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/isoc23_wscanf.o] Error 1 gcc -m32 isoc99_fwscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/isoc99_fwscanf.o -MD -MP -MF /build/wcsmbs/isoc99_fwscanf.o.dt -MT /build/wcsmbs/isoc99_fwscanf.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from isoc99_fwscanf.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/isoc99_fwscanf.o] Error 1 gcc -m32 isoc99_swscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/isoc99_swscanf.o -MD -MP -MF /build/wcsmbs/isoc99_swscanf.o.dt -MT /build/wcsmbs/isoc99_swscanf.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from ../libio/strfile.h:30, from isoc99_swscanf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/isoc99_swscanf.o] Error 1 gcc -m32 isoc99_vfwscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/isoc99_vfwscanf.o -MD -MP -MF /build/wcsmbs/isoc99_vfwscanf.o.dt -MT /build/wcsmbs/isoc99_vfwscanf.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from isoc99_vfwscanf.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/isoc99_vfwscanf.o] Error 1 gcc -m32 isoc99_vswscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/isoc99_vswscanf.o -MD -MP -MF /build/wcsmbs/isoc99_vswscanf.o.dt -MT /build/wcsmbs/isoc99_vswscanf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from isoc99_vswscanf.c:27: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/isoc99_vswscanf.o] Error 1 gcc -m32 isoc99_vwscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/isoc99_vwscanf.o -MD -MP -MF /build/wcsmbs/isoc99_vwscanf.o.dt -MT /build/wcsmbs/isoc99_vwscanf.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from isoc99_vwscanf.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/isoc99_vwscanf.o] Error 1 gcc -m32 isoc99_wscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/isoc99_wscanf.o -MD -MP -MF /build/wcsmbs/isoc99_wscanf.o.dt -MT /build/wcsmbs/isoc99_wscanf.o In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from ../sysdeps/nptl/stdio-lock.h:22, from ../include/stdio.h:3, from isoc99_wscanf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/isoc99_wscanf.o] Error 1 gcc -m32 mbrlen.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/mbrlen.o -MD -MP -MF /build/wcsmbs/mbrlen.o.dt -MT /build/wcsmbs/mbrlen.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from mbrlen.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/mbrlen.o] Error 1 gcc -m32 mbrtoc8.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/mbrtoc8.o -MD -MP -MF /build/wcsmbs/mbrtoc8.o.dt -MT /build/wcsmbs/mbrtoc8.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from mbrtoc8.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/uchar.h:36:5: note: in expansion of macro '__GLIBC_USE' 36 | #if __GLIBC_USE (ISOC2X) && !defined __cpp_char8_t | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/uchar.h:60:5: note: in expansion of macro '__GLIBC_USE' 60 | #if __GLIBC_USE (ISOC2X) || defined __cpp_char8_t | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ mbrtoc8.c:35:10: error: unknown type name 'char8_t'; did you mean 'char32_t'? 35 | mbrtoc8 (char8_t *pc8, const char *s, size_t n, mbstate_t *ps) | ^~~~~~~ | char32_t mbrtoc8.c:32:18: error: 'state' defined but not used [-Werror=unused-variable] 32 | static mbstate_t state; | ^~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/mbrtoc8.o] Error 1 gcc -m32 mbrtoc16.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/mbrtoc16.o -MD -MP -MF /build/wcsmbs/mbrtoc16.o.dt -MT /build/wcsmbs/mbrtoc16.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from mbrtoc16.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/uchar.h:36:5: note: in expansion of macro '__GLIBC_USE' 36 | #if __GLIBC_USE (ISOC2X) && !defined __cpp_char8_t | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/uchar.h:60:5: note: in expansion of macro '__GLIBC_USE' 60 | #if __GLIBC_USE (ISOC2X) || defined __cpp_char8_t | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from mbrtoc16.c:25: mbrtoc16.c: In function 'mbrtoc16': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ mbrtoc16.c:100:5: note: in expansion of macro 'PTR_DEMANGLE' 100 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ mbrtoc16.c:100:5: note: in expansion of macro 'PTR_DEMANGLE' 100 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/mbrtoc16.o] Error 1 gcc -m32 mbrtoc32.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/mbrtoc32.o -MD -MP -MF /build/wcsmbs/mbrtoc32.o.dt -MT /build/wcsmbs/mbrtoc32.o In file included from ../wcsmbs/uchar.h:26, from ../include/uchar.h:1, from mbrtoc32.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/uchar.h:36:5: note: in expansion of macro '__GLIBC_USE' 36 | #if __GLIBC_USE (ISOC2X) && !defined __cpp_char8_t | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/uchar.h:60:5: note: in expansion of macro '__GLIBC_USE' 60 | #if __GLIBC_USE (ISOC2X) || defined __cpp_char8_t | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/mbrtoc32.o] Error 1 gcc -m32 mbrtowc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/mbrtowc.o -MD -MP -MF /build/wcsmbs/mbrtowc.o.dt -MT /build/wcsmbs/mbrtowc.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from mbrtowc.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from mbrtowc.c:25: mbrtowc.c: In function '__mbrtowc': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ mbrtowc.c:82:5: note: in expansion of macro 'PTR_DEMANGLE' 82 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ mbrtowc.c:82:5: note: in expansion of macro 'PTR_DEMANGLE' 82 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/mbrtowc.o] Error 1 gcc -m32 mbsinit.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/mbsinit.o -MD -MP -MF /build/wcsmbs/mbsinit.o.dt -MT /build/wcsmbs/mbsinit.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from mbsinit.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/mbsinit.o] Error 1 gcc -m32 mbsnrtowcs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/mbsnrtowcs.o -MD -MP -MF /build/wcsmbs/mbsnrtowcs.o.dt -MT /build/wcsmbs/mbsnrtowcs.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from mbsnrtowcs.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from mbsnrtowcs.c:26: mbsnrtowcs.c: In function '__mbsnrtowcs': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ mbsnrtowcs.c:68:5: note: in expansion of macro 'PTR_DEMANGLE' 68 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ mbsnrtowcs.c:68:5: note: in expansion of macro 'PTR_DEMANGLE' 68 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/mbsnrtowcs.o] Error 1 gcc -m32 mbsrtowcs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/mbsrtowcs.o -MD -MP -MF /build/wcsmbs/mbsrtowcs.o.dt -MT /build/wcsmbs/mbsrtowcs.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from mbsrtowcs.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/mbsrtowcs.o] Error 1 gcc -m32 mbsrtowcs_l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/mbsrtowcs_l.o -MD -MP -MF /build/wcsmbs/mbsrtowcs_l.o.dt -MT /build/wcsmbs/mbsrtowcs_l.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from mbsrtowcs_l.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from mbsrtowcs_l.c:30: mbsrtowcs_l.c: In function '__mbsrtowcs_l': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ mbsrtowcs_l.c:62:5: note: in expansion of macro 'PTR_DEMANGLE' 62 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ mbsrtowcs_l.c:62:5: note: in expansion of macro 'PTR_DEMANGLE' 62 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/mbsrtowcs_l.o] Error 1 gcc -m32 wcpcpy.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcpcpy.o -MD -MP -MF /build/wcsmbs/wcpcpy.o.dt -MT /build/wcsmbs/wcpcpy.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcpcpy.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcpcpy.o] Error 1 gcc -m32 wcpncpy.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcpncpy.o -MD -MP -MF /build/wcsmbs/wcpncpy.o.dt -MT /build/wcsmbs/wcpncpy.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcpncpy.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcpncpy.o] Error 1 gcc -m32 wcrtomb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcrtomb.o -MD -MP -MF /build/wcsmbs/wcrtomb.o.dt -MT /build/wcsmbs/wcrtomb.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from wcrtomb.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from wcrtomb.c:28: wcrtomb.c: In function '__wcrtomb_internal': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ wcrtomb.c:67:5: note: in expansion of macro 'PTR_DEMANGLE' 67 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ wcrtomb.c:67:5: note: in expansion of macro 'PTR_DEMANGLE' 67 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcrtomb.o] Error 1 gcc -m32 wcscasecmp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcscasecmp.o -MD -MP -MF /build/wcsmbs/wcscasecmp.o.dt -MT /build/wcsmbs/wcscasecmp.o In file included from ../wctype/wctype.h:26, from ../include/wctype.h:2, from wcscasecmp.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcscasecmp.o] Error 1 gcc -m32 wcscasecmp_l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcscasecmp_l.o -MD -MP -MF /build/wcsmbs/wcscasecmp_l.o.dt -MT /build/wcsmbs/wcscasecmp_l.o In file included from ../wctype/wctype.h:26, from ../include/wctype.h:2, from ./wcscasecmp.c:22, from wcscasecmp_l.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcscasecmp_l.o] Error 1 gcc -m32 wcscat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcscat.o -MD -MP -MF /build/wcsmbs/wcscat.o.dt -MT /build/wcsmbs/wcscat.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcscat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcscat.o] Error 1 gcc -m32 ../sysdeps/i386/i686/multiarch/wcschr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcschr.o -MD -MP -MF /build/wcsmbs/wcschr.o.dt -MT /build/wcsmbs/wcschr.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from ../sysdeps/i386/i686/multiarch/wcschr.c:24: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:587: /build/wcsmbs/wcschr.o] Error 1 gcc -m32 wcschrnul.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcschrnul.o -MD -MP -MF /build/wcsmbs/wcschrnul.o.dt -MT /build/wcsmbs/wcschrnul.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcschrnul.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcschrnul.o] Error 1 gcc -m32 ../sysdeps/i386/i686/multiarch/wcscmp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcscmp.o -MD -MP -MF /build/wcsmbs/wcscmp.o.dt -MT /build/wcsmbs/wcscmp.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from ../sysdeps/i386/i686/multiarch/wcscmp.c:24: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:587: /build/wcsmbs/wcscmp.o] Error 1 gcc -m32 wcscoll.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcscoll.o -MD -MP -MF /build/wcsmbs/wcscoll.o.dt -MT /build/wcsmbs/wcscoll.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcscoll.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcscoll.o] Error 1 gcc -m32 wcscoll_l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcscoll_l.o -MD -MP -MF /build/wcsmbs/wcscoll_l.o.dt -MT /build/wcsmbs/wcscoll_l.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcscoll_l.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcscoll_l.o] Error 1 gcc -m32 ../sysdeps/i386/i686/multiarch/wcscpy.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcscpy.o -MD -MP -MF /build/wcsmbs/wcscpy.o.dt -MT /build/wcsmbs/wcscpy.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from ../sysdeps/i386/i686/multiarch/wcscpy.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:587: /build/wcsmbs/wcscpy.o] Error 1 gcc -m32 wcscspn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcscspn.o -MD -MP -MF /build/wcsmbs/wcscspn.o.dt -MT /build/wcsmbs/wcscspn.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcscspn.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcscspn.o] Error 1 gcc -m32 wcsdup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcsdup.o -MD -MP -MF /build/wcsmbs/wcsdup.o.dt -MT /build/wcsmbs/wcsdup.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcsdup.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcsdup.o] Error 1 gcc -m32 wcslcat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcslcat.o -MD -MP -MF /build/wcsmbs/wcslcat.o.dt -MT /build/wcsmbs/wcslcat.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from wcslcat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcslcat.o] Error 1 gcc -m32 wcslcpy.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcslcpy.o -MD -MP -MF /build/wcsmbs/wcslcpy.o.dt -MT /build/wcsmbs/wcslcpy.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcslcpy.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcslcpy.o] Error 1 gcc -m32 ../sysdeps/i386/i686/multiarch/wcslen.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcslen.o -MD -MP -MF /build/wcsmbs/wcslen.o.dt -MT /build/wcsmbs/wcslen.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from ../sysdeps/i386/i686/multiarch/wcslen.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:587: /build/wcsmbs/wcslen.o] Error 1 gcc -m32 wcsmbsload.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcsmbsload.o -MD -MP -MF /build/wcsmbs/wcsmbsload.o.dt -MT /build/wcsmbs/wcsmbsload.o In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from wcsmbsload.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcsmbsload.o] Error 1 gcc -m32 wcsncase.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcsncase.o -MD -MP -MF /build/wcsmbs/wcsncase.o.dt -MT /build/wcsmbs/wcsncase.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcsncase.c:24: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcsncase.o] Error 1 gcc -m32 wcsncase_l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcsncase_l.o -MD -MP -MF /build/wcsmbs/wcsncase_l.o.dt -MT /build/wcsmbs/wcsncase_l.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from ./wcsncase.c:24, from wcsncase_l.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcsncase_l.o] Error 1 gcc -m32 wcsncat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcsncat.o -MD -MP -MF /build/wcsmbs/wcsncat.o.dt -MT /build/wcsmbs/wcsncat.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcsncat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcsncat.o] Error 1 gcc -m32 wcsncmp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcsncmp.o -MD -MP -MF /build/wcsmbs/wcsncmp.o.dt -MT /build/wcsmbs/wcsncmp.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcsncmp.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcsncmp.o] Error 1 gcc -m32 wcsncpy.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcsncpy.o -MD -MP -MF /build/wcsmbs/wcsncpy.o.dt -MT /build/wcsmbs/wcsncpy.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcsncpy.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcsncpy.o] Error 1 gcc -m32 wcsnlen.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcsnlen.o -MD -MP -MF /build/wcsmbs/wcsnlen.o.dt -MT /build/wcsmbs/wcsnlen.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcsnlen.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcsnlen.o] Error 1 gcc -m32 wcsnrtombs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcsnrtombs.o -MD -MP -MF /build/wcsmbs/wcsnrtombs.o.dt -MT /build/wcsmbs/wcsnrtombs.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from wcsnrtombs.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from wcsnrtombs.c:25: wcsnrtombs.c: In function '__wcsnrtombs': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ wcsnrtombs.c:66:5: note: in expansion of macro 'PTR_DEMANGLE' 66 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ wcsnrtombs.c:66:5: note: in expansion of macro 'PTR_DEMANGLE' 66 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcsnrtombs.o] Error 1 gcc -m32 wcspbrk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcspbrk.o -MD -MP -MF /build/wcsmbs/wcspbrk.o.dt -MT /build/wcsmbs/wcspbrk.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcspbrk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcspbrk.o] Error 1 gcc -m32 ../sysdeps/i386/i686/multiarch/wcsrchr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcsrchr.o -MD -MP -MF /build/wcsmbs/wcsrchr.o.dt -MT /build/wcsmbs/wcsrchr.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from ../sysdeps/i386/i686/multiarch/wcsrchr.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:587: /build/wcsmbs/wcsrchr.o] Error 1 gcc -m32 wcsrtombs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcsrtombs.o -MD -MP -MF /build/wcsmbs/wcsrtombs.o.dt -MT /build/wcsmbs/wcsrtombs.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from wcsrtombs.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from wcsrtombs.c:26: wcsrtombs.c: In function '__wcsrtombs': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ wcsrtombs.c:58:5: note: in expansion of macro 'PTR_DEMANGLE' 58 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ wcsrtombs.c:58:5: note: in expansion of macro 'PTR_DEMANGLE' 58 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcsrtombs.o] Error 1 gcc -m32 wcsspn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcsspn.o -MD -MP -MF /build/wcsmbs/wcsspn.o.dt -MT /build/wcsmbs/wcsspn.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcsspn.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcsspn.o] Error 1 gcc -m32 wcsstr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcsstr.o -MD -MP -MF /build/wcsmbs/wcsstr.o.dt -MT /build/wcsmbs/wcsstr.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcsstr.c:29: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcsstr.o] Error 1 gcc -m32 wcstod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcstod.o -MD -MP -MF /build/wcsmbs/wcstod.o.dt -MT /build/wcsmbs/wcstod.o In file included from ../locale/locale.h:25, from ../include/locale.h:2, from wcstod.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcstod.o] Error 1 gcc -m32 wcstod_l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcstod_l.o -MD -MP -MF /build/wcsmbs/wcstod_l.o.dt -MT /build/wcsmbs/wcstod_l.o In file included from ../locale/locale.h:25, from ../include/locale.h:2, from wcstod_l.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcstod_l.o] Error 1 gcc -m32 wcstod_nan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcstod_nan.o -MD -MP -MF /build/wcsmbs/wcstod_nan.o.dt -MT /build/wcsmbs/wcstod_nan.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from wcstod_nan.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcstod_nan.o] Error 1 gcc -m32 wcstof.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcstof.o -MD -MP -MF /build/wcsmbs/wcstof.o.dt -MT /build/wcsmbs/wcstof.o In file included from ../locale/locale.h:25, from ../include/locale.h:2, from wcstof.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcstof.o] Error 1 gcc -m32 wcstof_l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcstof_l.o -MD -MP -MF /build/wcsmbs/wcstof_l.o.dt -MT /build/wcsmbs/wcstof_l.o In file included from ../locale/locale.h:25, from ../include/locale.h:2, from wcstof_l.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcstof_l.o] Error 1 gcc -m32 wcstof_nan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcstof_nan.o -MD -MP -MF /build/wcsmbs/wcstof_nan.o.dt -MT /build/wcsmbs/wcstof_nan.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from wcstof_nan.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcstof_nan.o] Error 1 gcc -m32 wcstok.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcstok.o -MD -MP -MF /build/wcsmbs/wcstok.o.dt -MT /build/wcsmbs/wcstok.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcstok.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcstok.o] Error 1 gcc -m32 wcstol.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcstol.o -MD -MP -MF /build/wcsmbs/wcstol.o.dt -MT /build/wcsmbs/wcstol.o In file included from ../stdlib/strtol.c:19, from wcstol.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcstol.o] Error 1 gcc -m32 wcstol_l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcstol_l.o -MD -MP -MF /build/wcsmbs/wcstol_l.o.dt -MT /build/wcsmbs/wcstol_l.o In file included from wcstol_l.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcstol_l.o] Error 1 gcc -m32 wcstold.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcstold.o -MD -MP -MF /build/wcsmbs/wcstold.o.dt -MT /build/wcsmbs/wcstold.o In file included from ../locale/locale.h:25, from ../include/locale.h:2, from wcstold.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcstold.o] Error 1 gcc -m32 wcstold_l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -I../stdlib -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcstold_l.o -MD -MP -MF /build/wcsmbs/wcstold_l.o.dt -MT /build/wcsmbs/wcstold_l.o In file included from ../locale/locale.h:25, from ../include/locale.h:2, from wcstold_l.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcstold_l.o] Error 1 gcc -m32 wcstold_nan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcstold_nan.o -MD -MP -MF /build/wcsmbs/wcstold_nan.o.dt -MT /build/wcsmbs/wcstold_nan.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from wcstold_nan.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcstold_nan.o] Error 1 gcc -m32 wcstoll.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcstoll.o -MD -MP -MF /build/wcsmbs/wcstoll.o.dt -MT /build/wcsmbs/wcstoll.o In file included from ../stdlib/strtol.c:19, from wcstol.c:21, from wcstoll.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcstoll.o] Error 1 gcc -m32 wcstoll_l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcstoll_l.o -MD -MP -MF /build/wcsmbs/wcstoll_l.o.dt -MT /build/wcsmbs/wcstoll_l.o In file included from wcstoll_l.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcstoll_l.o] Error 1 gcc -m32 wcstoul.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcstoul.o -MD -MP -MF /build/wcsmbs/wcstoul.o.dt -MT /build/wcsmbs/wcstoul.o In file included from ../stdlib/strtol.c:19, from wcstol.c:21, from wcstoul.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcstoul.o] Error 1 gcc -m32 wcstoul_l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcstoul_l.o -MD -MP -MF /build/wcsmbs/wcstoul_l.o.dt -MT /build/wcsmbs/wcstoul_l.o In file included from wcstoul_l.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcstoul_l.o] Error 1 gcc -m32 wcstoull.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcstoull.o -MD -MP -MF /build/wcsmbs/wcstoull.o.dt -MT /build/wcsmbs/wcstoull.o In file included from ../stdlib/strtol.c:19, from wcstol.c:21, from wcstoul.c:21, from wcstoull.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcstoull.o] Error 1 gcc -m32 wcstoull_l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcstoull_l.o -MD -MP -MF /build/wcsmbs/wcstoull_l.o.dt -MT /build/wcsmbs/wcstoull_l.o In file included from wcstoull_l.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcstoull_l.o] Error 1 gcc -m32 wcswidth.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../wctype -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcswidth.o -MD -MP -MF /build/wcsmbs/wcswidth.o.dt -MT /build/wcsmbs/wcswidth.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcwidth.h:19, from wcswidth.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcswidth.o] Error 1 gcc -m32 wcsxfrm.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcsxfrm.o -MD -MP -MF /build/wcsmbs/wcsxfrm.o.dt -MT /build/wcsmbs/wcsxfrm.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcsxfrm.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcsxfrm.o] Error 1 gcc -m32 wcsxfrm_l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcsxfrm_l.o -MD -MP -MF /build/wcsmbs/wcsxfrm_l.o.dt -MT /build/wcsmbs/wcsxfrm_l.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcsxfrm_l.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcsxfrm_l.o] Error 1 gcc -m32 wctob.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wctob.o -MD -MP -MF /build/wcsmbs/wctob.o.dt -MT /build/wcsmbs/wctob.o In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from wctob.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from wctob.c:25: wctob.c: In function 'wctob': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ wctob.c:67:5: note: in expansion of macro 'PTR_DEMANGLE' 67 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ wctob.c:67:5: note: in expansion of macro 'PTR_DEMANGLE' 67 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wctob.o] Error 1 gcc -m32 wcwidth.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../wctype -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcwidth.o -MD -MP -MF /build/wcsmbs/wcwidth.o.dt -MT /build/wcsmbs/wcwidth.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcwidth.h:19, from wcwidth.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcwidth.o] Error 1 gcc -m32 wmemchr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wmemchr.o -MD -MP -MF /build/wcsmbs/wmemchr.o.dt -MT /build/wcsmbs/wmemchr.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wmemchr.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wmemchr.o] Error 1 gcc -m32 ../sysdeps/i386/i686/multiarch/wmemcmp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wmemcmp.o -MD -MP -MF /build/wcsmbs/wmemcmp.o.dt -MT /build/wcsmbs/wmemcmp.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from ../sysdeps/i386/i686/multiarch/wmemcmp.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:587: /build/wcsmbs/wmemcmp.o] Error 1 gcc -m32 wmemcpy.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wmemcpy.o -MD -MP -MF /build/wcsmbs/wmemcpy.o.dt -MT /build/wcsmbs/wmemcpy.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wmemcpy.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wmemcpy.o] Error 1 gcc -m32 wmemmove.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wmemmove.o -MD -MP -MF /build/wcsmbs/wmemmove.o.dt -MT /build/wcsmbs/wmemmove.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wmemmove.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wmemmove.o] Error 1 gcc -m32 wmempcpy.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wmempcpy.o -MD -MP -MF /build/wcsmbs/wmempcpy.o.dt -MT /build/wcsmbs/wmempcpy.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wmempcpy.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wmempcpy.o] Error 1 gcc -m32 wmemset.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wmemset.o -MD -MP -MF /build/wcsmbs/wmemset.o.dt -MT /build/wcsmbs/wmemset.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wmemset.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wmemset.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/wcstof128_l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcstof128_l.o -MD -MP -MF /build/wcsmbs/wcstof128_l.o.dt -MT /build/wcsmbs/wcstof128_l.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/ieee754/float128/wcstof128_l.c:25: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/wcsmbs/wcstof128_l.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/wcstof128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcstof128.o -MD -MP -MF /build/wcsmbs/wcstof128.o.dt -MT /build/wcsmbs/wcstof128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/ieee754/float128/wcstof128.c:25: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/wcsmbs/wcstof128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/wcstof128_nan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcstof128_nan.o -MD -MP -MF /build/wcsmbs/wcstof128_nan.o.dt -MT /build/wcsmbs/wcstof128_nan.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from ../sysdeps/ieee754/float128/wcstof128_nan.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/wcsmbs/wcstof128_nan.o] Error 1 gcc -m32 ../sysdeps/i386/i686/multiarch/wcscmp-sse2.S -c -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/wcsmbs/wcscmp-sse2.o -MD -MP -MF /build/wcsmbs/wcscmp-sse2.o.dt -MT /build/wcsmbs/wcscmp-sse2.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/i386/i686/multiarch/wcscmp-sse2.S:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:585: /build/wcsmbs/wcscmp-sse2.o] Error 1 gcc -m32 ../sysdeps/i386/i686/multiarch/wcscmp-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcscmp-c.o -MD -MP -MF /build/wcsmbs/wcscmp-c.o.dt -MT /build/wcsmbs/wcscmp-c.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from ../sysdeps/i386/i686/multiarch/wcscmp-c.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:587: /build/wcsmbs/wcscmp-c.o] Error 1 gcc -m32 ../sysdeps/i386/i686/multiarch/wcslen-sse2.S -c -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/wcsmbs/wcslen-sse2.o -MD -MP -MF /build/wcsmbs/wcslen-sse2.o.dt -MT /build/wcsmbs/wcslen-sse2.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/i386/i686/multiarch/wcslen-sse2.S:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:585: /build/wcsmbs/wcslen-sse2.o] Error 1 gcc -m32 ../sysdeps/i386/i686/multiarch/wcslen-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcslen-c.o -MD -MP -MF /build/wcsmbs/wcslen-c.o.dt -MT /build/wcsmbs/wcslen-c.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from ../sysdeps/i386/i686/multiarch/wcslen-c.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:587: /build/wcsmbs/wcslen-c.o] Error 1 gcc -m32 ../sysdeps/i386/i686/multiarch/wmemcmp-sse4.S -c -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/wcsmbs/wmemcmp-sse4.o -MD -MP -MF /build/wcsmbs/wmemcmp-sse4.o.dt -MT /build/wcsmbs/wmemcmp-sse4.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/i386/i686/multiarch/memcmp-sse4.S:21, from ../sysdeps/i386/i686/multiarch/wmemcmp-sse4.S:4: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:585: /build/wcsmbs/wmemcmp-sse4.o] Error 1 gcc -m32 ../sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S -c -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/wcsmbs/wmemcmp-ssse3.o -MD -MP -MF /build/wcsmbs/wmemcmp-ssse3.o.dt -MT /build/wcsmbs/wmemcmp-ssse3.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/i386/i686/multiarch/memcmp-ssse3.S:21, from ../sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S:4: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:585: /build/wcsmbs/wmemcmp-ssse3.o] Error 1 gcc -m32 ../sysdeps/i386/i686/multiarch/wmemcmp-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wmemcmp-c.o -MD -MP -MF /build/wcsmbs/wmemcmp-c.o.dt -MT /build/wcsmbs/wmemcmp-c.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from ../sysdeps/i386/i686/multiarch/wmemcmp-c.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:587: /build/wcsmbs/wmemcmp-c.o] Error 1 gcc -m32 ../sysdeps/i386/i686/multiarch/wcschr-sse2.S -c -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/wcsmbs/wcschr-sse2.o -MD -MP -MF /build/wcsmbs/wcschr-sse2.o.dt -MT /build/wcsmbs/wcschr-sse2.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/i386/i686/multiarch/wcschr-sse2.S:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:585: /build/wcsmbs/wcschr-sse2.o] Error 1 gcc -m32 ../sysdeps/i386/i686/multiarch/wcschr-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcschr-c.o -MD -MP -MF /build/wcsmbs/wcschr-c.o.dt -MT /build/wcsmbs/wcschr-c.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from ../sysdeps/i386/i686/multiarch/wcschr-c.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:587: /build/wcsmbs/wcschr-c.o] Error 1 gcc -m32 ../sysdeps/i386/i686/multiarch/wcsrchr-sse2.S -c -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/wcsmbs/wcsrchr-sse2.o -MD -MP -MF /build/wcsmbs/wcsrchr-sse2.o.dt -MT /build/wcsmbs/wcsrchr-sse2.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/i386/i686/multiarch/wcsrchr-sse2.S:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:585: /build/wcsmbs/wcsrchr-sse2.o] Error 1 gcc -m32 ../sysdeps/i386/i686/multiarch/wcsrchr-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcsrchr-c.o -MD -MP -MF /build/wcsmbs/wcsrchr-c.o.dt -MT /build/wcsmbs/wcsrchr-c.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from ../wcsmbs/wcsrchr.c:18, from ../sysdeps/i386/i686/multiarch/wcsrchr-c.c:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:587: /build/wcsmbs/wcsrchr-c.o] Error 1 gcc -m32 ../sysdeps/i386/i686/multiarch/wcscpy-ssse3.S -c -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/wcsmbs/wcscpy-ssse3.o -MD -MP -MF /build/wcsmbs/wcscpy-ssse3.o.dt -MT /build/wcsmbs/wcscpy-ssse3.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/i386/i686/multiarch/wcscpy-ssse3.S:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:585: /build/wcsmbs/wcscpy-ssse3.o] Error 1 gcc -m32 ../sysdeps/i386/i686/multiarch/wcscpy-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcscpy-c.o -MD -MP -MF /build/wcsmbs/wcscpy-c.o.dt -MT /build/wcsmbs/wcscpy-c.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from ../wcsmbs/wcscpy.c:18, from ../sysdeps/i386/i686/multiarch/wcscpy-c.c:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:587: /build/wcsmbs/wcscpy-c.o] Error 1 gcc -m32 btowc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/btowc.os -MD -MP -MF /build/wcsmbs/btowc.os.dt -MT /build/wcsmbs/btowc.os In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from btowc.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from btowc.c:27: btowc.c: In function '__btowc': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ btowc.c:49:5: note: in expansion of macro 'PTR_DEMANGLE' 49 | PTR_DEMANGLE (btowc_fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ btowc.c:49:5: note: in expansion of macro 'PTR_DEMANGLE' 49 | PTR_DEMANGLE (btowc_fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/btowc.os] Error 1 gcc -m32 c16rtomb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/c16rtomb.os -MD -MP -MF /build/wcsmbs/c16rtomb.os.dt -MT /build/wcsmbs/c16rtomb.os In file included from ../wcsmbs/uchar.h:26, from ../include/uchar.h:1, from c16rtomb.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/uchar.h:36:5: note: in expansion of macro '__GLIBC_USE' 36 | #if __GLIBC_USE (ISOC2X) && !defined __cpp_char8_t | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/uchar.h:60:5: note: in expansion of macro '__GLIBC_USE' 60 | #if __GLIBC_USE (ISOC2X) || defined __cpp_char8_t | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/c16rtomb.os] Error 1 gcc -m32 c32rtomb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/c32rtomb.os -MD -MP -MF /build/wcsmbs/c32rtomb.os.dt -MT /build/wcsmbs/c32rtomb.os In file included from ../wcsmbs/uchar.h:26, from ../include/uchar.h:1, from c32rtomb.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/uchar.h:36:5: note: in expansion of macro '__GLIBC_USE' 36 | #if __GLIBC_USE (ISOC2X) && !defined __cpp_char8_t | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/uchar.h:60:5: note: in expansion of macro '__GLIBC_USE' 60 | #if __GLIBC_USE (ISOC2X) || defined __cpp_char8_t | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/c32rtomb.os] Error 1 gcc -m32 c8rtomb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/c8rtomb.os -MD -MP -MF /build/wcsmbs/c8rtomb.os.dt -MT /build/wcsmbs/c8rtomb.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from c8rtomb.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/uchar.h:36:5: note: in expansion of macro '__GLIBC_USE' 36 | #if __GLIBC_USE (ISOC2X) && !defined __cpp_char8_t | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/uchar.h:60:5: note: in expansion of macro '__GLIBC_USE' 60 | #if __GLIBC_USE (ISOC2X) || defined __cpp_char8_t | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ c8rtomb.c:28:19: error: unknown type name 'char8_t'; did you mean 'wchar_t'? 28 | c8rtomb (char *s, char8_t c8, mbstate_t *ps) | ^~~~~~~ | wchar_t c8rtomb.c:25:18: error: 'state' defined but not used [-Werror=unused-variable] 25 | static mbstate_t state; | ^~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/c8rtomb.os] Error 1 gcc -m32 isoc23_fwscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/isoc23_fwscanf.os -MD -MP -MF /build/wcsmbs/isoc23_fwscanf.os.dt -MT /build/wcsmbs/isoc23_fwscanf.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from isoc23_fwscanf.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../wcsmbs/wchar.h: At top level: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/isoc23_fwscanf.os] Error 1 gcc -m32 isoc23_swscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/isoc23_swscanf.os -MD -MP -MF /build/wcsmbs/isoc23_swscanf.os.dt -MT /build/wcsmbs/isoc23_swscanf.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from ../libio/strfile.h:30, from isoc23_swscanf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/isoc23_swscanf.os] Error 1 gcc -m32 isoc23_vfwscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/isoc23_vfwscanf.os -MD -MP -MF /build/wcsmbs/isoc23_vfwscanf.os.dt -MT /build/wcsmbs/isoc23_vfwscanf.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from isoc23_vfwscanf.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../wcsmbs/wchar.h: At top level: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/isoc23_vfwscanf.os] Error 1 gcc -m32 isoc23_vswscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/isoc23_vswscanf.os -MD -MP -MF /build/wcsmbs/isoc23_vswscanf.os.dt -MT /build/wcsmbs/isoc23_vswscanf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from isoc23_vswscanf.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50, from ../libio/strfile.h:30, from isoc23_vswscanf.c:19: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/isoc23_vswscanf.os] Error 1 gcc -m32 isoc23_vwscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/isoc23_vwscanf.os -MD -MP -MF /build/wcsmbs/isoc23_vwscanf.os.dt -MT /build/wcsmbs/isoc23_vwscanf.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from isoc23_vwscanf.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../wcsmbs/wchar.h: At top level: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/isoc23_vwscanf.os] Error 1 gcc -m32 isoc23_wscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/isoc23_wscanf.os -MD -MP -MF /build/wcsmbs/isoc23_wscanf.os.dt -MT /build/wcsmbs/isoc23_wscanf.os In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from ../sysdeps/nptl/stdio-lock.h:22, from ../include/stdio.h:3, from isoc23_wscanf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50, from isoc23_wscanf.c:20: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../wcsmbs/wchar.h: At top level: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/isoc23_wscanf.os] Error 1 gcc -m32 isoc99_fwscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/isoc99_fwscanf.os -MD -MP -MF /build/wcsmbs/isoc99_fwscanf.os.dt -MT /build/wcsmbs/isoc99_fwscanf.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from isoc99_fwscanf.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../wcsmbs/wchar.h: At top level: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/isoc99_fwscanf.os] Error 1 gcc -m32 isoc99_swscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/isoc99_swscanf.os -MD -MP -MF /build/wcsmbs/isoc99_swscanf.os.dt -MT /build/wcsmbs/isoc99_swscanf.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from ../libio/strfile.h:30, from isoc99_swscanf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/isoc99_swscanf.os] Error 1 gcc -m32 isoc99_vfwscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/isoc99_vfwscanf.os -MD -MP -MF /build/wcsmbs/isoc99_vfwscanf.os.dt -MT /build/wcsmbs/isoc99_vfwscanf.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from isoc99_vfwscanf.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../wcsmbs/wchar.h: At top level: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/isoc99_vfwscanf.os] Error 1 gcc -m32 isoc99_vswscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/isoc99_vswscanf.os -MD -MP -MF /build/wcsmbs/isoc99_vswscanf.os.dt -MT /build/wcsmbs/isoc99_vswscanf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from isoc99_vswscanf.c:27: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50, from ../libio/strfile.h:30, from isoc99_vswscanf.c:28: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/isoc99_vswscanf.os] Error 1 gcc -m32 isoc99_vwscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/isoc99_vwscanf.os -MD -MP -MF /build/wcsmbs/isoc99_vwscanf.os.dt -MT /build/wcsmbs/isoc99_vwscanf.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from isoc99_vwscanf.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../wcsmbs/wchar.h: At top level: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/isoc99_vwscanf.os] Error 1 gcc -m32 isoc99_wscanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/isoc99_wscanf.os -MD -MP -MF /build/wcsmbs/isoc99_wscanf.os.dt -MT /build/wcsmbs/isoc99_wscanf.os In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from ../sysdeps/nptl/stdio-lock.h:22, from ../include/stdio.h:3, from isoc99_wscanf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50, from isoc99_wscanf.c:20: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../wcsmbs/wchar.h: At top level: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/isoc99_wscanf.os] Error 1 gcc -m32 mbrlen.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/mbrlen.os -MD -MP -MF /build/wcsmbs/mbrlen.os.dt -MT /build/wcsmbs/mbrlen.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from mbrlen.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/mbrlen.os] Error 1 gcc -m32 mbrtoc8.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/mbrtoc8.os -MD -MP -MF /build/wcsmbs/mbrtoc8.os.dt -MT /build/wcsmbs/mbrtoc8.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from mbrtoc8.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/uchar.h:36:5: note: in expansion of macro '__GLIBC_USE' 36 | #if __GLIBC_USE (ISOC2X) && !defined __cpp_char8_t | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/uchar.h:60:5: note: in expansion of macro '__GLIBC_USE' 60 | #if __GLIBC_USE (ISOC2X) || defined __cpp_char8_t | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ mbrtoc8.c:35:10: error: unknown type name 'char8_t'; did you mean 'char32_t'? 35 | mbrtoc8 (char8_t *pc8, const char *s, size_t n, mbstate_t *ps) | ^~~~~~~ | char32_t mbrtoc8.c:32:18: error: 'state' defined but not used [-Werror=unused-variable] 32 | static mbstate_t state; | ^~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/mbrtoc8.os] Error 1 gcc -m32 mbrtoc16.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/mbrtoc16.os -MD -MP -MF /build/wcsmbs/mbrtoc16.os.dt -MT /build/wcsmbs/mbrtoc16.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from mbrtoc16.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/uchar.h:36:5: note: in expansion of macro '__GLIBC_USE' 36 | #if __GLIBC_USE (ISOC2X) && !defined __cpp_char8_t | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/uchar.h:60:5: note: in expansion of macro '__GLIBC_USE' 60 | #if __GLIBC_USE (ISOC2X) || defined __cpp_char8_t | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from mbrtoc16.c:25: mbrtoc16.c: In function 'mbrtoc16': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ mbrtoc16.c:100:5: note: in expansion of macro 'PTR_DEMANGLE' 100 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ mbrtoc16.c:100:5: note: in expansion of macro 'PTR_DEMANGLE' 100 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/mbrtoc16.os] Error 1 gcc -m32 mbrtoc32.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/mbrtoc32.os -MD -MP -MF /build/wcsmbs/mbrtoc32.os.dt -MT /build/wcsmbs/mbrtoc32.os In file included from ../wcsmbs/uchar.h:26, from ../include/uchar.h:1, from mbrtoc32.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/uchar.h:36:5: note: in expansion of macro '__GLIBC_USE' 36 | #if __GLIBC_USE (ISOC2X) && !defined __cpp_char8_t | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/uchar.h:60:5: note: in expansion of macro '__GLIBC_USE' 60 | #if __GLIBC_USE (ISOC2X) || defined __cpp_char8_t | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/mbrtoc32.os] Error 1 gcc -m32 mbrtowc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/mbrtowc.os -MD -MP -MF /build/wcsmbs/mbrtowc.os.dt -MT /build/wcsmbs/mbrtowc.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from mbrtowc.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from mbrtowc.c:25: mbrtowc.c: In function '__mbrtowc': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ mbrtowc.c:82:5: note: in expansion of macro 'PTR_DEMANGLE' 82 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ mbrtowc.c:82:5: note: in expansion of macro 'PTR_DEMANGLE' 82 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/mbrtowc.os] Error 1 gcc -m32 mbsinit.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/mbsinit.os -MD -MP -MF /build/wcsmbs/mbsinit.os.dt -MT /build/wcsmbs/mbsinit.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from mbsinit.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/mbsinit.os] Error 1 gcc -m32 mbsnrtowcs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/mbsnrtowcs.os -MD -MP -MF /build/wcsmbs/mbsnrtowcs.os.dt -MT /build/wcsmbs/mbsnrtowcs.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from mbsnrtowcs.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from mbsnrtowcs.c:26: mbsnrtowcs.c: In function '__mbsnrtowcs': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ mbsnrtowcs.c:68:5: note: in expansion of macro 'PTR_DEMANGLE' 68 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ mbsnrtowcs.c:68:5: note: in expansion of macro 'PTR_DEMANGLE' 68 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/mbsnrtowcs.os] Error 1 gcc -m32 mbsrtowcs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/mbsrtowcs.os -MD -MP -MF /build/wcsmbs/mbsrtowcs.os.dt -MT /build/wcsmbs/mbsrtowcs.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from mbsrtowcs.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/mbsrtowcs.os] Error 1 gcc -m32 mbsrtowcs_l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/mbsrtowcs_l.os -MD -MP -MF /build/wcsmbs/mbsrtowcs_l.os.dt -MT /build/wcsmbs/mbsrtowcs_l.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from mbsrtowcs_l.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ In file included from mbsrtowcs_l.c:30: mbsrtowcs_l.c: In function '__mbsrtowcs_l': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ mbsrtowcs_l.c:62:5: note: in expansion of macro 'PTR_DEMANGLE' 62 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ mbsrtowcs_l.c:62:5: note: in expansion of macro 'PTR_DEMANGLE' 62 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/mbsrtowcs_l.os] Error 1 gcc -m32 wcpcpy.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcpcpy.os -MD -MP -MF /build/wcsmbs/wcpcpy.os.dt -MT /build/wcsmbs/wcpcpy.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcpcpy.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcpcpy.os] Error 1 gcc -m32 wcpncpy.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcpncpy.os -MD -MP -MF /build/wcsmbs/wcpncpy.os.dt -MT /build/wcsmbs/wcpncpy.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcpncpy.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcpncpy.os] Error 1 gcc -m32 wcrtomb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcrtomb.os -MD -MP -MF /build/wcsmbs/wcrtomb.os.dt -MT /build/wcsmbs/wcrtomb.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from wcrtomb.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from wcrtomb.c:28: wcrtomb.c: In function '__wcrtomb_internal': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ wcrtomb.c:67:5: note: in expansion of macro 'PTR_DEMANGLE' 67 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ wcrtomb.c:67:5: note: in expansion of macro 'PTR_DEMANGLE' 67 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcrtomb.os] Error 1 gcc -m32 wcscasecmp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcscasecmp.os -MD -MP -MF /build/wcsmbs/wcscasecmp.os.dt -MT /build/wcsmbs/wcscasecmp.os In file included from ../wctype/wctype.h:26, from ../include/wctype.h:2, from wcscasecmp.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcscasecmp.os] Error 1 gcc -m32 wcscasecmp_l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcscasecmp_l.os -MD -MP -MF /build/wcsmbs/wcscasecmp_l.os.dt -MT /build/wcsmbs/wcscasecmp_l.os In file included from ../wctype/wctype.h:26, from ../include/wctype.h:2, from ./wcscasecmp.c:22, from wcscasecmp_l.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcscasecmp_l.os] Error 1 gcc -m32 wcscat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcscat.os -MD -MP -MF /build/wcsmbs/wcscat.os.dt -MT /build/wcsmbs/wcscat.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcscat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcscat.os] Error 1 gcc -m32 ../sysdeps/i386/i686/multiarch/wcschr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcschr.os -MD -MP -MF /build/wcsmbs/wcschr.os.dt -MT /build/wcsmbs/wcschr.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from ../sysdeps/i386/i686/multiarch/wcschr.c:24: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:603: /build/wcsmbs/wcschr.os] Error 1 gcc -m32 wcschrnul.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcschrnul.os -MD -MP -MF /build/wcsmbs/wcschrnul.os.dt -MT /build/wcsmbs/wcschrnul.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcschrnul.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcschrnul.os] Error 1 gcc -m32 ../sysdeps/i386/i686/multiarch/wcscmp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcscmp.os -MD -MP -MF /build/wcsmbs/wcscmp.os.dt -MT /build/wcsmbs/wcscmp.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from ../sysdeps/i386/i686/multiarch/wcscmp.c:24: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:603: /build/wcsmbs/wcscmp.os] Error 1 gcc -m32 wcscoll.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcscoll.os -MD -MP -MF /build/wcsmbs/wcscoll.os.dt -MT /build/wcsmbs/wcscoll.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcscoll.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcscoll.os] Error 1 gcc -m32 wcscoll_l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcscoll_l.os -MD -MP -MF /build/wcsmbs/wcscoll_l.os.dt -MT /build/wcsmbs/wcscoll_l.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcscoll_l.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcscoll_l.os] Error 1 gcc -m32 ../sysdeps/i386/i686/multiarch/wcscpy.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcscpy.os -MD -MP -MF /build/wcsmbs/wcscpy.os.dt -MT /build/wcsmbs/wcscpy.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from ../sysdeps/i386/i686/multiarch/wcscpy.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:603: /build/wcsmbs/wcscpy.os] Error 1 gcc -m32 wcscspn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcscspn.os -MD -MP -MF /build/wcsmbs/wcscspn.os.dt -MT /build/wcsmbs/wcscspn.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcscspn.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcscspn.os] Error 1 gcc -m32 wcsdup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcsdup.os -MD -MP -MF /build/wcsmbs/wcsdup.os.dt -MT /build/wcsmbs/wcsdup.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcsdup.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcsdup.os] Error 1 gcc -m32 wcslcat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcslcat.os -MD -MP -MF /build/wcsmbs/wcslcat.os.dt -MT /build/wcsmbs/wcslcat.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from wcslcat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcslcat.os] Error 1 gcc -m32 wcslcpy.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcslcpy.os -MD -MP -MF /build/wcsmbs/wcslcpy.os.dt -MT /build/wcsmbs/wcslcpy.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcslcpy.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcslcpy.os] Error 1 gcc -m32 ../sysdeps/i386/i686/multiarch/wcslen.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcslen.os -MD -MP -MF /build/wcsmbs/wcslen.os.dt -MT /build/wcsmbs/wcslen.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from ../sysdeps/i386/i686/multiarch/wcslen.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:603: /build/wcsmbs/wcslen.os] Error 1 gcc -m32 wcsmbsload.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcsmbsload.os -MD -MP -MF /build/wcsmbs/wcsmbsload.os.dt -MT /build/wcsmbs/wcsmbsload.os In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from wcsmbsload.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcsmbsload.os] Error 1 gcc -m32 wcsncase.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcsncase.os -MD -MP -MF /build/wcsmbs/wcsncase.os.dt -MT /build/wcsmbs/wcsncase.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcsncase.c:24: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcsncase.os] Error 1 gcc -m32 wcsncase_l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcsncase_l.os -MD -MP -MF /build/wcsmbs/wcsncase_l.os.dt -MT /build/wcsmbs/wcsncase_l.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from ./wcsncase.c:24, from wcsncase_l.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcsncase_l.os] Error 1 gcc -m32 wcsncat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcsncat.os -MD -MP -MF /build/wcsmbs/wcsncat.os.dt -MT /build/wcsmbs/wcsncat.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcsncat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcsncat.os] Error 1 gcc -m32 wcsncmp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcsncmp.os -MD -MP -MF /build/wcsmbs/wcsncmp.os.dt -MT /build/wcsmbs/wcsncmp.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcsncmp.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcsncmp.os] Error 1 gcc -m32 wcsncpy.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcsncpy.os -MD -MP -MF /build/wcsmbs/wcsncpy.os.dt -MT /build/wcsmbs/wcsncpy.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcsncpy.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcsncpy.os] Error 1 gcc -m32 wcsnlen.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcsnlen.os -MD -MP -MF /build/wcsmbs/wcsnlen.os.dt -MT /build/wcsmbs/wcsnlen.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcsnlen.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcsnlen.os] Error 1 gcc -m32 wcsnrtombs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcsnrtombs.os -MD -MP -MF /build/wcsmbs/wcsnrtombs.os.dt -MT /build/wcsmbs/wcsnrtombs.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from wcsnrtombs.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from wcsnrtombs.c:25: wcsnrtombs.c: In function '__wcsnrtombs': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ wcsnrtombs.c:66:5: note: in expansion of macro 'PTR_DEMANGLE' 66 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ wcsnrtombs.c:66:5: note: in expansion of macro 'PTR_DEMANGLE' 66 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcsnrtombs.os] Error 1 gcc -m32 wcspbrk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcspbrk.os -MD -MP -MF /build/wcsmbs/wcspbrk.os.dt -MT /build/wcsmbs/wcspbrk.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcspbrk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcspbrk.os] Error 1 gcc -m32 ../sysdeps/i386/i686/multiarch/wcsrchr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcsrchr.os -MD -MP -MF /build/wcsmbs/wcsrchr.os.dt -MT /build/wcsmbs/wcsrchr.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from ../sysdeps/i386/i686/multiarch/wcsrchr.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:603: /build/wcsmbs/wcsrchr.os] Error 1 gcc -m32 wcsrtombs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcsrtombs.os -MD -MP -MF /build/wcsmbs/wcsrtombs.os.dt -MT /build/wcsmbs/wcsrtombs.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from wcsrtombs.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from wcsrtombs.c:26: wcsrtombs.c: In function '__wcsrtombs': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ wcsrtombs.c:58:5: note: in expansion of macro 'PTR_DEMANGLE' 58 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ wcsrtombs.c:58:5: note: in expansion of macro 'PTR_DEMANGLE' 58 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcsrtombs.os] Error 1 gcc -m32 wcsspn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcsspn.os -MD -MP -MF /build/wcsmbs/wcsspn.os.dt -MT /build/wcsmbs/wcsspn.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcsspn.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcsspn.os] Error 1 gcc -m32 wcsstr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcsstr.os -MD -MP -MF /build/wcsmbs/wcsstr.os.dt -MT /build/wcsmbs/wcsstr.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcsstr.c:29: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcsstr.os] Error 1 gcc -m32 wcstod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcstod.os -MD -MP -MF /build/wcsmbs/wcstod.os.dt -MT /build/wcsmbs/wcstod.os In file included from ../locale/locale.h:25, from ../include/locale.h:2, from wcstod.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcstod.os] Error 1 gcc -m32 wcstod_l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcstod_l.os -MD -MP -MF /build/wcsmbs/wcstod_l.os.dt -MT /build/wcsmbs/wcstod_l.os In file included from ../locale/locale.h:25, from ../include/locale.h:2, from wcstod_l.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcstod_l.os] Error 1 gcc -m32 wcstod_nan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcstod_nan.os -MD -MP -MF /build/wcsmbs/wcstod_nan.os.dt -MT /build/wcsmbs/wcstod_nan.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from wcstod_nan.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcstod_nan.os] Error 1 gcc -m32 wcstof.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcstof.os -MD -MP -MF /build/wcsmbs/wcstof.os.dt -MT /build/wcsmbs/wcstof.os In file included from ../locale/locale.h:25, from ../include/locale.h:2, from wcstof.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcstof.os] Error 1 gcc -m32 wcstof_l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcstof_l.os -MD -MP -MF /build/wcsmbs/wcstof_l.os.dt -MT /build/wcsmbs/wcstof_l.os In file included from ../locale/locale.h:25, from ../include/locale.h:2, from wcstof_l.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcstof_l.os] Error 1 gcc -m32 wcstof_nan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcstof_nan.os -MD -MP -MF /build/wcsmbs/wcstof_nan.os.dt -MT /build/wcsmbs/wcstof_nan.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from wcstof_nan.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcstof_nan.os] Error 1 gcc -m32 wcstok.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcstok.os -MD -MP -MF /build/wcsmbs/wcstok.os.dt -MT /build/wcsmbs/wcstok.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcstok.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcstok.os] Error 1 gcc -m32 wcstol.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcstol.os -MD -MP -MF /build/wcsmbs/wcstol.os.dt -MT /build/wcsmbs/wcstol.os In file included from ../stdlib/strtol.c:19, from wcstol.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcstol.os] Error 1 gcc -m32 wcstol_l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcstol_l.os -MD -MP -MF /build/wcsmbs/wcstol_l.os.dt -MT /build/wcsmbs/wcstol_l.os In file included from wcstol_l.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcstol_l.os] Error 1 gcc -m32 wcstold.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcstold.os -MD -MP -MF /build/wcsmbs/wcstold.os.dt -MT /build/wcsmbs/wcstold.os In file included from ../locale/locale.h:25, from ../include/locale.h:2, from wcstold.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcstold.os] Error 1 gcc -m32 wcstold_l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -I../stdlib -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcstold_l.os -MD -MP -MF /build/wcsmbs/wcstold_l.os.dt -MT /build/wcsmbs/wcstold_l.os In file included from ../locale/locale.h:25, from ../include/locale.h:2, from wcstold_l.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcstold_l.os] Error 1 gcc -m32 wcstold_nan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcstold_nan.os -MD -MP -MF /build/wcsmbs/wcstold_nan.os.dt -MT /build/wcsmbs/wcstold_nan.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from wcstold_nan.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcstold_nan.os] Error 1 gcc -m32 wcstoll.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcstoll.os -MD -MP -MF /build/wcsmbs/wcstoll.os.dt -MT /build/wcsmbs/wcstoll.os In file included from ../stdlib/strtol.c:19, from wcstol.c:21, from wcstoll.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcstoll.os] Error 1 gcc -m32 wcstoll_l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcstoll_l.os -MD -MP -MF /build/wcsmbs/wcstoll_l.os.dt -MT /build/wcsmbs/wcstoll_l.os In file included from wcstoll_l.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcstoll_l.os] Error 1 gcc -m32 wcstoul.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcstoul.os -MD -MP -MF /build/wcsmbs/wcstoul.os.dt -MT /build/wcsmbs/wcstoul.os In file included from ../stdlib/strtol.c:19, from wcstol.c:21, from wcstoul.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcstoul.os] Error 1 gcc -m32 wcstoul_l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcstoul_l.os -MD -MP -MF /build/wcsmbs/wcstoul_l.os.dt -MT /build/wcsmbs/wcstoul_l.os In file included from wcstoul_l.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcstoul_l.os] Error 1 gcc -m32 wcstoull.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcstoull.os -MD -MP -MF /build/wcsmbs/wcstoull.os.dt -MT /build/wcsmbs/wcstoull.os In file included from ../stdlib/strtol.c:19, from wcstol.c:21, from wcstoul.c:21, from wcstoull.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcstoull.os] Error 1 gcc -m32 wcstoull_l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcstoull_l.os -MD -MP -MF /build/wcsmbs/wcstoull_l.os.dt -MT /build/wcsmbs/wcstoull_l.os In file included from wcstoull_l.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcstoull_l.os] Error 1 gcc -m32 wcswidth.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../wctype -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcswidth.os -MD -MP -MF /build/wcsmbs/wcswidth.os.dt -MT /build/wcsmbs/wcswidth.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcwidth.h:19, from wcswidth.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcswidth.os] Error 1 gcc -m32 wcsxfrm.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcsxfrm.os -MD -MP -MF /build/wcsmbs/wcsxfrm.os.dt -MT /build/wcsmbs/wcsxfrm.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcsxfrm.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcsxfrm.os] Error 1 gcc -m32 wcsxfrm_l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcsxfrm_l.os -MD -MP -MF /build/wcsmbs/wcsxfrm_l.os.dt -MT /build/wcsmbs/wcsxfrm_l.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcsxfrm_l.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcsxfrm_l.os] Error 1 gcc -m32 wctob.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wctob.os -MD -MP -MF /build/wcsmbs/wctob.os.dt -MT /build/wcsmbs/wctob.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from wctob.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from wctob.c:25: wctob.c: In function 'wctob': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ wctob.c:67:5: note: in expansion of macro 'PTR_DEMANGLE' 67 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ wctob.c:67:5: note: in expansion of macro 'PTR_DEMANGLE' 67 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wctob.os] Error 1 gcc -m32 wcwidth.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../wctype -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcwidth.os -MD -MP -MF /build/wcsmbs/wcwidth.os.dt -MT /build/wcsmbs/wcwidth.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcwidth.h:19, from wcwidth.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wcwidth.os] Error 1 gcc -m32 wmemchr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wmemchr.os -MD -MP -MF /build/wcsmbs/wmemchr.os.dt -MT /build/wcsmbs/wmemchr.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wmemchr.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wmemchr.os] Error 1 gcc -m32 ../sysdeps/i386/i686/multiarch/wmemcmp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wmemcmp.os -MD -MP -MF /build/wcsmbs/wmemcmp.os.dt -MT /build/wcsmbs/wmemcmp.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from ../sysdeps/i386/i686/multiarch/wmemcmp.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:603: /build/wcsmbs/wmemcmp.os] Error 1 gcc -m32 wmemcpy.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wmemcpy.os -MD -MP -MF /build/wcsmbs/wmemcpy.os.dt -MT /build/wcsmbs/wmemcpy.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wmemcpy.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wmemcpy.os] Error 1 gcc -m32 wmemmove.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wmemmove.os -MD -MP -MF /build/wcsmbs/wmemmove.os.dt -MT /build/wcsmbs/wmemmove.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wmemmove.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wmemmove.os] Error 1 gcc -m32 wmempcpy.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wmempcpy.os -MD -MP -MF /build/wcsmbs/wmempcpy.os.dt -MT /build/wcsmbs/wmempcpy.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wmempcpy.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wmempcpy.os] Error 1 gcc -m32 wmemset.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wmemset.os -MD -MP -MF /build/wcsmbs/wmemset.os.dt -MT /build/wcsmbs/wmemset.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wmemset.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wcsmbs/wmemset.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/wcstof128_l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcstof128_l.os -MD -MP -MF /build/wcsmbs/wcstof128_l.os.dt -MT /build/wcsmbs/wcstof128_l.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/ieee754/float128/wcstof128_l.c:25: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/wcsmbs/wcstof128_l.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/wcstof128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcstof128.os -MD -MP -MF /build/wcsmbs/wcstof128.os.dt -MT /build/wcsmbs/wcstof128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/ieee754/float128/wcstof128.c:25: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../sysdeps/ieee754/float128/wcstof128.c:27: ../sysdeps/ieee754/float128/strtof128.c:32:25: error: 'wcstof128' redeclared as different kind of symbol 32 | # define STRTOF wcstof128 | ^~~~~~~~~ ../stdlib/strtod.c:80:1: note: in expansion of macro 'STRTOF' 80 | STRTOF (const STRING_TYPE *nptr, STRING_TYPE **endptr) | ^~~~~~ ../include/wchar.h:153:20: note: previous declaration of 'wcstof128' with type 'int' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:33: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ./../include/libc-symbols.h:472:33: error: '__EI_wcstof128' aliased to undefined symbol '__GI_wcstof128' 472 | extern thread __typeof (name) __EI_##name \ | ^~~~~ ./../include/libc-symbols.h:468:3: note: in expansion of macro '__hidden_ver2' 468 | __hidden_ver2 (, local, internal, name) | ^~~~~~~~~~~~~ ./../include/libc-symbols.h:476:41: note: in expansion of macro '__hidden_ver1' 476 | # define hidden_def(name) __hidden_ver1(__GI_##name, name, name); | ^~~~~~~~~~~~~ ./../include/libc-symbols.h:557:32: note: in expansion of macro 'hidden_def' 557 | # define libc_hidden_def(name) hidden_def (name) | ^~~~~~~~~~ ../stdlib/strtod.c:85:1: note: in expansion of macro 'libc_hidden_def' 85 | libc_hidden_def (STRTOF) | ^~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/wcsmbs/wcstof128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/wcstof128_nan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcstof128_nan.os -MD -MP -MF /build/wcsmbs/wcstof128_nan.os.dt -MT /build/wcsmbs/wcstof128_nan.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from ../sysdeps/ieee754/float128/wcstof128_nan.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/wcsmbs/wcstof128_nan.os] Error 1 gcc -m32 ../sysdeps/i386/i686/multiarch/wcscmp-sse2.S -c -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/wcsmbs/wcscmp-sse2.os -MD -MP -MF /build/wcsmbs/wcscmp-sse2.os.dt -MT /build/wcsmbs/wcscmp-sse2.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/i386/i686/multiarch/wcscmp-sse2.S:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:601: /build/wcsmbs/wcscmp-sse2.os] Error 1 gcc -m32 ../sysdeps/i386/i686/multiarch/wcscmp-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcscmp-c.os -MD -MP -MF /build/wcsmbs/wcscmp-c.os.dt -MT /build/wcsmbs/wcscmp-c.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from ../sysdeps/i386/i686/multiarch/wcscmp-c.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:603: /build/wcsmbs/wcscmp-c.os] Error 1 gcc -m32 ../sysdeps/i386/i686/multiarch/wcslen-sse2.S -c -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/wcsmbs/wcslen-sse2.os -MD -MP -MF /build/wcsmbs/wcslen-sse2.os.dt -MT /build/wcsmbs/wcslen-sse2.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/i386/i686/multiarch/wcslen-sse2.S:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:601: /build/wcsmbs/wcslen-sse2.os] Error 1 gcc -m32 ../sysdeps/i386/i686/multiarch/wcslen-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcslen-c.os -MD -MP -MF /build/wcsmbs/wcslen-c.os.dt -MT /build/wcsmbs/wcslen-c.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from ../sysdeps/i386/i686/multiarch/wcslen-c.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:603: /build/wcsmbs/wcslen-c.os] Error 1 gcc -m32 ../sysdeps/i386/i686/multiarch/wmemcmp-sse4.S -c -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/wcsmbs/wmemcmp-sse4.os -MD -MP -MF /build/wcsmbs/wmemcmp-sse4.os.dt -MT /build/wcsmbs/wmemcmp-sse4.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/i386/i686/multiarch/memcmp-sse4.S:21, from ../sysdeps/i386/i686/multiarch/wmemcmp-sse4.S:4: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:601: /build/wcsmbs/wmemcmp-sse4.os] Error 1 gcc -m32 ../sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S -c -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/wcsmbs/wmemcmp-ssse3.os -MD -MP -MF /build/wcsmbs/wmemcmp-ssse3.os.dt -MT /build/wcsmbs/wmemcmp-ssse3.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/i386/i686/multiarch/memcmp-ssse3.S:21, from ../sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S:4: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:601: /build/wcsmbs/wmemcmp-ssse3.os] Error 1 gcc -m32 ../sysdeps/i386/i686/multiarch/wmemcmp-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wmemcmp-c.os -MD -MP -MF /build/wcsmbs/wmemcmp-c.os.dt -MT /build/wcsmbs/wmemcmp-c.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from ../sysdeps/i386/i686/multiarch/wmemcmp-c.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:603: /build/wcsmbs/wmemcmp-c.os] Error 1 gcc -m32 ../sysdeps/i386/i686/multiarch/wcschr-sse2.S -c -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/wcsmbs/wcschr-sse2.os -MD -MP -MF /build/wcsmbs/wcschr-sse2.os.dt -MT /build/wcsmbs/wcschr-sse2.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/i386/i686/multiarch/wcschr-sse2.S:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:601: /build/wcsmbs/wcschr-sse2.os] Error 1 gcc -m32 ../sysdeps/i386/i686/multiarch/wcschr-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcschr-c.os -MD -MP -MF /build/wcsmbs/wcschr-c.os.dt -MT /build/wcsmbs/wcschr-c.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from ../sysdeps/i386/i686/multiarch/wcschr-c.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:603: /build/wcsmbs/wcschr-c.os] Error 1 gcc -m32 ../sysdeps/i386/i686/multiarch/wcsrchr-sse2.S -c -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/wcsmbs/wcsrchr-sse2.os -MD -MP -MF /build/wcsmbs/wcsrchr-sse2.os.dt -MT /build/wcsmbs/wcsrchr-sse2.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/i386/i686/multiarch/wcsrchr-sse2.S:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:601: /build/wcsmbs/wcsrchr-sse2.os] Error 1 gcc -m32 ../sysdeps/i386/i686/multiarch/wcsrchr-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcsrchr-c.os -MD -MP -MF /build/wcsmbs/wcsrchr-c.os.dt -MT /build/wcsmbs/wcsrchr-c.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from ../wcsmbs/wcsrchr.c:18, from ../sysdeps/i386/i686/multiarch/wcsrchr-c.c:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:603: /build/wcsmbs/wcsrchr-c.os] Error 1 gcc -m32 ../sysdeps/i386/i686/multiarch/wcscpy-ssse3.S -c -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/wcsmbs/wcscpy-ssse3.os -MD -MP -MF /build/wcsmbs/wcscpy-ssse3.os.dt -MT /build/wcsmbs/wcscpy-ssse3.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/i386/i686/multiarch/wcscpy-ssse3.S:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:601: /build/wcsmbs/wcscpy-ssse3.os] Error 1 gcc -m32 ../sysdeps/i386/i686/multiarch/wcscpy-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wcsmbs -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -D_IO_MTSAFE_IO -o /build/wcsmbs/wcscpy-c.os -MD -MP -MF /build/wcsmbs/wcscpy-c.os.dt -MT /build/wcsmbs/wcscpy-c.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from ../wcsmbs/wcscpy.c:18, from ../sysdeps/i386/i686/multiarch/wcscpy-c.c:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:603: /build/wcsmbs/wcscpy-c.os] Error 1 make[2]: Target 'subdir_lib' not remade because of errors. make[2]: Leaving directory '/glibc/wcsmbs' make[1]: *** [Makefile:484: wcsmbs/subdir_lib] Error 2 make subdir=timezone -C timezone ..=../ subdir_lib make[2]: Entering directory '/glibc/timezone' make[2]: Nothing to be done for 'subdir_lib'. make[2]: Leaving directory '/glibc/timezone' make subdir=time -C time ..=../ subdir_lib make[2]: Entering directory '/glibc/time' gcc -m32 offtime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/offtime.o -MD -MP -MF /build/time/offtime.o.dt -MT /build/time/offtime.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from offtime.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/time/offtime.o] Error 1 gcc -m32 asctime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/asctime.o -MD -MP -MF /build/time/asctime.o.dt -MT /build/time/asctime.o In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from ../locale/localeinfo.h:23, from asctime.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/time/asctime.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/clock.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/clock.o -MD -MP -MF /build/time/clock.o.dt -MT /build/time/clock.o In file included from ../posix/sys/times.h:25, from ../include/sys/times.h:2, from ../sysdeps/unix/sysv/linux/clock.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/time/clock.o] Error 1 gcc -m32 ctime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/ctime.o -MD -MP -MF /build/time/ctime.o.dt -MT /build/time/ctime.o In file included from ../time/time.h:25, from ../include/time.h:2, from ctime.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/time/ctime.o] Error 1 gcc -m32 ctime_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/ctime_r.o -MD -MP -MF /build/time/ctime_r.o.dt -MT /build/time/ctime_r.o In file included from ../time/time.h:25, from ../include/time.h:2, from ctime_r.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/time/ctime_r.o] Error 1 gcc -m32 difftime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/difftime.o -MD -MP -MF /build/time/difftime.o.dt -MT /build/time/difftime.o In file included from ../time/time.h:25, from ../include/time.h:2, from difftime.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/time/difftime.o] Error 1 gcc -m32 gmtime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/gmtime.o -MD -MP -MF /build/time/gmtime.o.dt -MT /build/time/gmtime.o In file included from ../time/time.h:25, from ../include/time.h:2, from gmtime.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/time/gmtime.o] Error 1 gcc -m32 localtime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/localtime.o -MD -MP -MF /build/time/localtime.o.dt -MT /build/time/localtime.o In file included from ../time/time.h:25, from ../include/time.h:2, from localtime.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/time/localtime.o] Error 1 gcc -m32 mktime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/mktime.o -MD -MP -MF /build/time/mktime.o.dt -MT /build/time/mktime.o In file included from ../time/time.h:25, from ../include/time.h:2, from mktime.c:44: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/time/mktime.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/x86/time.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/time.o -MD -MP -MF /build/time/time.o.dt -MT /build/time/time.o In file included from ../time/time.h:25, from ../include/time.h:2, from ../sysdeps/unix/sysv/linux/time.c:50, from ../sysdeps/unix/sysv/linux/x86/time.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:111: /build/time/time.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/x86/gettimeofday.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/gettimeofday.o -MD -MP -MF /build/time/gettimeofday.o.dt -MT /build/time/gettimeofday.o In file included from ../time/time.h:25, from ../include/time.h:2, from ../sysdeps/unix/sysv/linux/gettimeofday.c:19, from ../sysdeps/unix/sysv/linux/x86/gettimeofday.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:111: /build/time/gettimeofday.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/settimeofday.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/settimeofday.o -MD -MP -MF /build/time/settimeofday.o.dt -MT /build/time/settimeofday.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/settimeofday.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/time/settimeofday.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/settimezone.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/settimezone.o -MD -MP -MF /build/time/settimezone.o.dt -MT /build/time/settimezone.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/settimezone.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/time/settimezone.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/adjtime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/adjtime.o -MD -MP -MF /build/time/adjtime.o.dt -MT /build/time/adjtime.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/adjtime.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/time/adjtime.o] Error 1 gcc -m32 tzset.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -DTZDIR='"/usr/share/zoneinfo"' -DTZDEFAULT='"/etc/localtime"' -DTZDEFRULES='"posixrules"' -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/tzset.o -MD -MP -MF /build/time/tzset.o.dt -MT /build/time/tzset.o In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from tzset.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/time/tzset.o] Error 1 gcc -m32 tzfile.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -DTZDIR='"/usr/share/zoneinfo"' -DTZDEFAULT='"/etc/localtime"' -DTZDEFRULES='"posixrules"' -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/tzfile.o -MD -MP -MF /build/time/tzfile.o.dt -MT /build/time/tzfile.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from tzfile.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/time/tzfile.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/getitimer.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/getitimer.o -MD -MP -MF /build/time/getitimer.o.dt -MT /build/time/getitimer.o In file included from ../time/time.h:25, from ../include/time.h:2, from ../sysdeps/unix/sysv/linux/getitimer.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/time/getitimer.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/setitimer.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/setitimer.o -MD -MP -MF /build/time/setitimer.o.dt -MT /build/time/setitimer.o In file included from ../time/time.h:25, from ../include/time.h:2, from ../sysdeps/unix/sysv/linux/setitimer.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/time/setitimer.o] Error 1 gcc -m32 dysize.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/dysize.o -MD -MP -MF /build/time/dysize.o.dt -MT /build/time/dysize.o In file included from ../time/time.h:25, from ../include/time.h:2, from dysize.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/time/dysize.o] Error 1 gcc -m32 timegm.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/timegm.o -MD -MP -MF /build/time/timegm.o.dt -MT /build/time/timegm.o In file included from ../time/time.h:25, from ../include/time.h:2, from timegm.c:24: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/time/timegm.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/ftime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/ftime.o -MD -MP -MF /build/time/ftime.o.dt -MT /build/time/ftime.o In file included from ../sysdeps/unix/sysv/linux/ftime.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/time/ftime.o] Error 1 gcc -m32 getdate.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/getdate.o -MD -MP -MF /build/time/getdate.o.dt -MT /build/time/getdate.o In file included from ../bits/libc-header-start.h:33, from ../include/limits.h:26, from getdate.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/time/getdate.o] Error 1 gcc -m32 strptime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/strptime.o -MD -MP -MF /build/time/strptime.o.dt -MT /build/time/strptime.o In file included from ../time/time.h:25, from ../include/time.h:2, from strptime.c:25: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/time/strptime.o] Error 1 gcc -m32 strptime_l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/strptime_l.o -MD -MP -MF /build/time/strptime_l.o.dt -MT /build/time/strptime_l.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from strptime_l.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/time/strptime_l.o] Error 1 gcc -m32 strftime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/strftime.o -MD -MP -MF /build/time/strftime.o.dt -MT /build/time/strftime.o In file included from ../time/time.h:25, from ../include/time.h:2, from strftime.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/time/strftime.o] Error 1 gcc -m32 wcsftime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/wcsftime.o -MD -MP -MF /build/time/wcsftime.o.dt -MT /build/time/wcsftime.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcsftime.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/time/wcsftime.o] Error 1 gcc -m32 strftime_l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/strftime_l.o -MD -MP -MF /build/time/strftime_l.o.dt -MT /build/time/strftime_l.o In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from ../locale/localeinfo.h:23, from strftime_l.c:35: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/time/strftime_l.o] Error 1 gcc -m32 wcsftime_l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/wcsftime_l.o -MD -MP -MF /build/time/wcsftime_l.o.dt -MT /build/time/wcsftime_l.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcsftime_l.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/time/wcsftime_l.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/timespec_get.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/timespec_get.o -MD -MP -MF /build/time/timespec_get.o.dt -MT /build/time/timespec_get.o In file included from ../time/time.h:25, from ../include/time.h:2, from ../sysdeps/unix/sysv/linux/timespec_get.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/time/timespec_get.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/timespec_getres.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/timespec_getres.o -MD -MP -MF /build/time/timespec_getres.o.dt -MT /build/time/timespec_getres.o In file included from ../time/time.h:25, from ../include/time.h:2, from ../sysdeps/unix/sysv/linux/timespec_getres.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/time/timespec_getres.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/clock_getcpuclockid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/clock_getcpuclockid.o -MD -MP -MF /build/time/clock_getcpuclockid.o.dt -MT /build/time/clock_getcpuclockid.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/clock_getcpuclockid.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/time/clock_getcpuclockid.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/clock_getres.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/clock_getres.o -MD -MP -MF /build/time/clock_getres.o.dt -MT /build/time/clock_getres.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/sysv/linux/clock_getres.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/time/clock_getres.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/clock_gettime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/clock_gettime.o -MD -MP -MF /build/time/clock_gettime.o.dt -MT /build/time/clock_gettime.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/sysv/linux/clock_gettime.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/time/clock_gettime.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/clock_settime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/clock_settime.o -MD -MP -MF /build/time/clock_settime.o.dt -MT /build/time/clock_settime.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/clock_settime.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/time/clock_settime.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/clock_nanosleep.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/clock_nanosleep.o -MD -MP -MF /build/time/clock_nanosleep.o.dt -MT /build/time/clock_nanosleep.o In file included from ../time/time.h:25, from ../include/time.h:2, from ../sysdeps/unix/sysv/linux/clock_nanosleep.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/time/clock_nanosleep.o] Error 1 gcc -m32 era.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/era.o -MD -MP -MF /build/time/era.o.dt -MT /build/time/era.o In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from ../locale/localeinfo.h:23, from era.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/time/era.o] Error 1 gcc -m32 alt_digit.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/alt_digit.o -MD -MP -MF /build/time/alt_digit.o.dt -MT /build/time/alt_digit.o In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from ../locale/localeinfo.h:23, from alt_digit.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/time/alt_digit.o] Error 1 gcc -m32 lc-time-cleanup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/lc-time-cleanup.o -MD -MP -MF /build/time/lc-time-cleanup.o.dt -MT /build/time/lc-time-cleanup.o In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from ../locale/localeinfo.h:23, from lc-time-cleanup.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/time/lc-time-cleanup.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/ntp_gettime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/ntp_gettime.o -MD -MP -MF /build/time/ntp_gettime.o.dt -MT /build/time/ntp_gettime.o In file included from ../time/time.h:25, from ../include/time.h:2, from ../sysdeps/unix/sysv/linux/ntp_gettime.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/time/ntp_gettime.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/ntp_gettimex.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/time/ntp_gettimex.o -MD -MP -MF /build/time/ntp_gettimex.o.dt -MT /build/time/ntp_gettimex.o In file included from ../time/time.h:25, from ../include/time.h:2, from ../sysdeps/unix/sysv/linux/ntp_gettimex.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/time/ntp_gettimex.o] Error 1 gcc -m32 offtime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/time/offtime.os -MD -MP -MF /build/time/offtime.os.dt -MT /build/time/offtime.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from offtime.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/time/offtime.os] Error 1 gcc -m32 asctime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/time/asctime.os -MD -MP -MF /build/time/asctime.os.dt -MT /build/time/asctime.os In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from ../locale/localeinfo.h:23, from asctime.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/time/asctime.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/clock.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/time/clock.os -MD -MP -MF /build/time/clock.os.dt -MT /build/time/clock.os In file included from ../posix/sys/times.h:25, from ../include/sys/times.h:2, from ../sysdeps/unix/sysv/linux/clock.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/time/clock.os] Error 1 gcc -m32 ctime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/time/ctime.os -MD -MP -MF /build/time/ctime.os.dt -MT /build/time/ctime.os In file included from ../time/time.h:25, from ../include/time.h:2, from ctime.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/time/ctime.os] Error 1 gcc -m32 ctime_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/time/ctime_r.os -MD -MP -MF /build/time/ctime_r.os.dt -MT /build/time/ctime_r.os In file included from ../time/time.h:25, from ../include/time.h:2, from ctime_r.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/time/ctime_r.os] Error 1 gcc -m32 difftime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/time/difftime.os -MD -MP -MF /build/time/difftime.os.dt -MT /build/time/difftime.os In file included from ../time/time.h:25, from ../include/time.h:2, from difftime.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/time/difftime.os] Error 1 gcc -m32 gmtime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/time/gmtime.os -MD -MP -MF /build/time/gmtime.os.dt -MT /build/time/gmtime.os In file included from ../time/time.h:25, from ../include/time.h:2, from gmtime.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/time/gmtime.os] Error 1 gcc -m32 localtime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/time/localtime.os -MD -MP -MF /build/time/localtime.os.dt -MT /build/time/localtime.os In file included from ../time/time.h:25, from ../include/time.h:2, from localtime.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/time/localtime.os] Error 1 gcc -m32 mktime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/time/mktime.os -MD -MP -MF /build/time/mktime.os.dt -MT /build/time/mktime.os In file included from ../time/time.h:25, from ../include/time.h:2, from mktime.c:44: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/time/mktime.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/x86/time.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/time/time.os -MD -MP -MF /build/time/time.os.dt -MT /build/time/time.os In file included from ../time/time.h:25, from ../include/time.h:2, from ../sysdeps/unix/sysv/linux/time.c:50, from ../sysdeps/unix/sysv/linux/x86/time.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:127: /build/time/time.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/x86/gettimeofday.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/time/gettimeofday.os -MD -MP -MF /build/time/gettimeofday.os.dt -MT /build/time/gettimeofday.os In file included from ../time/time.h:25, from ../include/time.h:2, from ../sysdeps/unix/sysv/linux/gettimeofday.c:19, from ../sysdeps/unix/sysv/linux/x86/gettimeofday.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:127: /build/time/gettimeofday.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/settimeofday.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/time/settimeofday.os -MD -MP -MF /build/time/settimeofday.os.dt -MT /build/time/settimeofday.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/settimeofday.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/time/settimeofday.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/settimezone.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/time/settimezone.os -MD -MP -MF /build/time/settimezone.os.dt -MT /build/time/settimezone.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/settimezone.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/time/settimezone.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/adjtime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/time/adjtime.os -MD -MP -MF /build/time/adjtime.os.dt -MT /build/time/adjtime.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/adjtime.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/time/adjtime.os] Error 1 gcc -m32 tzset.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -DTZDIR='"/usr/share/zoneinfo"' -DTZDEFAULT='"/etc/localtime"' -DTZDEFRULES='"posixrules"' -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/time/tzset.os -MD -MP -MF /build/time/tzset.os.dt -MT /build/time/tzset.os In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from tzset.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/time/tzset.os] Error 1 gcc -m32 tzfile.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -DTZDIR='"/usr/share/zoneinfo"' -DTZDEFAULT='"/etc/localtime"' -DTZDEFRULES='"posixrules"' -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/time/tzfile.os -MD -MP -MF /build/time/tzfile.os.dt -MT /build/time/tzfile.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from tzfile.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/time/tzfile.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/getitimer.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/time/getitimer.os -MD -MP -MF /build/time/getitimer.os.dt -MT /build/time/getitimer.os In file included from ../time/time.h:25, from ../include/time.h:2, from ../sysdeps/unix/sysv/linux/getitimer.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/time/getitimer.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/setitimer.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/time/setitimer.os -MD -MP -MF /build/time/setitimer.os.dt -MT /build/time/setitimer.os In file included from ../time/time.h:25, from ../include/time.h:2, from ../sysdeps/unix/sysv/linux/setitimer.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/time/setitimer.os] Error 1 gcc -m32 stime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/time/stime.os -MD -MP -MF /build/time/stime.os.dt -MT /build/time/stime.os In file included from ../time/time.h:25, from ../include/time.h:2, from stime.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/time/stime.os] Error 1 gcc -m32 dysize.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/time/dysize.os -MD -MP -MF /build/time/dysize.os.dt -MT /build/time/dysize.os In file included from ../time/time.h:25, from ../include/time.h:2, from dysize.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/time/dysize.os] Error 1 gcc -m32 timegm.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/time/timegm.os -MD -MP -MF /build/time/timegm.os.dt -MT /build/time/timegm.os In file included from ../time/time.h:25, from ../include/time.h:2, from timegm.c:24: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/time/timegm.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/ftime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/time/ftime.os -MD -MP -MF /build/time/ftime.os.dt -MT /build/time/ftime.os In file included from ../sysdeps/unix/sysv/linux/ftime.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/time/ftime.os] Error 1 gcc -m32 getdate.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/time/getdate.os -MD -MP -MF /build/time/getdate.os.dt -MT /build/time/getdate.os In file included from ../bits/libc-header-start.h:33, from ../include/limits.h:26, from getdate.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/time/getdate.os] Error 1 gcc -m32 strptime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/time/strptime.os -MD -MP -MF /build/time/strptime.os.dt -MT /build/time/strptime.os In file included from ../time/time.h:25, from ../include/time.h:2, from strptime.c:25: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/time/strptime.os] Error 1 gcc -m32 strptime_l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/time/strptime_l.os -MD -MP -MF /build/time/strptime_l.os.dt -MT /build/time/strptime_l.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from strptime_l.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/time/strptime_l.os] Error 1 gcc -m32 strftime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/time/strftime.os -MD -MP -MF /build/time/strftime.os.dt -MT /build/time/strftime.os In file included from ../time/time.h:25, from ../include/time.h:2, from strftime.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/time/strftime.os] Error 1 gcc -m32 wcsftime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/time/wcsftime.os -MD -MP -MF /build/time/wcsftime.os.dt -MT /build/time/wcsftime.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcsftime.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/time/wcsftime.os] Error 1 gcc -m32 strftime_l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/time/strftime_l.os -MD -MP -MF /build/time/strftime_l.os.dt -MT /build/time/strftime_l.os In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from ../locale/localeinfo.h:23, from strftime_l.c:35: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/time/strftime_l.os] Error 1 gcc -m32 wcsftime_l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/time/wcsftime_l.os -MD -MP -MF /build/time/wcsftime_l.os.dt -MT /build/time/wcsftime_l.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcsftime_l.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/time/wcsftime_l.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/timespec_get.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/time/timespec_get.os -MD -MP -MF /build/time/timespec_get.os.dt -MT /build/time/timespec_get.os In file included from ../time/time.h:25, from ../include/time.h:2, from ../sysdeps/unix/sysv/linux/timespec_get.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/time/timespec_get.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/timespec_getres.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/time/timespec_getres.os -MD -MP -MF /build/time/timespec_getres.os.dt -MT /build/time/timespec_getres.os In file included from ../time/time.h:25, from ../include/time.h:2, from ../sysdeps/unix/sysv/linux/timespec_getres.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/time/timespec_getres.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/clock_getcpuclockid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/time/clock_getcpuclockid.os -MD -MP -MF /build/time/clock_getcpuclockid.os.dt -MT /build/time/clock_getcpuclockid.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/clock_getcpuclockid.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/time/clock_getcpuclockid.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/clock_getres.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/time/clock_getres.os -MD -MP -MF /build/time/clock_getres.os.dt -MT /build/time/clock_getres.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/sysv/linux/clock_getres.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/time/clock_getres.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/clock_gettime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/time/clock_gettime.os -MD -MP -MF /build/time/clock_gettime.os.dt -MT /build/time/clock_gettime.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/sysv/linux/clock_gettime.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/time/clock_gettime.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/clock_settime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/time/clock_settime.os -MD -MP -MF /build/time/clock_settime.os.dt -MT /build/time/clock_settime.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/clock_settime.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/time/clock_settime.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/clock_nanosleep.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/time/clock_nanosleep.os -MD -MP -MF /build/time/clock_nanosleep.os.dt -MT /build/time/clock_nanosleep.os In file included from ../time/time.h:25, from ../include/time.h:2, from ../sysdeps/unix/sysv/linux/clock_nanosleep.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/time/clock_nanosleep.os] Error 1 gcc -m32 era.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/time/era.os -MD -MP -MF /build/time/era.os.dt -MT /build/time/era.os In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from ../locale/localeinfo.h:23, from era.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/time/era.os] Error 1 gcc -m32 alt_digit.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/time/alt_digit.os -MD -MP -MF /build/time/alt_digit.os.dt -MT /build/time/alt_digit.os In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from ../locale/localeinfo.h:23, from alt_digit.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/time/alt_digit.os] Error 1 gcc -m32 lc-time-cleanup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/time/lc-time-cleanup.os -MD -MP -MF /build/time/lc-time-cleanup.os.dt -MT /build/time/lc-time-cleanup.os In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from ../locale/localeinfo.h:23, from lc-time-cleanup.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/time/lc-time-cleanup.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/ntp_gettime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/time/ntp_gettime.os -MD -MP -MF /build/time/ntp_gettime.os.dt -MT /build/time/ntp_gettime.os In file included from ../time/time.h:25, from ../include/time.h:2, from ../sysdeps/unix/sysv/linux/ntp_gettime.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/time/ntp_gettime.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/ntp_gettimex.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/time -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/time/ntp_gettimex.os -MD -MP -MF /build/time/ntp_gettimex.os.dt -MT /build/time/ntp_gettimex.os In file included from ../time/time.h:25, from ../include/time.h:2, from ../sysdeps/unix/sysv/linux/ntp_gettimex.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/time/ntp_gettimex.os] Error 1 make[2]: Target 'subdir_lib' not remade because of errors. make[2]: Leaving directory '/glibc/time' make[1]: *** [Makefile:484: time/subdir_lib] Error 2 make subdir=dirent -C dirent ..=../ subdir_lib make[2]: Entering directory '/glibc/dirent' gcc -m32 ../sysdeps/unix/sysv/linux/opendir.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dirent/opendir.o -MD -MP -MF /build/dirent/opendir.o.dt -MT /build/dirent/opendir.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from ../sysdeps/unix/sysv/linux/opendir.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/dirent/opendir.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/closedir.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dirent/closedir.o -MD -MP -MF /build/dirent/closedir.o.dt -MT /build/dirent/closedir.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/closedir.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/dirent/closedir.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/readdir.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dirent/readdir.o -MD -MP -MF /build/dirent/readdir.o.dt -MT /build/dirent/readdir.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from ../sysdeps/unix/sysv/linux/readdir.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/dirent/readdir.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/readdir_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dirent/readdir_r.o -MD -MP -MF /build/dirent/readdir_r.o.dt -MT /build/dirent/readdir_r.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from ../sysdeps/unix/sysv/linux/readdir_r.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/dirent/readdir_r.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/rewinddir.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dirent/rewinddir.o -MD -MP -MF /build/dirent/rewinddir.o.dt -MT /build/dirent/rewinddir.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from ../sysdeps/unix/sysv/linux/rewinddir.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/dirent/rewinddir.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/seekdir.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dirent/seekdir.o -MD -MP -MF /build/dirent/seekdir.o.dt -MT /build/dirent/seekdir.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/seekdir.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/dirent/seekdir.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/telldir.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dirent/telldir.o -MD -MP -MF /build/dirent/telldir.o.dt -MT /build/dirent/telldir.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from ../sysdeps/unix/sysv/linux/telldir.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/dirent/telldir.o] Error 1 gcc -m32 scandir.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dirent/scandir.o -MD -MP -MF /build/dirent/scandir.o.dt -MT /build/dirent/scandir.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from scandir.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/dirent/scandir.o] Error 1 gcc -m32 alphasort.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dirent/alphasort.o -MD -MP -MF /build/dirent/alphasort.o.dt -MT /build/dirent/alphasort.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from alphasort.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/dirent/alphasort.o] Error 1 gcc -m32 versionsort.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dirent/versionsort.o -MD -MP -MF /build/dirent/versionsort.o.dt -MT /build/dirent/versionsort.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from versionsort.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/dirent/versionsort.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/getdents.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dirent/getdents.o -MD -MP -MF /build/dirent/getdents.o.dt -MT /build/dirent/getdents.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from ../sysdeps/unix/sysv/linux/getdents.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/dirent/getdents.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/getdents64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dirent/getdents64.o -MD -MP -MF /build/dirent/getdents64.o.dt -MT /build/dirent/getdents64.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from ../sysdeps/unix/sysv/linux/getdents64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/dirent/getdents64.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/dirfd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dirent/dirfd.o -MD -MP -MF /build/dirent/dirfd.o.dt -MT /build/dirent/dirfd.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from ../sysdeps/unix/sysv/linux/dirfd.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/dirent/dirfd.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/readdir64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dirent/readdir64.o -MD -MP -MF /build/dirent/readdir64.o.dt -MT /build/dirent/readdir64.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from ../sysdeps/unix/sysv/linux/readdir64.c:25: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/dirent/readdir64.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/readdir64_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dirent/readdir64_r.o -MD -MP -MF /build/dirent/readdir64_r.o.dt -MT /build/dirent/readdir64_r.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from ../sysdeps/unix/sysv/linux/readdir64_r.c:25: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/dirent/readdir64_r.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/scandir64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dirent/scandir64.o -MD -MP -MF /build/dirent/scandir64.o.dt -MT /build/dirent/scandir64.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from ../sysdeps/unix/sysv/linux/scandir64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/dirent/scandir64.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/alphasort64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dirent/alphasort64.o -MD -MP -MF /build/dirent/alphasort64.o.dt -MT /build/dirent/alphasort64.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from ../sysdeps/unix/sysv/linux/alphasort64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/dirent/alphasort64.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/versionsort64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dirent/versionsort64.o -MD -MP -MF /build/dirent/versionsort64.o.dt -MT /build/dirent/versionsort64.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from ../sysdeps/unix/sysv/linux/versionsort64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/dirent/versionsort64.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fdopendir.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dirent/fdopendir.o -MD -MP -MF /build/dirent/fdopendir.o.dt -MT /build/dirent/fdopendir.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from ../sysdeps/unix/sysv/linux/fdopendir.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/dirent/fdopendir.o] Error 1 gcc -m32 scandirat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dirent/scandirat.o -MD -MP -MF /build/dirent/scandirat.o.dt -MT /build/dirent/scandirat.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from scandirat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/dirent/scandirat.o] Error 1 gcc -m32 scandirat64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dirent/scandirat64.o -MD -MP -MF /build/dirent/scandirat64.o.dt -MT /build/dirent/scandirat64.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from scandirat64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/dirent/scandirat64.o] Error 1 gcc -m32 scandir-cancel.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dirent/scandir-cancel.o -MD -MP -MF /build/dirent/scandir-cancel.o.dt -MT /build/dirent/scandir-cancel.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from scandir-cancel.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/dirent/scandir-cancel.o] Error 1 gcc -m32 scandir-tail.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dirent/scandir-tail.o -MD -MP -MF /build/dirent/scandir-tail.o.dt -MT /build/dirent/scandir-tail.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from scandir-tail.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/dirent/scandir-tail.o] Error 1 gcc -m32 scandir64-tail.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dirent/scandir64-tail.o -MD -MP -MF /build/dirent/scandir64-tail.o.dt -MT /build/dirent/scandir64-tail.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from scandir64-tail.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/dirent/scandir64-tail.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/getdirentries.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dirent/getdirentries.o -MD -MP -MF /build/dirent/getdirentries.o.dt -MT /build/dirent/getdirentries.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from ../sysdeps/unix/sysv/linux/getdirentries.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/dirent/getdirentries.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/getdirentries64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/dirent/getdirentries64.o -MD -MP -MF /build/dirent/getdirentries64.o.dt -MT /build/dirent/getdirentries64.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from ../sysdeps/unix/sysv/linux/getdirentries64.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/dirent/getdirentries64.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/opendir.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dirent/opendir.os -MD -MP -MF /build/dirent/opendir.os.dt -MT /build/dirent/opendir.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from ../sysdeps/unix/sysv/linux/opendir.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/dirent/opendir.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/closedir.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dirent/closedir.os -MD -MP -MF /build/dirent/closedir.os.dt -MT /build/dirent/closedir.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/closedir.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/dirent/closedir.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/readdir.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dirent/readdir.os -MD -MP -MF /build/dirent/readdir.os.dt -MT /build/dirent/readdir.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from ../sysdeps/unix/sysv/linux/readdir.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/dirent/readdir.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/readdir_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dirent/readdir_r.os -MD -MP -MF /build/dirent/readdir_r.os.dt -MT /build/dirent/readdir_r.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from ../sysdeps/unix/sysv/linux/readdir_r.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/dirent/readdir_r.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/rewinddir.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dirent/rewinddir.os -MD -MP -MF /build/dirent/rewinddir.os.dt -MT /build/dirent/rewinddir.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from ../sysdeps/unix/sysv/linux/rewinddir.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/dirent/rewinddir.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/seekdir.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dirent/seekdir.os -MD -MP -MF /build/dirent/seekdir.os.dt -MT /build/dirent/seekdir.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/seekdir.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/dirent/seekdir.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/telldir.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dirent/telldir.os -MD -MP -MF /build/dirent/telldir.os.dt -MT /build/dirent/telldir.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from ../sysdeps/unix/sysv/linux/telldir.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/dirent/telldir.os] Error 1 gcc -m32 scandir.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dirent/scandir.os -MD -MP -MF /build/dirent/scandir.os.dt -MT /build/dirent/scandir.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from scandir.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/dirent/scandir.os] Error 1 gcc -m32 alphasort.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dirent/alphasort.os -MD -MP -MF /build/dirent/alphasort.os.dt -MT /build/dirent/alphasort.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from alphasort.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/dirent/alphasort.os] Error 1 gcc -m32 versionsort.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dirent/versionsort.os -MD -MP -MF /build/dirent/versionsort.os.dt -MT /build/dirent/versionsort.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from versionsort.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/dirent/versionsort.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/getdents.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dirent/getdents.os -MD -MP -MF /build/dirent/getdents.os.dt -MT /build/dirent/getdents.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from ../sysdeps/unix/sysv/linux/getdents.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/dirent/getdents.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/getdents64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dirent/getdents64.os -MD -MP -MF /build/dirent/getdents64.os.dt -MT /build/dirent/getdents64.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from ../sysdeps/unix/sysv/linux/getdents64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/dirent/getdents64.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/dirfd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dirent/dirfd.os -MD -MP -MF /build/dirent/dirfd.os.dt -MT /build/dirent/dirfd.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from ../sysdeps/unix/sysv/linux/dirfd.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/dirent/dirfd.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/readdir64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dirent/readdir64.os -MD -MP -MF /build/dirent/readdir64.os.dt -MT /build/dirent/readdir64.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from ../sysdeps/unix/sysv/linux/readdir64.c:25: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/dirent/readdir64.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/readdir64_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dirent/readdir64_r.os -MD -MP -MF /build/dirent/readdir64_r.os.dt -MT /build/dirent/readdir64_r.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from ../sysdeps/unix/sysv/linux/readdir64_r.c:25: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/dirent/readdir64_r.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/scandir64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dirent/scandir64.os -MD -MP -MF /build/dirent/scandir64.os.dt -MT /build/dirent/scandir64.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from ../sysdeps/unix/sysv/linux/scandir64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/dirent/scandir64.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/alphasort64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dirent/alphasort64.os -MD -MP -MF /build/dirent/alphasort64.os.dt -MT /build/dirent/alphasort64.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from ../sysdeps/unix/sysv/linux/alphasort64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/dirent/alphasort64.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/versionsort64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dirent/versionsort64.os -MD -MP -MF /build/dirent/versionsort64.os.dt -MT /build/dirent/versionsort64.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from ../sysdeps/unix/sysv/linux/versionsort64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/dirent/versionsort64.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fdopendir.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dirent/fdopendir.os -MD -MP -MF /build/dirent/fdopendir.os.dt -MT /build/dirent/fdopendir.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from ../sysdeps/unix/sysv/linux/fdopendir.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/dirent/fdopendir.os] Error 1 gcc -m32 scandirat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dirent/scandirat.os -MD -MP -MF /build/dirent/scandirat.os.dt -MT /build/dirent/scandirat.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from scandirat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/dirent/scandirat.os] Error 1 gcc -m32 scandirat64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dirent/scandirat64.os -MD -MP -MF /build/dirent/scandirat64.os.dt -MT /build/dirent/scandirat64.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from scandirat64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/dirent/scandirat64.os] Error 1 gcc -m32 scandir-cancel.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dirent/scandir-cancel.os -MD -MP -MF /build/dirent/scandir-cancel.os.dt -MT /build/dirent/scandir-cancel.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from scandir-cancel.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/dirent/scandir-cancel.os] Error 1 gcc -m32 scandir-tail.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dirent/scandir-tail.os -MD -MP -MF /build/dirent/scandir-tail.os.dt -MT /build/dirent/scandir-tail.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from scandir-tail.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/dirent/scandir-tail.os] Error 1 gcc -m32 scandir64-tail.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dirent/scandir64-tail.os -MD -MP -MF /build/dirent/scandir64-tail.os.dt -MT /build/dirent/scandir64-tail.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from scandir64-tail.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/dirent/scandir64-tail.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/getdirentries.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dirent/getdirentries.os -MD -MP -MF /build/dirent/getdirentries.os.dt -MT /build/dirent/getdirentries.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from ../sysdeps/unix/sysv/linux/getdirentries.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/dirent/getdirentries.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/getdirentries64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/dirent -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dirent/getdirentries64.os -MD -MP -MF /build/dirent/getdirentries64.os.dt -MT /build/dirent/getdirentries64.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from ../sysdeps/unix/sysv/linux/getdirentries64.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/dirent/getdirentries64.os] Error 1 make[2]: Target 'subdir_lib' not remade because of errors. make[2]: Leaving directory '/glibc/dirent' make[1]: *** [Makefile:484: dirent/subdir_lib] Error 2 make subdir=grp -C grp ..=../ subdir_lib make[2]: Entering directory '/glibc/grp' gcc -m32 fgetgrent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/grp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/grp/fgetgrent.o -MD -MP -MF /build/grp/fgetgrent.o.dt -MT /build/grp/fgetgrent.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from fgetgrent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/grp/fgetgrent.o] Error 1 gcc -m32 initgroups.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/grp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/grp/initgroups.o -MD -MP -MF /build/grp/initgroups.o.dt -MT /build/grp/initgroups.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from initgroups.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/grp/initgroups.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/setgroups.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/grp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/grp/setgroups.o -MD -MP -MF /build/grp/setgroups.o.dt -MT /build/grp/setgroups.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/setgroups.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/grp/setgroups.o] Error 1 gcc -m32 getgrent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/grp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/grp/getgrent.o -MD -MP -MF /build/grp/getgrent.o.dt -MT /build/grp/getgrent.o In file included from ../grp/grp.h:25, from ../include/grp.h:2, from getgrent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/grp/getgrent.o] Error 1 gcc -m32 getgrgid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/grp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/grp/getgrgid.o -MD -MP -MF /build/grp/getgrgid.o.dt -MT /build/grp/getgrgid.o In file included from ../grp/grp.h:25, from ../include/grp.h:2, from getgrgid.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/grp/getgrgid.o] Error 1 gcc -m32 getgrnam.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/grp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/grp/getgrnam.o -MD -MP -MF /build/grp/getgrnam.o.dt -MT /build/grp/getgrnam.o In file included from ../grp/grp.h:25, from ../include/grp.h:2, from getgrnam.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/grp/getgrnam.o] Error 1 gcc -m32 putgrent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -D_IO_MTSAFE_IO -ftls-model=initial-exec -I../include -I/build/grp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/grp/putgrent.o -MD -MP -MF /build/grp/putgrent.o.dt -MT /build/grp/putgrent.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from putgrent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/grp/putgrent.o] Error 1 gcc -m32 getgrent_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/grp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/grp/getgrent_r.o -MD -MP -MF /build/grp/getgrent_r.o.dt -MT /build/grp/getgrent_r.o In file included from ../grp/grp.h:25, from ../include/grp.h:2, from getgrent_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/grp/getgrent_r.o] Error 1 gcc -m32 getgrgid_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/grp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/grp/getgrgid_r.o -MD -MP -MF /build/grp/getgrgid_r.o.dt -MT /build/grp/getgrgid_r.o In file included from ../grp/grp.h:25, from ../include/grp.h:2, from getgrgid_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/grp/getgrgid_r.o] Error 1 gcc -m32 getgrnam_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/grp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/grp/getgrnam_r.o -MD -MP -MF /build/grp/getgrnam_r.o.dt -MT /build/grp/getgrnam_r.o In file included from ../grp/grp.h:25, from ../include/grp.h:2, from getgrnam_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/grp/getgrnam_r.o] Error 1 gcc -m32 fgetgrent_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -D_IO_MTSAFE_IO -ftls-model=initial-exec -I../include -I/build/grp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/grp/fgetgrent_r.o -MD -MP -MF /build/grp/fgetgrent_r.o.dt -MT /build/grp/fgetgrent_r.o In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from fgetgrent_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/grp/fgetgrent_r.o] Error 1 gcc -m32 grp-merge.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/grp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/grp/grp-merge.o -MD -MP -MF /build/grp/grp-merge.o.dt -MT /build/grp/grp-merge.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from grp-merge.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/grp/grp-merge.o] Error 1 gcc -m32 fgetgrent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/grp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/grp/fgetgrent.os -MD -MP -MF /build/grp/fgetgrent.os.dt -MT /build/grp/fgetgrent.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from fgetgrent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/grp/fgetgrent.os] Error 1 gcc -m32 initgroups.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/grp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/grp/initgroups.os -MD -MP -MF /build/grp/initgroups.os.dt -MT /build/grp/initgroups.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from initgroups.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/grp/initgroups.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/setgroups.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/grp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/grp/setgroups.os -MD -MP -MF /build/grp/setgroups.os.dt -MT /build/grp/setgroups.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/setgroups.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/grp/setgroups.os] Error 1 gcc -m32 getgrent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/grp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/grp/getgrent.os -MD -MP -MF /build/grp/getgrent.os.dt -MT /build/grp/getgrent.os In file included from ../grp/grp.h:25, from ../include/grp.h:2, from getgrent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/grp/getgrent.os] Error 1 gcc -m32 getgrgid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/grp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/grp/getgrgid.os -MD -MP -MF /build/grp/getgrgid.os.dt -MT /build/grp/getgrgid.os In file included from ../grp/grp.h:25, from ../include/grp.h:2, from getgrgid.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/grp/getgrgid.os] Error 1 gcc -m32 getgrnam.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/grp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/grp/getgrnam.os -MD -MP -MF /build/grp/getgrnam.os.dt -MT /build/grp/getgrnam.os In file included from ../grp/grp.h:25, from ../include/grp.h:2, from getgrnam.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/grp/getgrnam.os] Error 1 gcc -m32 putgrent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -D_IO_MTSAFE_IO -ftls-model=initial-exec -I../include -I/build/grp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/grp/putgrent.os -MD -MP -MF /build/grp/putgrent.os.dt -MT /build/grp/putgrent.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from putgrent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/grp/putgrent.os] Error 1 gcc -m32 getgrent_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/grp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/grp/getgrent_r.os -MD -MP -MF /build/grp/getgrent_r.os.dt -MT /build/grp/getgrent_r.os In file included from ../grp/grp.h:25, from ../include/grp.h:2, from getgrent_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/grp/getgrent_r.os] Error 1 gcc -m32 getgrgid_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/grp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/grp/getgrgid_r.os -MD -MP -MF /build/grp/getgrgid_r.os.dt -MT /build/grp/getgrgid_r.os In file included from ../grp/grp.h:25, from ../include/grp.h:2, from getgrgid_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/grp/getgrgid_r.os] Error 1 gcc -m32 getgrnam_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/grp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/grp/getgrnam_r.os -MD -MP -MF /build/grp/getgrnam_r.os.dt -MT /build/grp/getgrnam_r.os In file included from ../grp/grp.h:25, from ../include/grp.h:2, from getgrnam_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/grp/getgrnam_r.os] Error 1 gcc -m32 fgetgrent_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -D_IO_MTSAFE_IO -ftls-model=initial-exec -I../include -I/build/grp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/grp/fgetgrent_r.os -MD -MP -MF /build/grp/fgetgrent_r.os.dt -MT /build/grp/fgetgrent_r.os In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from fgetgrent_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/grp/fgetgrent_r.os] Error 1 gcc -m32 grp-merge.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/grp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/grp/grp-merge.os -MD -MP -MF /build/grp/grp-merge.os.dt -MT /build/grp/grp-merge.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from grp-merge.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/grp/grp-merge.os] Error 1 make[2]: Target 'subdir_lib' not remade because of errors. make[2]: Leaving directory '/glibc/grp' make[1]: *** [Makefile:484: grp/subdir_lib] Error 2 make subdir=pwd -C pwd ..=../ subdir_lib make[2]: Entering directory '/glibc/pwd' gcc -m32 fgetpwent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/pwd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/pwd/fgetpwent.o -MD -MP -MF /build/pwd/fgetpwent.o.dt -MT /build/pwd/fgetpwent.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from fgetpwent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/pwd/fgetpwent.o] Error 1 gcc -m32 getpw.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/pwd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/pwd/getpw.o -MD -MP -MF /build/pwd/getpw.o.dt -MT /build/pwd/getpw.o In file included from ../stdlib/alloca.h:21, from ../include/alloca.h:3, from getpw.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/pwd/getpw.o] Error 1 gcc -m32 putpwent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/pwd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/pwd/putpwent.o -MD -MP -MF /build/pwd/putpwent.o.dt -MT /build/pwd/putpwent.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from putpwent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/pwd/putpwent.o] Error 1 gcc -m32 getpwent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/pwd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/pwd/getpwent.o -MD -MP -MF /build/pwd/getpwent.o.dt -MT /build/pwd/getpwent.o In file included from ../pwd/pwd.h:25, from ../include/pwd.h:2, from getpwent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/pwd/getpwent.o] Error 1 gcc -m32 getpwnam.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/pwd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/pwd/getpwnam.o -MD -MP -MF /build/pwd/getpwnam.o.dt -MT /build/pwd/getpwnam.o In file included from ../pwd/pwd.h:25, from ../include/pwd.h:2, from getpwnam.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/pwd/getpwnam.o] Error 1 gcc -m32 getpwuid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/pwd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/pwd/getpwuid.o -MD -MP -MF /build/pwd/getpwuid.o.dt -MT /build/pwd/getpwuid.o In file included from ../pwd/pwd.h:25, from ../include/pwd.h:2, from getpwuid.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/pwd/getpwuid.o] Error 1 gcc -m32 getpwent_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/pwd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/pwd/getpwent_r.o -MD -MP -MF /build/pwd/getpwent_r.o.dt -MT /build/pwd/getpwent_r.o In file included from ../pwd/pwd.h:25, from ../include/pwd.h:2, from getpwent_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/pwd/getpwent_r.o] Error 1 gcc -m32 getpwnam_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/pwd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/pwd/getpwnam_r.o -MD -MP -MF /build/pwd/getpwnam_r.o.dt -MT /build/pwd/getpwnam_r.o In file included from ../pwd/pwd.h:25, from ../include/pwd.h:2, from getpwnam_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/pwd/getpwnam_r.o] Error 1 gcc -m32 getpwuid_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/pwd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/pwd/getpwuid_r.o -MD -MP -MF /build/pwd/getpwuid_r.o.dt -MT /build/pwd/getpwuid_r.o In file included from ../pwd/pwd.h:25, from ../include/pwd.h:2, from getpwuid_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/pwd/getpwuid_r.o] Error 1 gcc -m32 fgetpwent_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_IO_MTSAFE_IO -ftls-model=initial-exec -I../include -I/build/pwd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/pwd/fgetpwent_r.o -MD -MP -MF /build/pwd/fgetpwent_r.o.dt -MT /build/pwd/fgetpwent_r.o In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from fgetpwent_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/pwd/fgetpwent_r.o] Error 1 gcc -m32 fgetpwent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/pwd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/pwd/fgetpwent.os -MD -MP -MF /build/pwd/fgetpwent.os.dt -MT /build/pwd/fgetpwent.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from fgetpwent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/pwd/fgetpwent.os] Error 1 gcc -m32 getpw.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/pwd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/pwd/getpw.os -MD -MP -MF /build/pwd/getpw.os.dt -MT /build/pwd/getpw.os In file included from ../stdlib/alloca.h:21, from ../include/alloca.h:3, from getpw.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/pwd/getpw.os] Error 1 gcc -m32 putpwent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/pwd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/pwd/putpwent.os -MD -MP -MF /build/pwd/putpwent.os.dt -MT /build/pwd/putpwent.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from putpwent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/pwd/putpwent.os] Error 1 gcc -m32 getpwent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/pwd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/pwd/getpwent.os -MD -MP -MF /build/pwd/getpwent.os.dt -MT /build/pwd/getpwent.os In file included from ../pwd/pwd.h:25, from ../include/pwd.h:2, from getpwent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/pwd/getpwent.os] Error 1 gcc -m32 getpwnam.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/pwd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/pwd/getpwnam.os -MD -MP -MF /build/pwd/getpwnam.os.dt -MT /build/pwd/getpwnam.os In file included from ../pwd/pwd.h:25, from ../include/pwd.h:2, from getpwnam.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/pwd/getpwnam.os] Error 1 gcc -m32 getpwuid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/pwd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/pwd/getpwuid.os -MD -MP -MF /build/pwd/getpwuid.os.dt -MT /build/pwd/getpwuid.os In file included from ../pwd/pwd.h:25, from ../include/pwd.h:2, from getpwuid.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/pwd/getpwuid.os] Error 1 gcc -m32 getpwent_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/pwd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/pwd/getpwent_r.os -MD -MP -MF /build/pwd/getpwent_r.os.dt -MT /build/pwd/getpwent_r.os In file included from ../pwd/pwd.h:25, from ../include/pwd.h:2, from getpwent_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/pwd/getpwent_r.os] Error 1 gcc -m32 getpwnam_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/pwd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/pwd/getpwnam_r.os -MD -MP -MF /build/pwd/getpwnam_r.os.dt -MT /build/pwd/getpwnam_r.os In file included from ../pwd/pwd.h:25, from ../include/pwd.h:2, from getpwnam_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/pwd/getpwnam_r.os] Error 1 gcc -m32 getpwuid_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/pwd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/pwd/getpwuid_r.os -MD -MP -MF /build/pwd/getpwuid_r.os.dt -MT /build/pwd/getpwuid_r.os In file included from ../pwd/pwd.h:25, from ../include/pwd.h:2, from getpwuid_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/pwd/getpwuid_r.os] Error 1 gcc -m32 fgetpwent_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -D_IO_MTSAFE_IO -ftls-model=initial-exec -I../include -I/build/pwd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/pwd/fgetpwent_r.os -MD -MP -MF /build/pwd/fgetpwent_r.os.dt -MT /build/pwd/fgetpwent_r.os In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from fgetpwent_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/pwd/fgetpwent_r.os] Error 1 make[2]: Target 'subdir_lib' not remade because of errors. make[2]: Leaving directory '/glibc/pwd' make[1]: *** [Makefile:484: pwd/subdir_lib] Error 2 make subdir=posix -C posix ..=../ subdir_lib make[2]: Entering directory '/glibc/posix' gcc -m32 ../sysdeps/nptl/_Fork.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/_Fork.o -MD -MP -MF /build/posix/_Fork.o.dt -MT /build/posix/_Fork.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/sysv/linux/arch-fork.h:22, from ../sysdeps/nptl/_Fork.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:247: /build/posix/_Fork.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/_exit.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/_exit.o -MD -MP -MF /build/posix/_exit.o.dt -MT /build/posix/_exit.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/_exit.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/posix/_exit.o] Error 1 (echo '#define SYSCALL_NAME alarm'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL alarm'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/alarm.o -x assembler-with-cpp - -MD -MP -MF /build/posix/alarm.o.dt -MT /build/posix/alarm.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:338: /build/posix/alarm.o] Error 1 gcc -m32 bsd-getpgrp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/bsd-getpgrp.o -MD -MP -MF /build/posix/bsd-getpgrp.o.dt -MT /build/posix/bsd-getpgrp.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from bsd-getpgrp.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/bsd-getpgrp.o] Error 1 gcc -m32 confstr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -DLIBPTHREAD_VERSION='"NPTL 2.37.9000"' -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/confstr.o -MD -MP -MF /build/posix/confstr.o.dt -MT /build/posix/confstr.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from confstr.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/confstr.o] Error 1 gcc -m32 execl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/execl.o -MD -MP -MF /build/posix/execl.o.dt -MT /build/posix/execl.o In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from execl.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/execl.o] Error 1 gcc -m32 execle.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/execle.o -MD -MP -MF /build/posix/execle.o.dt -MT /build/posix/execle.o In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from execle.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/execle.o] Error 1 gcc -m32 execlp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/execlp.o -MD -MP -MF /build/posix/execlp.o.dt -MT /build/posix/execlp.o In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from execlp.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/execlp.o] Error 1 gcc -m32 execv.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/execv.o -MD -MP -MF /build/posix/execv.o.dt -MT /build/posix/execv.o In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from execv.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/execv.o] Error 1 (echo '#define SYSCALL_NAME execve'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __execve'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__execve, execve)'; \ echo 'hidden_weak (execve)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/execve.o -x assembler-with-cpp - -MD -MP -MF /build/posix/execve.o.dt -MT /build/posix/execve.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:513: /build/posix/execve.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/execveat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/execveat.o -MD -MP -MF /build/posix/execveat.o.dt -MT /build/posix/execveat.o In file included from ../bits/libc-header-start.h:33, from ../include/limits.h:26, from ../include/intprops.h:22, from ../sysdeps/generic/fd_to_filename.h:23, from ../sysdeps/unix/sysv/linux/execveat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/posix/execveat.o] Error 1 gcc -m32 execvp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/execvp.o -MD -MP -MF /build/posix/execvp.o.dt -MT /build/posix/execvp.o In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from execvp.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/execvp.o] Error 1 gcc -m32 execvpe.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/execvpe.o -MD -MP -MF /build/posix/execvpe.o.dt -MT /build/posix/execvpe.o In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from execvpe.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/execvpe.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fexecve.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/fexecve.o -MD -MP -MF /build/posix/fexecve.o.dt -MT /build/posix/fexecve.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/fexecve.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/posix/fexecve.o] Error 1 gcc -m32 fnmatch.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/fnmatch.o -MD -MP -MF /build/posix/fnmatch.o.dt -MT /build/posix/fnmatch.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from fnmatch.c:29: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/fnmatch.o] Error 1 gcc -m32 fork.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_IO_MTSAFE_IO -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/fork.o -MD -MP -MF /build/posix/fork.o.dt -MT /build/posix/fork.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from ../sysdeps/nptl/fork.h:22, from fork.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/fork.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fpathconf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/fpathconf.o -MD -MP -MF /build/posix/fpathconf.o.dt -MT /build/posix/fpathconf.o In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/fpathconf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/posix/fpathconf.o] Error 1 gcc -m32 ../sysdeps/posix/gai_strerror.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/gai_strerror.o -MD -MP -MF /build/posix/gai_strerror.o.dt -MT /build/posix/gai_strerror.o In file included from ../intl/libintl.h:23, from ../include/libintl.h:2, from ../sysdeps/posix/gai_strerror.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:485: /build/posix/gai_strerror.o] Error 1 gcc -m32 ../sysdeps/unix/get_child_max.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/get_child_max.o -MD -MP -MF /build/posix/get_child_max.o.dt -MT /build/posix/get_child_max.o In file included from ../bits/libc-header-start.h:33, from ../include/limits.h:26, from ../sysdeps/unix/get_child_max.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:451: /build/posix/get_child_max.o] Error 1 gcc -m32 ../sysdeps/posix/getaddrinfo.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -DRESOLVER -fexceptions -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/getaddrinfo.o -MD -MP -MF /build/posix/getaddrinfo.o.dt -MT /build/posix/getaddrinfo.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from ../sysdeps/posix/getaddrinfo.c:56: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:485: /build/posix/getaddrinfo.o] Error 1 (echo '#define SYSCALL_NAME getegid32'; \ echo '#define SYSCALL_NARGS 0'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __getegid'; \ echo '#define SYSCALL_NOERRNO 1'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__getegid, getegid)'; \ echo 'hidden_weak (getegid)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/getegid.o -x assembler-with-cpp - -MD -MP -MF /build/posix/getegid.o.dt -MT /build/posix/getegid.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:80: /build/posix/getegid.o] Error 1 (echo '#define SYSCALL_NAME geteuid32'; \ echo '#define SYSCALL_NARGS 0'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __geteuid'; \ echo '#define SYSCALL_NOERRNO 1'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__geteuid, geteuid)'; \ echo 'hidden_weak (geteuid)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/geteuid.o -x assembler-with-cpp - -MD -MP -MF /build/posix/geteuid.o.dt -MT /build/posix/geteuid.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:99: /build/posix/geteuid.o] Error 1 (echo '#define SYSCALL_NAME getgid32'; \ echo '#define SYSCALL_NARGS 0'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __getgid'; \ echo '#define SYSCALL_NOERRNO 1'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__getgid, getgid)'; \ echo 'hidden_weak (getgid)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/getgid.o -x assembler-with-cpp - -MD -MP -MF /build/posix/getgid.o.dt -MT /build/posix/getgid.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:118: /build/posix/getgid.o] Error 1 (echo '#define SYSCALL_NAME getgroups32'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __getgroups'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__getgroups, getgroups)'; \ echo 'hidden_weak (getgroups)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/getgroups.o -x assembler-with-cpp - -MD -MP -MF /build/posix/getgroups.o.dt -MT /build/posix/getgroups.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:194: /build/posix/getgroups.o] Error 1 gcc -m32 getopt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/getopt.o -MD -MP -MF /build/posix/getopt.o.dt -MT /build/posix/getopt.o In file included from getopt.h:24, from getopt.c:24: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/getopt.o] Error 1 gcc -m32 getopt1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/getopt1.o -MD -MP -MF /build/posix/getopt1.o.dt -MT /build/posix/getopt1.o In file included from getopt.h:24, from getopt1.c:24: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/getopt1.o] Error 1 (echo '#define SYSCALL_NAME getpgid'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __getpgid'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__getpgid, getpgid)'; \ echo 'hidden_weak (getpgid)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/getpgid.o -x assembler-with-cpp - -MD -MP -MF /build/posix/getpgid.o.dt -MT /build/posix/getpgid.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:705: /build/posix/getpgid.o] Error 1 (echo '#define SYSCALL_NAME getpgrp'; \ echo '#define SYSCALL_NARGS 0'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL getpgrp'; \ echo '#define SYSCALL_NOERRNO 1'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/getpgrp.o -x assembler-with-cpp - -MD -MP -MF /build/posix/getpgrp.o.dt -MT /build/posix/getpgrp.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:724: /build/posix/getpgrp.o] Error 1 (echo '#define SYSCALL_NAME getpid'; \ echo '#define SYSCALL_NARGS 0'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __getpid'; \ echo '#define SYSCALL_NOERRNO 1'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__getpid, getpid)'; \ echo 'hidden_weak (getpid)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/getpid.o -x assembler-with-cpp - -MD -MP -MF /build/posix/getpid.o.dt -MT /build/posix/getpid.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:648: /build/posix/getpid.o] Error 1 (echo '#define SYSCALL_NAME getppid'; \ echo '#define SYSCALL_NARGS 0'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __getppid'; \ echo '#define SYSCALL_NOERRNO 1'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__getppid, getppid)'; \ echo 'hidden_weak (getppid)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/getppid.o -x assembler-with-cpp - -MD -MP -MF /build/posix/getppid.o.dt -MT /build/posix/getppid.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:741: /build/posix/getppid.o] Error 1 (echo '#define SYSCALL_NAME getresgid32'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __getresgid'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__getresgid, getresgid)'; \ echo 'hidden_weak (getresgid)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/getresgid.o -x assembler-with-cpp - -MD -MP -MF /build/posix/getresgid.o.dt -MT /build/posix/getresgid.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:156: /build/posix/getresgid.o] Error 1 (echo '#define SYSCALL_NAME getresuid32'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __getresuid'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__getresuid, getresuid)'; \ echo 'hidden_weak (getresuid)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/getresuid.o -x assembler-with-cpp - -MD -MP -MF /build/posix/getresuid.o.dt -MT /build/posix/getresuid.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:175: /build/posix/getresuid.o] Error 1 (echo '#define SYSCALL_NAME getsid'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL getsid'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/getsid.o -x assembler-with-cpp - -MD -MP -MF /build/posix/getsid.o.dt -MT /build/posix/getsid.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:794: /build/posix/getsid.o] Error 1 (echo '#define SYSCALL_NAME getuid32'; \ echo '#define SYSCALL_NARGS 0'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __getuid'; \ echo '#define SYSCALL_NOERRNO 1'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__getuid, getuid)'; \ echo 'hidden_weak (getuid)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/getuid.o -x assembler-with-cpp - -MD -MP -MF /build/posix/getuid.o.dt -MT /build/posix/getuid.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:137: /build/posix/getuid.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/glob.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fexceptions -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/glob.o -MD -MP -MF /build/posix/glob.o.dt -MT /build/posix/glob.o In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/glob.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/posix/glob.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/glob-lstat-compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/glob-lstat-compat.o -MD -MP -MF /build/posix/glob-lstat-compat.o.dt -MT /build/posix/glob-lstat-compat.o In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/glob-lstat-compat.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/posix/glob-lstat-compat.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/glob64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fexceptions -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/glob64.o -MD -MP -MF /build/posix/glob64.o.dt -MT /build/posix/glob64.o In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/glob64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/posix/glob64.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/glob64-lstat-compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/glob64-lstat-compat.o -MD -MP -MF /build/posix/glob64-lstat-compat.o.dt -MT /build/posix/glob64-lstat-compat.o In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/glob64-lstat-compat.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/posix/glob64-lstat-compat.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/glob64-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/glob64-time64.o -MD -MP -MF /build/posix/glob64-time64.o.dt -MT /build/posix/glob64-time64.o In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/glob64-time64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/posix/glob64-time64.o] Error 1 gcc -m32 glob_pattern_p.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/glob_pattern_p.o -MD -MP -MF /build/posix/glob_pattern_p.o.dt -MT /build/posix/glob_pattern_p.o In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../posix/glob.h:21, from ../include/glob.h:2, from glob_pattern_p.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/glob_pattern_p.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/globfree.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/globfree.o -MD -MP -MF /build/posix/globfree.o.dt -MT /build/posix/globfree.o In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/globfree.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/posix/globfree.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/globfree64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/globfree64.o -MD -MP -MF /build/posix/globfree64.o.dt -MT /build/posix/globfree64.o In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/globfree64.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/posix/globfree64.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/globfree64-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/globfree64-time64.o -MD -MP -MF /build/posix/globfree64-time64.o.dt -MT /build/posix/globfree64-time64.o In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/globfree64-time64.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/posix/globfree64-time64.o] Error 1 gcc -m32 group_member.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/group_member.o -MD -MP -MF /build/posix/group_member.o.dt -MT /build/posix/group_member.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from group_member.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/group_member.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/nanosleep.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/nanosleep.o -MD -MP -MF /build/posix/nanosleep.o.dt -MT /build/posix/nanosleep.o In file included from ../time/time.h:25, from ../include/time.h:2, from ../sysdeps/unix/sysv/linux/nanosleep.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/posix/nanosleep.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/pathconf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/pathconf.o -MD -MP -MF /build/posix/pathconf.o.dt -MT /build/posix/pathconf.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/pathconf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/posix/pathconf.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/pause.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/pause.o -MD -MP -MF /build/posix/pause.o.dt -MT /build/posix/pause.o In file included from ../signal/signal.h:25, from ../include/signal.h:2, from ../sysdeps/unix/sysv/linux/pause.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/posix/pause.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/posix_madvise.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/posix_madvise.o -MD -MP -MF /build/posix/posix_madvise.o.dt -MT /build/posix/posix_madvise.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/sysv/linux/posix_madvise.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/posix/posix_madvise.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/pread.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/pread.o -MD -MP -MF /build/posix/pread.o.dt -MT /build/posix/pread.o In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/pread.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/posix/pread.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/pread64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/pread64.o -MD -MP -MF /build/posix/pread64.o.dt -MT /build/posix/pread64.o In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/pread64.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/posix/pread64.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/pwrite.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/pwrite.o -MD -MP -MF /build/posix/pwrite.o.dt -MT /build/posix/pwrite.o In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/pwrite.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/posix/pwrite.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/pwrite64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/pwrite64.o -MD -MP -MF /build/posix/pwrite64.o.dt -MT /build/posix/pwrite64.o In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/pwrite64.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/posix/pwrite64.o] Error 1 gcc -m32 regex.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/regex.o -MD -MP -MF /build/posix/regex.o.dt -MT /build/posix/regex.o In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from ../locale/localeinfo.h:23, from regex.c:62: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/regex.o] Error 1 gcc -m32 register-atfork.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/register-atfork.o -MD -MP -MF /build/posix/register-atfork.o.dt -MT /build/posix/register-atfork.o In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from register-atfork.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/register-atfork.o] Error 1 gcc -m32 sched_cpualloc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/sched_cpualloc.o -MD -MP -MF /build/posix/sched_cpualloc.o.dt -MT /build/posix/sched_cpualloc.o In file included from ../posix/sched.h:22, from ../include/sched.h:2, from sched_cpualloc.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/sched_cpualloc.o] Error 1 gcc -m32 sched_cpucount.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/sched_cpucount.o -MD -MP -MF /build/posix/sched_cpucount.o.dt -MT /build/posix/sched_cpucount.o In file included from ../posix/sched.h:22, from ../include/sched.h:2, from sched_cpucount.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/sched_cpucount.o] Error 1 gcc -m32 sched_cpufree.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/sched_cpufree.o -MD -MP -MF /build/posix/sched_cpufree.o.dt -MT /build/posix/sched_cpufree.o In file included from ../posix/sched.h:22, from ../include/sched.h:2, from sched_cpufree.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/sched_cpufree.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/sched_getaffinity.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/sched_getaffinity.o -MD -MP -MF /build/posix/sched_getaffinity.o.dt -MT /build/posix/sched_getaffinity.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/sched_getaffinity.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/posix/sched_getaffinity.o] Error 1 (echo '#define SYSCALL_NAME sched_getparam'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __sched_getparam'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__sched_getparam, sched_getparam)'; \ echo 'hidden_weak (sched_getparam)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/sched_getp.o -x assembler-with-cpp - -MD -MP -MF /build/posix/sched_getp.o.dt -MT /build/posix/sched_getp.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1327: /build/posix/sched_getp.o] Error 1 (echo '#define SYSCALL_NAME sched_getscheduler'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __sched_getscheduler'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__sched_getscheduler, sched_getscheduler)'; \ echo 'hidden_weak (sched_getscheduler)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/sched_gets.o -x assembler-with-cpp - -MD -MP -MF /build/posix/sched_gets.o.dt -MT /build/posix/sched_gets.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1346: /build/posix/sched_gets.o] Error 1 (echo '#define SYSCALL_NAME sched_get_priority_max'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __sched_get_priority_max'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__sched_get_priority_max, sched_get_priority_max)'; \ echo 'hidden_weak (sched_get_priority_max)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/sched_primax.o -x assembler-with-cpp - -MD -MP -MF /build/posix/sched_primax.o.dt -MT /build/posix/sched_primax.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1365: /build/posix/sched_primax.o] Error 1 (echo '#define SYSCALL_NAME sched_get_priority_min'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __sched_get_priority_min'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__sched_get_priority_min, sched_get_priority_min)'; \ echo 'hidden_weak (sched_get_priority_min)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/sched_primin.o -x assembler-with-cpp - -MD -MP -MF /build/posix/sched_primin.o.dt -MT /build/posix/sched_primin.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1384: /build/posix/sched_primin.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/sched_rr_gi.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/sched_rr_gi.o -MD -MP -MF /build/posix/sched_rr_gi.o.dt -MT /build/posix/sched_rr_gi.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/sched_rr_gi.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/posix/sched_rr_gi.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/sched_setaffinity.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/sched_setaffinity.o -MD -MP -MF /build/posix/sched_setaffinity.o.dt -MT /build/posix/sched_setaffinity.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/sched_setaffinity.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/posix/sched_setaffinity.o] Error 1 (echo '#define SYSCALL_NAME sched_setparam'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __sched_setparam'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__sched_setparam, sched_setparam)'; \ echo 'hidden_weak (sched_setparam)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/sched_setp.o -x assembler-with-cpp - -MD -MP -MF /build/posix/sched_setp.o.dt -MT /build/posix/sched_setp.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1403: /build/posix/sched_setp.o] Error 1 (echo '#define SYSCALL_NAME sched_setscheduler'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __sched_setscheduler'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__sched_setscheduler, sched_setscheduler)'; \ echo 'hidden_weak (sched_setscheduler)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/sched_sets.o -x assembler-with-cpp - -MD -MP -MF /build/posix/sched_sets.o.dt -MT /build/posix/sched_sets.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1422: /build/posix/sched_sets.o] Error 1 (echo '#define SYSCALL_NAME sched_yield'; \ echo '#define SYSCALL_NARGS 0'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __sched_yield'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__sched_yield, sched_yield)'; \ echo 'hidden_weak (sched_yield)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/sched_yield.o -x assembler-with-cpp - -MD -MP -MF /build/posix/sched_yield.o.dt -MT /build/posix/sched_yield.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1441: /build/posix/sched_yield.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/setgid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/setgid.o -MD -MP -MF /build/posix/setgid.o.dt -MT /build/posix/setgid.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/setgid.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/posix/setgid.o] Error 1 (echo '#define SYSCALL_NAME setpgid'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __setpgid'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__setpgid, setpgid)'; \ echo 'hidden_weak (setpgid)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/setpgid.o -x assembler-with-cpp - -MD -MP -MF /build/posix/setpgid.o.dt -MT /build/posix/setpgid.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1496: /build/posix/setpgid.o] Error 1 gcc -m32 setpgrp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/setpgrp.o -MD -MP -MF /build/posix/setpgrp.o.dt -MT /build/posix/setpgrp.o In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from setpgrp.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/setpgrp.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/setresgid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/setresgid.o -MD -MP -MF /build/posix/setresgid.o.dt -MT /build/posix/setresgid.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/setresgid.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/posix/setresgid.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/setresuid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/setresuid.o -MD -MP -MF /build/posix/setresuid.o.dt -MT /build/posix/setresuid.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/setresuid.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/posix/setresuid.o] Error 1 (echo '#define SYSCALL_NAME setsid'; \ echo '#define SYSCALL_NARGS 0'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __setsid'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__setsid, setsid)'; \ echo 'hidden_weak (setsid)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/setsid.o -x assembler-with-cpp - -MD -MP -MF /build/posix/setsid.o.dt -MT /build/posix/setsid.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2605: /build/posix/setsid.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/setuid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/setuid.o -MD -MP -MF /build/posix/setuid.o.dt -MT /build/posix/setuid.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/setuid.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/posix/setuid.o] Error 1 gcc -m32 shm-directory.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/shm-directory.o -MD -MP -MF /build/posix/shm-directory.o.dt -MT /build/posix/shm-directory.o In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from shm-directory.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/shm-directory.o] Error 1 gcc -m32 ../sysdeps/posix/sleep.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/sleep.o -MD -MP -MF /build/posix/sleep.o.dt -MT /build/posix/sleep.o In file included from ../time/time.h:25, from ../include/time.h:2, from ../sysdeps/posix/sleep.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:485: /build/posix/sleep.o] Error 1 gcc -m32 spawn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/spawn.o -MD -MP -MF /build/posix/spawn.o.dt -MT /build/posix/spawn.o In file included from ../posix/spawn.h:22, from ../include/spawn.h:2, from spawn.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawn.o] Error 1 gcc -m32 spawn_faction_addchdir.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/spawn_faction_addchdir.o -MD -MP -MF /build/posix/spawn_faction_addchdir.o.dt -MT /build/posix/spawn_faction_addchdir.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from spawn_faction_addchdir.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawn_faction_addchdir.o] Error 1 gcc -m32 spawn_faction_addclose.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/spawn_faction_addclose.o -MD -MP -MF /build/posix/spawn_faction_addclose.o.dt -MT /build/posix/spawn_faction_addclose.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from spawn_faction_addclose.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawn_faction_addclose.o] Error 1 gcc -m32 spawn_faction_addclosefrom.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/spawn_faction_addclosefrom.o -MD -MP -MF /build/posix/spawn_faction_addclosefrom.o.dt -MT /build/posix/spawn_faction_addclosefrom.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from spawn_faction_addclosefrom.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawn_faction_addclosefrom.o] Error 1 gcc -m32 spawn_faction_adddup2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/spawn_faction_adddup2.o -MD -MP -MF /build/posix/spawn_faction_adddup2.o.dt -MT /build/posix/spawn_faction_adddup2.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from spawn_faction_adddup2.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawn_faction_adddup2.o] Error 1 gcc -m32 spawn_faction_addfchdir.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/spawn_faction_addfchdir.o -MD -MP -MF /build/posix/spawn_faction_addfchdir.o.dt -MT /build/posix/spawn_faction_addfchdir.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from spawn_faction_addfchdir.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawn_faction_addfchdir.o] Error 1 gcc -m32 spawn_faction_addopen.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/spawn_faction_addopen.o -MD -MP -MF /build/posix/spawn_faction_addopen.o.dt -MT /build/posix/spawn_faction_addopen.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from spawn_faction_addopen.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawn_faction_addopen.o] Error 1 gcc -m32 spawn_faction_addtcsetpgrp_np.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/spawn_faction_addtcsetpgrp_np.o -MD -MP -MF /build/posix/spawn_faction_addtcsetpgrp_np.o.dt -MT /build/posix/spawn_faction_addtcsetpgrp_np.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from spawn_faction_addtcsetpgrp_np.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawn_faction_addtcsetpgrp_np.o] Error 1 gcc -m32 spawn_faction_destroy.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/spawn_faction_destroy.o -MD -MP -MF /build/posix/spawn_faction_destroy.o.dt -MT /build/posix/spawn_faction_destroy.o In file included from ../posix/spawn.h:22, from ../include/spawn.h:2, from spawn_faction_destroy.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawn_faction_destroy.o] Error 1 gcc -m32 spawn_faction_init.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/spawn_faction_init.o -MD -MP -MF /build/posix/spawn_faction_init.o.dt -MT /build/posix/spawn_faction_init.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from spawn_faction_init.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawn_faction_init.o] Error 1 gcc -m32 spawn_valid_fd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/spawn_valid_fd.o -MD -MP -MF /build/posix/spawn_valid_fd.o.dt -MT /build/posix/spawn_valid_fd.o In file included from ../posix/spawn.h:22, from ../include/spawn.h:2, from spawn_int.h:22, from spawn_valid_fd.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawn_valid_fd.o] Error 1 gcc -m32 spawnattr_destroy.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/spawnattr_destroy.o -MD -MP -MF /build/posix/spawnattr_destroy.o.dt -MT /build/posix/spawnattr_destroy.o In file included from ../posix/spawn.h:22, from ../include/spawn.h:2, from spawnattr_destroy.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawnattr_destroy.o] Error 1 gcc -m32 spawnattr_getdefault.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/spawnattr_getdefault.o -MD -MP -MF /build/posix/spawnattr_getdefault.o.dt -MT /build/posix/spawnattr_getdefault.o In file included from ../posix/spawn.h:22, from ../include/spawn.h:2, from spawnattr_getdefault.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawnattr_getdefault.o] Error 1 gcc -m32 spawnattr_getflags.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/spawnattr_getflags.o -MD -MP -MF /build/posix/spawnattr_getflags.o.dt -MT /build/posix/spawnattr_getflags.o In file included from ../posix/spawn.h:22, from ../include/spawn.h:2, from spawnattr_getflags.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawnattr_getflags.o] Error 1 gcc -m32 spawnattr_getpgroup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/spawnattr_getpgroup.o -MD -MP -MF /build/posix/spawnattr_getpgroup.o.dt -MT /build/posix/spawnattr_getpgroup.o In file included from ../posix/spawn.h:22, from ../include/spawn.h:2, from spawnattr_getpgroup.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawnattr_getpgroup.o] Error 1 gcc -m32 spawnattr_getschedparam.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/spawnattr_getschedparam.o -MD -MP -MF /build/posix/spawnattr_getschedparam.o.dt -MT /build/posix/spawnattr_getschedparam.o In file included from ../posix/spawn.h:22, from ../include/spawn.h:2, from spawnattr_getschedparam.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawnattr_getschedparam.o] Error 1 gcc -m32 spawnattr_getschedpolicy.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/spawnattr_getschedpolicy.o -MD -MP -MF /build/posix/spawnattr_getschedpolicy.o.dt -MT /build/posix/spawnattr_getschedpolicy.o In file included from ../posix/spawn.h:22, from ../include/spawn.h:2, from spawnattr_getschedpolicy.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawnattr_getschedpolicy.o] Error 1 gcc -m32 spawnattr_getsigmask.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/spawnattr_getsigmask.o -MD -MP -MF /build/posix/spawnattr_getsigmask.o.dt -MT /build/posix/spawnattr_getsigmask.o In file included from ../posix/spawn.h:22, from ../include/spawn.h:2, from spawnattr_getsigmask.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawnattr_getsigmask.o] Error 1 gcc -m32 spawnattr_init.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/spawnattr_init.o -MD -MP -MF /build/posix/spawnattr_init.o.dt -MT /build/posix/spawnattr_init.o In file included from ../posix/spawn.h:22, from ../include/spawn.h:2, from spawnattr_init.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawnattr_init.o] Error 1 gcc -m32 spawnattr_setdefault.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/spawnattr_setdefault.o -MD -MP -MF /build/posix/spawnattr_setdefault.o.dt -MT /build/posix/spawnattr_setdefault.o In file included from ../posix/spawn.h:22, from ../include/spawn.h:2, from spawnattr_setdefault.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawnattr_setdefault.o] Error 1 gcc -m32 spawnattr_setflags.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/spawnattr_setflags.o -MD -MP -MF /build/posix/spawnattr_setflags.o.dt -MT /build/posix/spawnattr_setflags.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from spawnattr_setflags.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawnattr_setflags.o] Error 1 gcc -m32 spawnattr_setpgroup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/spawnattr_setpgroup.o -MD -MP -MF /build/posix/spawnattr_setpgroup.o.dt -MT /build/posix/spawnattr_setpgroup.o In file included from ../posix/spawn.h:22, from ../include/spawn.h:2, from spawnattr_setpgroup.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawnattr_setpgroup.o] Error 1 gcc -m32 spawnattr_setschedparam.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/spawnattr_setschedparam.o -MD -MP -MF /build/posix/spawnattr_setschedparam.o.dt -MT /build/posix/spawnattr_setschedparam.o In file included from ../posix/spawn.h:22, from ../include/spawn.h:2, from spawnattr_setschedparam.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawnattr_setschedparam.o] Error 1 gcc -m32 spawnattr_setschedpolicy.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/spawnattr_setschedpolicy.o -MD -MP -MF /build/posix/spawnattr_setschedpolicy.o.dt -MT /build/posix/spawnattr_setschedpolicy.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from spawnattr_setschedpolicy.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawnattr_setschedpolicy.o] Error 1 gcc -m32 spawnattr_setsigmask.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/spawnattr_setsigmask.o -MD -MP -MF /build/posix/spawnattr_setsigmask.o.dt -MT /build/posix/spawnattr_setsigmask.o In file included from ../posix/spawn.h:22, from ../include/spawn.h:2, from spawnattr_setsigmask.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawnattr_setsigmask.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/spawni.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/spawni.o -MD -MP -MF /build/posix/spawni.o.dt -MT /build/posix/spawni.o In file included from ../signal/signal.h:25, from ../include/signal.h:2, from ../sysdeps/unix/sysv/linux/sigsetops.h:22, from ../sysdeps/unix/sysv/linux/internal-sigset.h:22, from ../sysdeps/unix/sysv/linux/internal-signals.h:22, from ../sysdeps/unix/sysv/linux/spawni.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/posix/spawni.o] Error 1 gcc -m32 spawnp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/spawnp.o -MD -MP -MF /build/posix/spawnp.o.dt -MT /build/posix/spawnp.o In file included from ../posix/spawn.h:22, from ../include/spawn.h:2, from spawnp.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawnp.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/x86/sysconf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -DGETCONF_DIR='"/usr/libexec/getconf"' -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/sysconf.o -MD -MP -MF /build/posix/sysconf.o.dt -MT /build/posix/sysconf.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from ../sysdeps/unix/sysv/linux/x86/sysconf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:111: /build/posix/sysconf.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/times.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/times.o -MD -MP -MF /build/posix/times.o.dt -MT /build/posix/times.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/times.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/posix/times.o] Error 1 (echo '#define SYSCALL_NAME uname'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __uname'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__uname, uname)'; \ echo 'hidden_weak (uname)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/uname.o -x assembler-with-cpp - -MD -MP -MF /build/posix/uname.o.dt -MT /build/posix/uname.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2729: /build/posix/uname.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/i386/vfork.S -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/vfork.o -MD -MP -MF /build/posix/vfork.o.dt -MT /build/posix/vfork.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/sysv/linux/i386/vfork.S:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:75: /build/posix/vfork.o] Error 1 gcc -m32 wait.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/wait.o -MD -MP -MF /build/posix/wait.o.dt -MT /build/posix/wait.o In file included from ../posix/sys/wait.h:25, from ../include/sys/wait.h:2, from wait.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/wait.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/wait3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/wait3.o -MD -MP -MF /build/posix/wait3.o.dt -MT /build/posix/wait3.o In file included from ../posix/sys/wait.h:25, from ../include/sys/wait.h:2, from ../sysdeps/unix/sysv/linux/wait3.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/posix/wait3.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/wait4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/wait4.o -MD -MP -MF /build/posix/wait4.o.dt -MT /build/posix/wait4.o In file included from ../posix/sys/wait.h:25, from ../include/sys/wait.h:2, from ../sysdeps/unix/sysv/linux/wait4.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/posix/wait4.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/waitid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/waitid.o -MD -MP -MF /build/posix/waitid.o.dt -MT /build/posix/waitid.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/waitid.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/posix/waitid.o] Error 1 gcc -m32 waitpid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/waitpid.o -MD -MP -MF /build/posix/waitpid.o.dt -MT /build/posix/waitpid.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from waitpid.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/waitpid.o] Error 1 gcc -m32 wordexp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/wordexp.o -MD -MP -MF /build/posix/wordexp.o.dt -MT /build/posix/wordexp.o In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from wordexp.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/wordexp.o] Error 1 gcc -m32 environ.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/environ.o -MD -MP -MF /build/posix/environ.o.dt -MT /build/posix/environ.o In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from environ.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/environ.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/getcpu.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/getcpu.o -MD -MP -MF /build/posix/getcpu.o.dt -MT /build/posix/getcpu.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/getcpu.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/posix/getcpu.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/sched_getcpu.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/sched_getcpu.o -MD -MP -MF /build/posix/sched_getcpu.o.dt -MT /build/posix/sched_getcpu.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/sched_getcpu.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/posix/sched_getcpu.o] Error 1 gcc -m32 ../sysdeps/nptl/_Fork.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/_Fork.os -MD -MP -MF /build/posix/_Fork.os.dt -MT /build/posix/_Fork.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/sysv/linux/arch-fork.h:22, from ../sysdeps/nptl/_Fork.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:263: /build/posix/_Fork.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/_exit.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/_exit.os -MD -MP -MF /build/posix/_exit.os.dt -MT /build/posix/_exit.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/_exit.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/_exit.os] Error 1 (echo '#define SYSCALL_NAME alarm'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL alarm'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/alarm.os -x assembler-with-cpp - -MD -MP -MF /build/posix/alarm.os.dt -MT /build/posix/alarm.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:338: /build/posix/alarm.os] Error 1 gcc -m32 bsd-getpgrp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/bsd-getpgrp.os -MD -MP -MF /build/posix/bsd-getpgrp.os.dt -MT /build/posix/bsd-getpgrp.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from bsd-getpgrp.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/bsd-getpgrp.os] Error 1 gcc -m32 confstr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -DLIBPTHREAD_VERSION='"NPTL 2.37.9000"' -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/confstr.os -MD -MP -MF /build/posix/confstr.os.dt -MT /build/posix/confstr.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from confstr.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/confstr.os] Error 1 gcc -m32 execl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fomit-frame-pointer -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/execl.os -MD -MP -MF /build/posix/execl.os.dt -MT /build/posix/execl.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from execl.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/execl.os] Error 1 gcc -m32 execle.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fomit-frame-pointer -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/execle.os -MD -MP -MF /build/posix/execle.os.dt -MT /build/posix/execle.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from execle.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/execle.os] Error 1 gcc -m32 execlp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fomit-frame-pointer -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/execlp.os -MD -MP -MF /build/posix/execlp.os.dt -MT /build/posix/execlp.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from execlp.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/execlp.os] Error 1 gcc -m32 execv.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fomit-frame-pointer -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/execv.os -MD -MP -MF /build/posix/execv.os.dt -MT /build/posix/execv.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from execv.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/execv.os] Error 1 (echo '#define SYSCALL_NAME execve'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __execve'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__execve, execve)'; \ echo 'hidden_weak (execve)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/execve.os -x assembler-with-cpp - -MD -MP -MF /build/posix/execve.os.dt -MT /build/posix/execve.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:513: /build/posix/execve.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/execveat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/execveat.os -MD -MP -MF /build/posix/execveat.os.dt -MT /build/posix/execveat.os In file included from ../bits/libc-header-start.h:33, from ../include/limits.h:26, from ../include/intprops.h:22, from ../sysdeps/generic/fd_to_filename.h:23, from ../sysdeps/unix/sysv/linux/execveat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/execveat.os] Error 1 gcc -m32 execvp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fomit-frame-pointer -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/execvp.os -MD -MP -MF /build/posix/execvp.os.dt -MT /build/posix/execvp.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from execvp.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/execvp.os] Error 1 gcc -m32 execvpe.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/execvpe.os -MD -MP -MF /build/posix/execvpe.os.dt -MT /build/posix/execvpe.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from execvpe.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/execvpe.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fexecve.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fomit-frame-pointer -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/fexecve.os -MD -MP -MF /build/posix/fexecve.os.dt -MT /build/posix/fexecve.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/fexecve.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/fexecve.os] Error 1 gcc -m32 fnmatch.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/fnmatch.os -MD -MP -MF /build/posix/fnmatch.os.dt -MT /build/posix/fnmatch.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from fnmatch.c:29: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/fnmatch.os] Error 1 gcc -m32 fork.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -D_IO_MTSAFE_IO -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/fork.os -MD -MP -MF /build/posix/fork.os.dt -MT /build/posix/fork.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from ../sysdeps/nptl/fork.h:22, from fork.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50, from fork.c:20: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/fork.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fpathconf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/fpathconf.os -MD -MP -MF /build/posix/fpathconf.os.dt -MT /build/posix/fpathconf.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/fpathconf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/fpathconf.os] Error 1 gcc -m32 ../sysdeps/posix/gai_strerror.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/gai_strerror.os -MD -MP -MF /build/posix/gai_strerror.os.dt -MT /build/posix/gai_strerror.os In file included from ../intl/libintl.h:23, from ../include/libintl.h:2, from ../sysdeps/posix/gai_strerror.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:501: /build/posix/gai_strerror.os] Error 1 gcc -m32 ../sysdeps/unix/get_child_max.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/get_child_max.os -MD -MP -MF /build/posix/get_child_max.os.dt -MT /build/posix/get_child_max.os In file included from ../bits/libc-header-start.h:33, from ../include/limits.h:26, from ../sysdeps/unix/get_child_max.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:467: /build/posix/get_child_max.os] Error 1 gcc -m32 ../sysdeps/posix/getaddrinfo.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -DRESOLVER -fexceptions -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/getaddrinfo.os -MD -MP -MF /build/posix/getaddrinfo.os.dt -MT /build/posix/getaddrinfo.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from ../sysdeps/posix/getaddrinfo.c:56: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:501: /build/posix/getaddrinfo.os] Error 1 (echo '#define SYSCALL_NAME getegid32'; \ echo '#define SYSCALL_NARGS 0'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __getegid'; \ echo '#define SYSCALL_NOERRNO 1'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__getegid, getegid)'; \ echo 'hidden_weak (getegid)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/getegid.os -x assembler-with-cpp - -MD -MP -MF /build/posix/getegid.os.dt -MT /build/posix/getegid.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:80: /build/posix/getegid.os] Error 1 (echo '#define SYSCALL_NAME geteuid32'; \ echo '#define SYSCALL_NARGS 0'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __geteuid'; \ echo '#define SYSCALL_NOERRNO 1'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__geteuid, geteuid)'; \ echo 'hidden_weak (geteuid)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/geteuid.os -x assembler-with-cpp - -MD -MP -MF /build/posix/geteuid.os.dt -MT /build/posix/geteuid.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:99: /build/posix/geteuid.os] Error 1 (echo '#define SYSCALL_NAME getgid32'; \ echo '#define SYSCALL_NARGS 0'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __getgid'; \ echo '#define SYSCALL_NOERRNO 1'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__getgid, getgid)'; \ echo 'hidden_weak (getgid)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/getgid.os -x assembler-with-cpp - -MD -MP -MF /build/posix/getgid.os.dt -MT /build/posix/getgid.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:118: /build/posix/getgid.os] Error 1 (echo '#define SYSCALL_NAME getgroups32'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __getgroups'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__getgroups, getgroups)'; \ echo 'hidden_weak (getgroups)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/getgroups.os -x assembler-with-cpp - -MD -MP -MF /build/posix/getgroups.os.dt -MT /build/posix/getgroups.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:194: /build/posix/getgroups.os] Error 1 gcc -m32 getopt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/getopt.os -MD -MP -MF /build/posix/getopt.os.dt -MT /build/posix/getopt.os In file included from getopt.h:24, from getopt.c:24: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/getopt.os] Error 1 gcc -m32 getopt1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/getopt1.os -MD -MP -MF /build/posix/getopt1.os.dt -MT /build/posix/getopt1.os In file included from getopt.h:24, from getopt1.c:24: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/getopt1.os] Error 1 (echo '#define SYSCALL_NAME getpgid'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __getpgid'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__getpgid, getpgid)'; \ echo 'hidden_weak (getpgid)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/getpgid.os -x assembler-with-cpp - -MD -MP -MF /build/posix/getpgid.os.dt -MT /build/posix/getpgid.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:705: /build/posix/getpgid.os] Error 1 (echo '#define SYSCALL_NAME getpgrp'; \ echo '#define SYSCALL_NARGS 0'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL getpgrp'; \ echo '#define SYSCALL_NOERRNO 1'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/getpgrp.os -x assembler-with-cpp - -MD -MP -MF /build/posix/getpgrp.os.dt -MT /build/posix/getpgrp.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:724: /build/posix/getpgrp.os] Error 1 (echo '#define SYSCALL_NAME getpid'; \ echo '#define SYSCALL_NARGS 0'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __getpid'; \ echo '#define SYSCALL_NOERRNO 1'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__getpid, getpid)'; \ echo 'hidden_weak (getpid)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/getpid.os -x assembler-with-cpp - -MD -MP -MF /build/posix/getpid.os.dt -MT /build/posix/getpid.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:648: /build/posix/getpid.os] Error 1 (echo '#define SYSCALL_NAME getppid'; \ echo '#define SYSCALL_NARGS 0'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __getppid'; \ echo '#define SYSCALL_NOERRNO 1'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__getppid, getppid)'; \ echo 'hidden_weak (getppid)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/getppid.os -x assembler-with-cpp - -MD -MP -MF /build/posix/getppid.os.dt -MT /build/posix/getppid.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:741: /build/posix/getppid.os] Error 1 (echo '#define SYSCALL_NAME getresgid32'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __getresgid'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__getresgid, getresgid)'; \ echo 'hidden_weak (getresgid)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/getresgid.os -x assembler-with-cpp - -MD -MP -MF /build/posix/getresgid.os.dt -MT /build/posix/getresgid.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:156: /build/posix/getresgid.os] Error 1 (echo '#define SYSCALL_NAME getresuid32'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __getresuid'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__getresuid, getresuid)'; \ echo 'hidden_weak (getresuid)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/getresuid.os -x assembler-with-cpp - -MD -MP -MF /build/posix/getresuid.os.dt -MT /build/posix/getresuid.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:175: /build/posix/getresuid.os] Error 1 (echo '#define SYSCALL_NAME getsid'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL getsid'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/getsid.os -x assembler-with-cpp - -MD -MP -MF /build/posix/getsid.os.dt -MT /build/posix/getsid.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:794: /build/posix/getsid.os] Error 1 (echo '#define SYSCALL_NAME getuid32'; \ echo '#define SYSCALL_NARGS 0'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __getuid'; \ echo '#define SYSCALL_NOERRNO 1'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__getuid, getuid)'; \ echo 'hidden_weak (getuid)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/getuid.os -x assembler-with-cpp - -MD -MP -MF /build/posix/getuid.os.dt -MT /build/posix/getuid.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:137: /build/posix/getuid.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/glob.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fexceptions -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/glob.os -MD -MP -MF /build/posix/glob.os.dt -MT /build/posix/glob.os In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/glob.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/glob.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/glob-lstat-compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/glob-lstat-compat.os -MD -MP -MF /build/posix/glob-lstat-compat.os.dt -MT /build/posix/glob-lstat-compat.os In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/glob-lstat-compat.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/glob-lstat-compat.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/glob64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fexceptions -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/glob64.os -MD -MP -MF /build/posix/glob64.os.dt -MT /build/posix/glob64.os In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/glob64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/glob64.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/glob64-lstat-compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/glob64-lstat-compat.os -MD -MP -MF /build/posix/glob64-lstat-compat.os.dt -MT /build/posix/glob64-lstat-compat.os In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/glob64-lstat-compat.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/glob64-lstat-compat.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/glob64-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/glob64-time64.os -MD -MP -MF /build/posix/glob64-time64.os.dt -MT /build/posix/glob64-time64.os In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/glob64-time64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/glob64-time64.os] Error 1 gcc -m32 glob_pattern_p.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/glob_pattern_p.os -MD -MP -MF /build/posix/glob_pattern_p.os.dt -MT /build/posix/glob_pattern_p.os In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../posix/glob.h:21, from ../include/glob.h:2, from glob_pattern_p.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/glob_pattern_p.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/globfree.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/globfree.os -MD -MP -MF /build/posix/globfree.os.dt -MT /build/posix/globfree.os In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/globfree.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/globfree.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/globfree64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/globfree64.os -MD -MP -MF /build/posix/globfree64.os.dt -MT /build/posix/globfree64.os In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/globfree64.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/globfree64.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/globfree64-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/globfree64-time64.os -MD -MP -MF /build/posix/globfree64-time64.os.dt -MT /build/posix/globfree64-time64.os In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/globfree64-time64.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/globfree64-time64.os] Error 1 gcc -m32 group_member.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/group_member.os -MD -MP -MF /build/posix/group_member.os.dt -MT /build/posix/group_member.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from group_member.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/group_member.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/nanosleep.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/nanosleep.os -MD -MP -MF /build/posix/nanosleep.os.dt -MT /build/posix/nanosleep.os In file included from ../time/time.h:25, from ../include/time.h:2, from ../sysdeps/unix/sysv/linux/nanosleep.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/nanosleep.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/pathconf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/pathconf.os -MD -MP -MF /build/posix/pathconf.os.dt -MT /build/posix/pathconf.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/pathconf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/pathconf.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/pause.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/pause.os -MD -MP -MF /build/posix/pause.os.dt -MT /build/posix/pause.os In file included from ../signal/signal.h:25, from ../include/signal.h:2, from ../sysdeps/unix/sysv/linux/pause.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/pause.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/posix_madvise.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/posix_madvise.os -MD -MP -MF /build/posix/posix_madvise.os.dt -MT /build/posix/posix_madvise.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/sysv/linux/posix_madvise.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/posix_madvise.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/pread.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/pread.os -MD -MP -MF /build/posix/pread.os.dt -MT /build/posix/pread.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/pread.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/pread.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/pread64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/pread64.os -MD -MP -MF /build/posix/pread64.os.dt -MT /build/posix/pread64.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/pread64.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/pread64.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/pwrite.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/pwrite.os -MD -MP -MF /build/posix/pwrite.os.dt -MT /build/posix/pwrite.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/pwrite.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/pwrite.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/pwrite64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/pwrite64.os -MD -MP -MF /build/posix/pwrite64.os.dt -MT /build/posix/pwrite64.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/pwrite64.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/pwrite64.os] Error 1 gcc -m32 regex.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/regex.os -MD -MP -MF /build/posix/regex.os.dt -MT /build/posix/regex.os In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from ../locale/localeinfo.h:23, from regex.c:62: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/regex.os] Error 1 gcc -m32 register-atfork.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/register-atfork.os -MD -MP -MF /build/posix/register-atfork.os.dt -MT /build/posix/register-atfork.os In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from register-atfork.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/register-atfork.os] Error 1 gcc -m32 sched_cpualloc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/sched_cpualloc.os -MD -MP -MF /build/posix/sched_cpualloc.os.dt -MT /build/posix/sched_cpualloc.os In file included from ../posix/sched.h:22, from ../include/sched.h:2, from sched_cpualloc.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/sched_cpualloc.os] Error 1 gcc -m32 sched_cpucount.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/sched_cpucount.os -MD -MP -MF /build/posix/sched_cpucount.os.dt -MT /build/posix/sched_cpucount.os In file included from ../posix/sched.h:22, from ../include/sched.h:2, from sched_cpucount.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/sched_cpucount.os] Error 1 gcc -m32 sched_cpufree.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/sched_cpufree.os -MD -MP -MF /build/posix/sched_cpufree.os.dt -MT /build/posix/sched_cpufree.os In file included from ../posix/sched.h:22, from ../include/sched.h:2, from sched_cpufree.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/sched_cpufree.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/sched_getaffinity.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/sched_getaffinity.os -MD -MP -MF /build/posix/sched_getaffinity.os.dt -MT /build/posix/sched_getaffinity.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/sched_getaffinity.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/sched_getaffinity.os] Error 1 (echo '#define SYSCALL_NAME sched_getparam'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __sched_getparam'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__sched_getparam, sched_getparam)'; \ echo 'hidden_weak (sched_getparam)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/sched_getp.os -x assembler-with-cpp - -MD -MP -MF /build/posix/sched_getp.os.dt -MT /build/posix/sched_getp.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1327: /build/posix/sched_getp.os] Error 1 (echo '#define SYSCALL_NAME sched_getscheduler'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __sched_getscheduler'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__sched_getscheduler, sched_getscheduler)'; \ echo 'hidden_weak (sched_getscheduler)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/sched_gets.os -x assembler-with-cpp - -MD -MP -MF /build/posix/sched_gets.os.dt -MT /build/posix/sched_gets.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1346: /build/posix/sched_gets.os] Error 1 (echo '#define SYSCALL_NAME sched_get_priority_max'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __sched_get_priority_max'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__sched_get_priority_max, sched_get_priority_max)'; \ echo 'hidden_weak (sched_get_priority_max)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/sched_primax.os -x assembler-with-cpp - -MD -MP -MF /build/posix/sched_primax.os.dt -MT /build/posix/sched_primax.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1365: /build/posix/sched_primax.os] Error 1 (echo '#define SYSCALL_NAME sched_get_priority_min'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __sched_get_priority_min'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__sched_get_priority_min, sched_get_priority_min)'; \ echo 'hidden_weak (sched_get_priority_min)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/sched_primin.os -x assembler-with-cpp - -MD -MP -MF /build/posix/sched_primin.os.dt -MT /build/posix/sched_primin.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1384: /build/posix/sched_primin.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/sched_rr_gi.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/sched_rr_gi.os -MD -MP -MF /build/posix/sched_rr_gi.os.dt -MT /build/posix/sched_rr_gi.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/sched_rr_gi.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/sched_rr_gi.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/sched_setaffinity.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/sched_setaffinity.os -MD -MP -MF /build/posix/sched_setaffinity.os.dt -MT /build/posix/sched_setaffinity.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/sched_setaffinity.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/sched_setaffinity.os] Error 1 (echo '#define SYSCALL_NAME sched_setparam'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __sched_setparam'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__sched_setparam, sched_setparam)'; \ echo 'hidden_weak (sched_setparam)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/sched_setp.os -x assembler-with-cpp - -MD -MP -MF /build/posix/sched_setp.os.dt -MT /build/posix/sched_setp.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1403: /build/posix/sched_setp.os] Error 1 (echo '#define SYSCALL_NAME sched_setscheduler'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __sched_setscheduler'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__sched_setscheduler, sched_setscheduler)'; \ echo 'hidden_weak (sched_setscheduler)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/sched_sets.os -x assembler-with-cpp - -MD -MP -MF /build/posix/sched_sets.os.dt -MT /build/posix/sched_sets.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1422: /build/posix/sched_sets.os] Error 1 (echo '#define SYSCALL_NAME sched_yield'; \ echo '#define SYSCALL_NARGS 0'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __sched_yield'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__sched_yield, sched_yield)'; \ echo 'hidden_weak (sched_yield)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/sched_yield.os -x assembler-with-cpp - -MD -MP -MF /build/posix/sched_yield.os.dt -MT /build/posix/sched_yield.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1441: /build/posix/sched_yield.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/setgid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/setgid.os -MD -MP -MF /build/posix/setgid.os.dt -MT /build/posix/setgid.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/setgid.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/setgid.os] Error 1 (echo '#define SYSCALL_NAME setpgid'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __setpgid'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__setpgid, setpgid)'; \ echo 'hidden_weak (setpgid)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/setpgid.os -x assembler-with-cpp - -MD -MP -MF /build/posix/setpgid.os.dt -MT /build/posix/setpgid.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1496: /build/posix/setpgid.os] Error 1 gcc -m32 setpgrp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/setpgrp.os -MD -MP -MF /build/posix/setpgrp.os.dt -MT /build/posix/setpgrp.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from setpgrp.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/setpgrp.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/setresgid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/setresgid.os -MD -MP -MF /build/posix/setresgid.os.dt -MT /build/posix/setresgid.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/setresgid.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/setresgid.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/setresuid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/setresuid.os -MD -MP -MF /build/posix/setresuid.os.dt -MT /build/posix/setresuid.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/setresuid.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/setresuid.os] Error 1 (echo '#define SYSCALL_NAME setsid'; \ echo '#define SYSCALL_NARGS 0'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __setsid'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__setsid, setsid)'; \ echo 'hidden_weak (setsid)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/setsid.os -x assembler-with-cpp - -MD -MP -MF /build/posix/setsid.os.dt -MT /build/posix/setsid.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2605: /build/posix/setsid.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/setuid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/setuid.os -MD -MP -MF /build/posix/setuid.os.dt -MT /build/posix/setuid.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/setuid.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/setuid.os] Error 1 gcc -m32 shm-directory.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/shm-directory.os -MD -MP -MF /build/posix/shm-directory.os.dt -MT /build/posix/shm-directory.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from shm-directory.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/shm-directory.os] Error 1 gcc -m32 ../sysdeps/posix/sleep.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/sleep.os -MD -MP -MF /build/posix/sleep.os.dt -MT /build/posix/sleep.os In file included from ../time/time.h:25, from ../include/time.h:2, from ../sysdeps/posix/sleep.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:501: /build/posix/sleep.os] Error 1 gcc -m32 spawn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fomit-frame-pointer -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/spawn.os -MD -MP -MF /build/posix/spawn.os.dt -MT /build/posix/spawn.os In file included from ../posix/spawn.h:22, from ../include/spawn.h:2, from spawn.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawn.os] Error 1 gcc -m32 spawn_faction_addchdir.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/spawn_faction_addchdir.os -MD -MP -MF /build/posix/spawn_faction_addchdir.os.dt -MT /build/posix/spawn_faction_addchdir.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from spawn_faction_addchdir.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawn_faction_addchdir.os] Error 1 gcc -m32 spawn_faction_addclose.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/spawn_faction_addclose.os -MD -MP -MF /build/posix/spawn_faction_addclose.os.dt -MT /build/posix/spawn_faction_addclose.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from spawn_faction_addclose.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawn_faction_addclose.os] Error 1 gcc -m32 spawn_faction_addclosefrom.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/spawn_faction_addclosefrom.os -MD -MP -MF /build/posix/spawn_faction_addclosefrom.os.dt -MT /build/posix/spawn_faction_addclosefrom.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from spawn_faction_addclosefrom.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawn_faction_addclosefrom.os] Error 1 gcc -m32 spawn_faction_adddup2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/spawn_faction_adddup2.os -MD -MP -MF /build/posix/spawn_faction_adddup2.os.dt -MT /build/posix/spawn_faction_adddup2.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from spawn_faction_adddup2.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawn_faction_adddup2.os] Error 1 gcc -m32 spawn_faction_addfchdir.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/spawn_faction_addfchdir.os -MD -MP -MF /build/posix/spawn_faction_addfchdir.os.dt -MT /build/posix/spawn_faction_addfchdir.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from spawn_faction_addfchdir.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawn_faction_addfchdir.os] Error 1 gcc -m32 spawn_faction_addopen.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/spawn_faction_addopen.os -MD -MP -MF /build/posix/spawn_faction_addopen.os.dt -MT /build/posix/spawn_faction_addopen.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from spawn_faction_addopen.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawn_faction_addopen.os] Error 1 gcc -m32 spawn_faction_addtcsetpgrp_np.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/spawn_faction_addtcsetpgrp_np.os -MD -MP -MF /build/posix/spawn_faction_addtcsetpgrp_np.os.dt -MT /build/posix/spawn_faction_addtcsetpgrp_np.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from spawn_faction_addtcsetpgrp_np.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawn_faction_addtcsetpgrp_np.os] Error 1 gcc -m32 spawn_faction_destroy.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/spawn_faction_destroy.os -MD -MP -MF /build/posix/spawn_faction_destroy.os.dt -MT /build/posix/spawn_faction_destroy.os In file included from ../posix/spawn.h:22, from ../include/spawn.h:2, from spawn_faction_destroy.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawn_faction_destroy.os] Error 1 gcc -m32 spawn_faction_init.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/spawn_faction_init.os -MD -MP -MF /build/posix/spawn_faction_init.os.dt -MT /build/posix/spawn_faction_init.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from spawn_faction_init.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawn_faction_init.os] Error 1 gcc -m32 spawn_valid_fd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/spawn_valid_fd.os -MD -MP -MF /build/posix/spawn_valid_fd.os.dt -MT /build/posix/spawn_valid_fd.os In file included from ../posix/spawn.h:22, from ../include/spawn.h:2, from spawn_int.h:22, from spawn_valid_fd.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawn_valid_fd.os] Error 1 gcc -m32 spawnattr_destroy.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/spawnattr_destroy.os -MD -MP -MF /build/posix/spawnattr_destroy.os.dt -MT /build/posix/spawnattr_destroy.os In file included from ../posix/spawn.h:22, from ../include/spawn.h:2, from spawnattr_destroy.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawnattr_destroy.os] Error 1 gcc -m32 spawnattr_getdefault.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/spawnattr_getdefault.os -MD -MP -MF /build/posix/spawnattr_getdefault.os.dt -MT /build/posix/spawnattr_getdefault.os In file included from ../posix/spawn.h:22, from ../include/spawn.h:2, from spawnattr_getdefault.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawnattr_getdefault.os] Error 1 gcc -m32 spawnattr_getflags.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/spawnattr_getflags.os -MD -MP -MF /build/posix/spawnattr_getflags.os.dt -MT /build/posix/spawnattr_getflags.os In file included from ../posix/spawn.h:22, from ../include/spawn.h:2, from spawnattr_getflags.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawnattr_getflags.os] Error 1 gcc -m32 spawnattr_getpgroup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/spawnattr_getpgroup.os -MD -MP -MF /build/posix/spawnattr_getpgroup.os.dt -MT /build/posix/spawnattr_getpgroup.os In file included from ../posix/spawn.h:22, from ../include/spawn.h:2, from spawnattr_getpgroup.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawnattr_getpgroup.os] Error 1 gcc -m32 spawnattr_getschedparam.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/spawnattr_getschedparam.os -MD -MP -MF /build/posix/spawnattr_getschedparam.os.dt -MT /build/posix/spawnattr_getschedparam.os In file included from ../posix/spawn.h:22, from ../include/spawn.h:2, from spawnattr_getschedparam.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawnattr_getschedparam.os] Error 1 gcc -m32 spawnattr_getschedpolicy.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/spawnattr_getschedpolicy.os -MD -MP -MF /build/posix/spawnattr_getschedpolicy.os.dt -MT /build/posix/spawnattr_getschedpolicy.os In file included from ../posix/spawn.h:22, from ../include/spawn.h:2, from spawnattr_getschedpolicy.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawnattr_getschedpolicy.os] Error 1 gcc -m32 spawnattr_getsigmask.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/spawnattr_getsigmask.os -MD -MP -MF /build/posix/spawnattr_getsigmask.os.dt -MT /build/posix/spawnattr_getsigmask.os In file included from ../posix/spawn.h:22, from ../include/spawn.h:2, from spawnattr_getsigmask.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawnattr_getsigmask.os] Error 1 gcc -m32 spawnattr_init.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/spawnattr_init.os -MD -MP -MF /build/posix/spawnattr_init.os.dt -MT /build/posix/spawnattr_init.os In file included from ../posix/spawn.h:22, from ../include/spawn.h:2, from spawnattr_init.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawnattr_init.os] Error 1 gcc -m32 spawnattr_setdefault.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/spawnattr_setdefault.os -MD -MP -MF /build/posix/spawnattr_setdefault.os.dt -MT /build/posix/spawnattr_setdefault.os In file included from ../posix/spawn.h:22, from ../include/spawn.h:2, from spawnattr_setdefault.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawnattr_setdefault.os] Error 1 gcc -m32 spawnattr_setflags.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/spawnattr_setflags.os -MD -MP -MF /build/posix/spawnattr_setflags.os.dt -MT /build/posix/spawnattr_setflags.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from spawnattr_setflags.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawnattr_setflags.os] Error 1 gcc -m32 spawnattr_setpgroup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/spawnattr_setpgroup.os -MD -MP -MF /build/posix/spawnattr_setpgroup.os.dt -MT /build/posix/spawnattr_setpgroup.os In file included from ../posix/spawn.h:22, from ../include/spawn.h:2, from spawnattr_setpgroup.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawnattr_setpgroup.os] Error 1 gcc -m32 spawnattr_setschedparam.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/spawnattr_setschedparam.os -MD -MP -MF /build/posix/spawnattr_setschedparam.os.dt -MT /build/posix/spawnattr_setschedparam.os In file included from ../posix/spawn.h:22, from ../include/spawn.h:2, from spawnattr_setschedparam.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawnattr_setschedparam.os] Error 1 gcc -m32 spawnattr_setschedpolicy.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/spawnattr_setschedpolicy.os -MD -MP -MF /build/posix/spawnattr_setschedpolicy.os.dt -MT /build/posix/spawnattr_setschedpolicy.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from spawnattr_setschedpolicy.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawnattr_setschedpolicy.os] Error 1 gcc -m32 spawnattr_setsigmask.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/spawnattr_setsigmask.os -MD -MP -MF /build/posix/spawnattr_setsigmask.os.dt -MT /build/posix/spawnattr_setsigmask.os In file included from ../posix/spawn.h:22, from ../include/spawn.h:2, from spawnattr_setsigmask.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawnattr_setsigmask.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/spawni.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fomit-frame-pointer -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/spawni.os -MD -MP -MF /build/posix/spawni.os.dt -MT /build/posix/spawni.os In file included from ../signal/signal.h:25, from ../include/signal.h:2, from ../sysdeps/unix/sysv/linux/sigsetops.h:22, from ../sysdeps/unix/sysv/linux/internal-sigset.h:22, from ../sysdeps/unix/sysv/linux/internal-signals.h:22, from ../sysdeps/unix/sysv/linux/spawni.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/spawni.os] Error 1 gcc -m32 spawnp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fomit-frame-pointer -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/spawnp.os -MD -MP -MF /build/posix/spawnp.os.dt -MT /build/posix/spawnp.os In file included from ../posix/spawn.h:22, from ../include/spawn.h:2, from spawnp.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawnp.os] Error 1 gcc -m32 streams-compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/streams-compat.os -MD -MP -MF /build/posix/streams-compat.os.dt -MT /build/posix/streams-compat.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from streams-compat.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/streams-compat.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/x86/sysconf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -DGETCONF_DIR='"/usr/libexec/getconf"' -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/sysconf.os -MD -MP -MF /build/posix/sysconf.os.dt -MT /build/posix/sysconf.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from ../sysdeps/unix/sysv/linux/x86/sysconf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:127: /build/posix/sysconf.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/times.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/times.os -MD -MP -MF /build/posix/times.os.dt -MT /build/posix/times.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/times.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/times.os] Error 1 (echo '#define SYSCALL_NAME uname'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __uname'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__uname, uname)'; \ echo 'hidden_weak (uname)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/uname.os -x assembler-with-cpp - -MD -MP -MF /build/posix/uname.os.dt -MT /build/posix/uname.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2729: /build/posix/uname.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/i386/vfork.S -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/vfork.os -MD -MP -MF /build/posix/vfork.os.dt -MT /build/posix/vfork.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/sysv/linux/i386/vfork.S:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:91: /build/posix/vfork.os] Error 1 gcc -m32 wait.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/wait.os -MD -MP -MF /build/posix/wait.os.dt -MT /build/posix/wait.os In file included from ../posix/sys/wait.h:25, from ../include/sys/wait.h:2, from wait.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/wait.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/wait3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/wait3.os -MD -MP -MF /build/posix/wait3.os.dt -MT /build/posix/wait3.os In file included from ../posix/sys/wait.h:25, from ../include/sys/wait.h:2, from ../sysdeps/unix/sysv/linux/wait3.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/wait3.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/wait4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/wait4.os -MD -MP -MF /build/posix/wait4.os.dt -MT /build/posix/wait4.os In file included from ../posix/sys/wait.h:25, from ../include/sys/wait.h:2, from ../sysdeps/unix/sysv/linux/wait4.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/wait4.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/waitid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/waitid.os -MD -MP -MF /build/posix/waitid.os.dt -MT /build/posix/waitid.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/waitid.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/waitid.os] Error 1 gcc -m32 waitpid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/waitpid.os -MD -MP -MF /build/posix/waitpid.os.dt -MT /build/posix/waitpid.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from waitpid.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/waitpid.os] Error 1 gcc -m32 wordexp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fomit-frame-pointer -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/wordexp.os -MD -MP -MF /build/posix/wordexp.os.dt -MT /build/posix/wordexp.os In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from wordexp.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/wordexp.os] Error 1 gcc -m32 environ.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/environ.os -MD -MP -MF /build/posix/environ.os.dt -MT /build/posix/environ.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from environ.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/environ.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/getcpu.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/getcpu.os -MD -MP -MF /build/posix/getcpu.os.dt -MT /build/posix/getcpu.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/getcpu.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/getcpu.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/oldglob.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/oldglob.os -MD -MP -MF /build/posix/oldglob.os.dt -MT /build/posix/oldglob.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from ../sysdeps/unix/sysv/linux/oldglob.c:6: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/oldglob.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/sched_getcpu.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/sched_getcpu.os -MD -MP -MF /build/posix/sched_getcpu.os.dt -MT /build/posix/sched_getcpu.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/sched_getcpu.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/sched_getcpu.os] Error 1 make[2]: Target 'subdir_lib' not remade because of errors. make[2]: Leaving directory '/glibc/posix' make[1]: *** [Makefile:484: posix/subdir_lib] Error 2 make subdir=io -C io ..=../ subdir_lib make[2]: Entering directory '/glibc/io' gcc -m32 ../sysdeps/unix/sysv/linux/access.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/access.o -MD -MP -MF /build/io/access.o.dt -MT /build/io/access.o In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/access.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/access.o] Error 1 (echo '#define SYSCALL_NAME chdir'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __chdir'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__chdir, chdir)'; \ echo 'hidden_weak (chdir)'; \ ) | gcc -m32 -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/chdir.o -x assembler-with-cpp - -MD -MP -MF /build/io/chdir.o.dt -MT /build/io/chdir.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2175: /build/io/chdir.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/chmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/chmod.o -MD -MP -MF /build/io/chmod.o.dt -MT /build/io/chmod.o In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/chmod.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/chmod.o] Error 1 (echo '#define SYSCALL_NAME chown32'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __chown'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo '#include '; \ echo '#if IS_IN (libc)'; \ echo 'versioned_symbol (libc, __chown, chown, GLIBC_2_1)'; \ echo '#else'; \ echo 'weak_alias (__chown, chown)'; \ echo '#endif'; \ ) | gcc -m32 -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/chown.o -x assembler-with-cpp - -MD -MP -MF /build/io/chown.o.dt -MT /build/io/chown.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:11: /build/io/chown.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/close.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/close.o -MD -MP -MF /build/io/close.o.dt -MT /build/io/close.o In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/close.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/close.o] Error 1 (echo '#define SYSCALL_NAME close_range'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __close_range'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__close_range, close_range)'; \ echo 'hidden_weak (close_range)'; \ ) | gcc -m32 -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/close_range.o -x assembler-with-cpp - -MD -MP -MF /build/io/close_range.o.dt -MT /build/io/close_range.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2128: /build/io/close_range.o] Error 1 gcc -m32 closefrom.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/closefrom.o -MD -MP -MF /build/io/closefrom.o.dt -MT /build/io/closefrom.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from closefrom.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/io/closefrom.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/copy_file_range.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/copy_file_range.o -MD -MP -MF /build/io/copy_file_range.o.dt -MT /build/io/copy_file_range.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/copy_file_range.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/copy_file_range.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/creat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/creat.o -MD -MP -MF /build/io/creat.o.dt -MT /build/io/creat.o In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/creat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/creat.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/creat64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/creat64.o -MD -MP -MF /build/io/creat64.o.dt -MT /build/io/creat64.o In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/creat64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/creat64.o] Error 1 (echo '#define SYSCALL_NAME dup'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __dup'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__dup, dup)'; \ echo 'hidden_weak (dup)'; \ ) | gcc -m32 -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/dup.o -x assembler-with-cpp - -MD -MP -MF /build/io/dup.o.dt -MT /build/io/dup.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2219: /build/io/dup.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/dup2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/dup2.o -MD -MP -MF /build/io/dup2.o.dt -MT /build/io/dup2.o In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/dup2.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/dup2.o] Error 1 (echo '#define SYSCALL_NAME dup3'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __dup3'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__dup3, dup3)'; \ echo 'hidden_weak (dup3)'; \ ) | gcc -m32 -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/dup3.o -x assembler-with-cpp - -MD -MP -MF /build/io/dup3.o.dt -MT /build/io/dup3.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2240: /build/io/dup3.o] Error 1 gcc -m32 ../sysdeps/posix/euidaccess.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/euidaccess.o -MD -MP -MF /build/io/euidaccess.o.dt -MT /build/io/euidaccess.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/posix/euidaccess.c:26: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:485: /build/io/euidaccess.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/faccessat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/faccessat.o -MD -MP -MF /build/io/faccessat.o.dt -MT /build/io/faccessat.o In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/faccessat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/faccessat.o] Error 1 (echo '#define SYSCALL_NAME fchdir'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __fchdir'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__fchdir, fchdir)'; \ echo 'hidden_weak (fchdir)'; \ ) | gcc -m32 -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/fchdir.o -x assembler-with-cpp - -MD -MP -MF /build/io/fchdir.o.dt -MT /build/io/fchdir.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2259: /build/io/fchdir.o] Error 1 (echo '#define SYSCALL_NAME fchmod'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __fchmod'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__fchmod, fchmod)'; \ echo 'hidden_weak (fchmod)'; \ ) | gcc -m32 -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/fchmod.o -x assembler-with-cpp - -MD -MP -MF /build/io/fchmod.o.dt -MT /build/io/fchmod.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2278: /build/io/fchmod.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fchmodat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/fchmodat.o -MD -MP -MF /build/io/fchmodat.o.dt -MT /build/io/fchmodat.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/fchmodat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/fchmodat.o] Error 1 (echo '#define SYSCALL_NAME fchown32'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __fchown'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__fchown, fchown)'; \ echo 'hidden_weak (fchown)'; \ ) | gcc -m32 -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/fchown.o -x assembler-with-cpp - -MD -MP -MF /build/io/fchown.o.dt -MT /build/io/fchown.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:61: /build/io/fchown.o] Error 1 (echo '#define SYSCALL_NAME fchownat'; \ echo '#define SYSCALL_NARGS 5'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL fchownat'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/fchownat.o -x assembler-with-cpp - -MD -MP -MF /build/io/fchownat.o.dt -MT /build/io/fchownat.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1656: /build/io/fchownat.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fcntl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/fcntl.o -MD -MP -MF /build/io/fcntl.o.dt -MT /build/io/fcntl.o In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/fcntl.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/fcntl.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fcntl64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/fcntl64.o -MD -MP -MF /build/io/fcntl64.o.dt -MT /build/io/fcntl64.o In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/fcntl64.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/fcntl64.o] Error 1 gcc -m32 file_change_detection.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/file_change_detection.o -MD -MP -MF /build/io/file_change_detection.o.dt -MT /build/io/file_change_detection.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from ../include/file_change_detection.h:23, from file_change_detection.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/io/file_change_detection.o] Error 1 (echo '#define SYSCALL_NAME flock'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __flock'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__flock, flock)'; \ echo 'hidden_weak (flock)'; \ ) | gcc -m32 -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/flock.o -x assembler-with-cpp - -MD -MP -MF /build/io/flock.o.dt -MT /build/io/flock.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:532: /build/io/flock.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fstat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/fstat.o -MD -MP -MF /build/io/fstat.o.dt -MT /build/io/fstat.o In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/fstat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/fstat.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fstat64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/fstat64.o -MD -MP -MF /build/io/fstat64.o.dt -MT /build/io/fstat64.o In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/fstat64.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/fstat64.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fstatat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/fstatat.o -MD -MP -MF /build/io/fstatat.o.dt -MT /build/io/fstatat.o In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/fstatat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/fstatat.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fstatat64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/fstatat64.o -MD -MP -MF /build/io/fstatat64.o.dt -MT /build/io/fstatat64.o In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/fstatat64.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/fstatat64.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fstatfs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/fstatfs.o -MD -MP -MF /build/io/fstatfs.o.dt -MT /build/io/fstatfs.o In file included from ../io/sys/statfs.h:22, from ../include/sys/statfs.h:2, from ../sysdeps/unix/sysv/linux/fstatfs.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/fstatfs.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fstatfs64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/fstatfs64.o -MD -MP -MF /build/io/fstatfs64.o.dt -MT /build/io/fstatfs64.o In file included from ../io/sys/statfs.h:22, from ../include/sys/statfs.h:2, from ../sysdeps/unix/sysv/linux/fstatfs64.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/fstatfs64.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fstatvfs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/fstatvfs.o -MD -MP -MF /build/io/fstatvfs.o.dt -MT /build/io/fstatvfs.o In file included from ../io/sys/statvfs.h:22, from ../include/sys/statvfs.h:2, from ../sysdeps/unix/sysv/linux/fstatvfs.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/fstatvfs.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fstatvfs64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/fstatvfs64.o -MD -MP -MF /build/io/fstatvfs64.o.dt -MT /build/io/fstatvfs64.o In file included from ../io/sys/statvfs.h:22, from ../include/sys/statvfs.h:2, from ../sysdeps/unix/sysv/linux/fstatvfs64.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/fstatvfs64.o] Error 1 gcc -m32 fts.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -Wno-uninitialized -fexceptions -fexceptions -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/fts.o -MD -MP -MF /build/io/fts.o.dt -MT /build/io/fts.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from fts.c:52: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/io/fts.o] Error 1 gcc -m32 fts64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -Wno-uninitialized -fexceptions -fexceptions -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/fts64.o -MD -MP -MF /build/io/fts64.o.dt -MT /build/io/fts64.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from fts.c:52, from fts64.c:31: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/io/fts64.o] Error 1 gcc -m32 fts64-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -Wno-uninitialized -fexceptions -fexceptions -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/fts64-time64.o -MD -MP -MF /build/io/fts64-time64.o.dt -MT /build/io/fts64-time64.o In file included from ../time/time.h:25, from ../include/time.h:2, from fts64-time64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/io/fts64-time64.o] Error 1 gcc -m32 ftw.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fexceptions -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/ftw.o -MD -MP -MF /build/io/ftw.o.dt -MT /build/io/ftw.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from ftw.c:38: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/io/ftw.o] Error 1 gcc -m32 ftw64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fexceptions -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/ftw64.o -MD -MP -MF /build/io/ftw64.o.dt -MT /build/io/ftw64.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from ftw.c:38, from ftw64.c:31: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/io/ftw64.o] Error 1 gcc -m32 ftw64-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fexceptions -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/ftw64-time64.o -MD -MP -MF /build/io/ftw64-time64.o.dt -MT /build/io/ftw64-time64.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ftw64-time64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/io/ftw64-time64.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/futimens.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/futimens.o -MD -MP -MF /build/io/futimens.o.dt -MT /build/io/futimens.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/futimens.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/futimens.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/getcwd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/getcwd.o -MD -MP -MF /build/io/getcwd.o.dt -MT /build/io/getcwd.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from ../sysdeps/unix/sysv/linux/getcwd.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/getcwd.o] Error 1 gcc -m32 getdirname.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/getdirname.o -MD -MP -MF /build/io/getdirname.o.dt -MT /build/io/getdirname.o In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from getdirname.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/io/getdirname.o] Error 1 gcc -m32 getwd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/getwd.o -MD -MP -MF /build/io/getwd.o.dt -MT /build/io/getwd.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from getwd.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/io/getwd.o] Error 1 gcc -m32 ../sysdeps/posix/isatty.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/isatty.o -MD -MP -MF /build/io/isatty.o.dt -MT /build/io/isatty.o In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/posix/isatty.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:485: /build/io/isatty.o] Error 1 gcc -m32 lchmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/lchmod.o -MD -MP -MF /build/io/lchmod.o.dt -MT /build/io/lchmod.o In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from lchmod.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/io/lchmod.o] Error 1 (echo '#define SYSCALL_NAME lchown32'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __lchown'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo '#include '; \ echo '#if IS_IN (libc)'; \ echo 'versioned_symbol (libc, __lchown, lchown, GLIBC_2_0)'; \ echo '#else'; \ echo 'weak_alias (__lchown, lchown)'; \ echo '#endif'; \ echo '#if defined SHARED && IS_IN (libc)'; \ echo 'strong_alias (__lchown, __lchown_1)'; \ echo 'compat_symbol (libc, __lchown_1, chown, GLIBC_2_0)'; \ echo '#endif'; \ ) | gcc -m32 -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/lchown.o -x assembler-with-cpp - -MD -MP -MF /build/io/lchown.o.dt -MT /build/io/lchown.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:34: /build/io/lchown.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/link.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/link.o -MD -MP -MF /build/io/link.o.dt -MT /build/io/link.o In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/link.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/link.o] Error 1 (echo '#define SYSCALL_NAME linkat'; \ echo '#define SYSCALL_NARGS 5'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL linkat'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/linkat.o -x assembler-with-cpp - -MD -MP -MF /build/io/linkat.o.dt -MT /build/io/linkat.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1673: /build/io/linkat.o] Error 1 gcc -m32 lockf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/lockf.o -MD -MP -MF /build/io/lockf.o.dt -MT /build/io/lockf.o In file included from ../posix/bits/types.h:26, from ../include/bits/types.h:1, from lockf.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/io/lockf.o] Error 1 gcc -m32 lockf64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/lockf64.o -MD -MP -MF /build/io/lockf64.o.dt -MT /build/io/lockf64.o In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from lockf64.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/io/lockf64.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/lseek.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/lseek.o -MD -MP -MF /build/io/lseek.o.dt -MT /build/io/lseek.o In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/lseek.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/lseek.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/lseek64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/lseek64.o -MD -MP -MF /build/io/lseek64.o.dt -MT /build/io/lseek64.o In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/lseek64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/lseek64.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/lstat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/lstat.o -MD -MP -MF /build/io/lstat.o.dt -MT /build/io/lstat.o In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/lstat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/lstat.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/lstat64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/lstat64.o -MD -MP -MF /build/io/lstat64.o.dt -MT /build/io/lstat64.o In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/lstat64.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/lstat64.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/mkdir.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/mkdir.o -MD -MP -MF /build/io/mkdir.o.dt -MT /build/io/mkdir.o In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/mkdir.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/mkdir.o] Error 1 (echo '#define SYSCALL_NAME mkdirat'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL mkdirat'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/mkdirat.o -x assembler-with-cpp - -MD -MP -MF /build/io/mkdirat.o.dt -MT /build/io/mkdirat.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1690: /build/io/mkdirat.o] Error 1 gcc -m32 ../sysdeps/posix/mkfifo.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/mkfifo.o -MD -MP -MF /build/io/mkfifo.o.dt -MT /build/io/mkfifo.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/posix/mkfifo.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:485: /build/io/mkfifo.o] Error 1 gcc -m32 ../sysdeps/posix/mkfifoat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/mkfifoat.o -MD -MP -MF /build/io/mkfifoat.o.dt -MT /build/io/mkfifoat.o In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/posix/mkfifoat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:485: /build/io/mkfifoat.o] Error 1 gcc -m32 mknod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/mknod.o -MD -MP -MF /build/io/mknod.o.dt -MT /build/io/mknod.o In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from mknod.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/io/mknod.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/mknodat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/mknodat.o -MD -MP -MF /build/io/mknodat.o.dt -MT /build/io/mknodat.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/mknodat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/mknodat.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/open.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/open.o -MD -MP -MF /build/io/open.o.dt -MT /build/io/open.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/open.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/open.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/open64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/open64.o -MD -MP -MF /build/io/open64.o.dt -MT /build/io/open64.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/open64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/open64.o] Error 1 gcc -m32 open64_2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/open64_2.o -MD -MP -MF /build/io/open64_2.o.dt -MT /build/io/open64_2.o In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from open64_2.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/io/open64_2.o] Error 1 gcc -m32 open_2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/open_2.o -MD -MP -MF /build/io/open_2.o.dt -MT /build/io/open_2.o In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from open_2.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/io/open_2.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/openat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/openat.o -MD -MP -MF /build/io/openat.o.dt -MT /build/io/openat.o In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/openat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/openat.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/openat64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/openat64.o -MD -MP -MF /build/io/openat64.o.dt -MT /build/io/openat64.o In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/openat64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/openat64.o] Error 1 gcc -m32 openat64_2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/openat64_2.o -MD -MP -MF /build/io/openat64_2.o.dt -MT /build/io/openat64_2.o In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from openat64_2.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/io/openat64_2.o] Error 1 gcc -m32 openat_2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/openat_2.o -MD -MP -MF /build/io/openat_2.o.dt -MT /build/io/openat_2.o In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from openat_2.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/io/openat_2.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/pipe.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/pipe.o -MD -MP -MF /build/io/pipe.o.dt -MT /build/io/pipe.o In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/pipe.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/pipe.o] Error 1 (echo '#define SYSCALL_NAME pipe2'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __pipe2'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__pipe2, pipe2)'; \ echo 'hidden_weak (pipe2)'; \ ) | gcc -m32 -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/pipe2.o -x assembler-with-cpp - -MD -MP -MF /build/io/pipe2.o.dt -MT /build/io/pipe2.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1138: /build/io/pipe2.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/poll.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/poll.o -MD -MP -MF /build/io/poll.o.dt -MT /build/io/poll.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/poll.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/poll.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/posix_fadvise.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/posix_fadvise.o -MD -MP -MF /build/io/posix_fadvise.o.dt -MT /build/io/posix_fadvise.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/posix_fadvise.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/posix_fadvise.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/posix_fadvise64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/posix_fadvise64.o -MD -MP -MF /build/io/posix_fadvise64.o.dt -MT /build/io/posix_fadvise64.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/posix_fadvise64.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/posix_fadvise64.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/posix_fallocate.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/posix_fallocate.o -MD -MP -MF /build/io/posix_fallocate.o.dt -MT /build/io/posix_fallocate.o In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/posix_fallocate.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/posix_fallocate.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/posix_fallocate64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/posix_fallocate64.o -MD -MP -MF /build/io/posix_fallocate64.o.dt -MT /build/io/posix_fallocate64.o In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/posix_fallocate64.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/posix_fallocate64.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/ppoll.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/ppoll.o -MD -MP -MF /build/io/ppoll.o.dt -MT /build/io/ppoll.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/ppoll.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/ppoll.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/read.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/read.o -MD -MP -MF /build/io/read.o.dt -MT /build/io/read.o In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/read.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/read.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/readlink.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/readlink.o -MD -MP -MF /build/io/readlink.o.dt -MT /build/io/readlink.o In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/readlink.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/readlink.o] Error 1 (echo '#define SYSCALL_NAME readlinkat'; \ echo '#define SYSCALL_NARGS 4'; \ echo '#define SYSCALL_ULONG_ARG_1 4'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL readlinkat'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/readlinkat.o -x assembler-with-cpp - -MD -MP -MF /build/io/readlinkat.o.dt -MT /build/io/readlinkat.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1707: /build/io/readlinkat.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/rmdir.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/rmdir.o -MD -MP -MF /build/io/rmdir.o.dt -MT /build/io/rmdir.o In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/rmdir.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/rmdir.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/sendfile.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/sendfile.o -MD -MP -MF /build/io/sendfile.o.dt -MT /build/io/sendfile.o In file included from ../io/sys/sendfile.h:22, from ../include/sys/sendfile.h:1, from ../sysdeps/unix/sysv/linux/sendfile.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/sendfile.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/sendfile64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/sendfile64.o -MD -MP -MF /build/io/sendfile64.o.dt -MT /build/io/sendfile64.o In file included from ../io/sys/sendfile.h:22, from ../include/sys/sendfile.h:1, from ../sysdeps/unix/sysv/linux/sendfile64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/sendfile64.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/stat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/stat.o -MD -MP -MF /build/io/stat.o.dt -MT /build/io/stat.o In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/stat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/stat.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/stat64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/stat64.o -MD -MP -MF /build/io/stat64.o.dt -MT /build/io/stat64.o In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/stat64.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/stat64.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/statfs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/statfs.o -MD -MP -MF /build/io/statfs.o.dt -MT /build/io/statfs.o In file included from ../io/sys/statfs.h:22, from ../include/sys/statfs.h:2, from ../sysdeps/unix/sysv/linux/statfs.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/statfs.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/statfs64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/statfs64.o -MD -MP -MF /build/io/statfs64.o.dt -MT /build/io/statfs64.o In file included from ../io/sys/statfs.h:22, from ../include/sys/statfs.h:2, from ../sysdeps/unix/sysv/linux/statfs64.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/statfs64.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/statvfs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/statvfs.o -MD -MP -MF /build/io/statvfs.o.dt -MT /build/io/statvfs.o In file included from ../io/sys/statvfs.h:22, from ../include/sys/statvfs.h:2, from ../sysdeps/unix/sysv/linux/statvfs.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/statvfs.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/statvfs64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/statvfs64.o -MD -MP -MF /build/io/statvfs64.o.dt -MT /build/io/statvfs64.o In file included from ../io/sys/statvfs.h:22, from ../include/sys/statvfs.h:2, from ../sysdeps/unix/sysv/linux/statvfs64.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/statvfs64.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/statx.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/statx.o -MD -MP -MF /build/io/statx.o.dt -MT /build/io/statx.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/statx.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/statx.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/symlink.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/symlink.o -MD -MP -MF /build/io/symlink.o.dt -MT /build/io/symlink.o In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/symlink.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/symlink.o] Error 1 (echo '#define SYSCALL_NAME symlinkat'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL symlinkat'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/symlinkat.o -x assembler-with-cpp - -MD -MP -MF /build/io/symlinkat.o.dt -MT /build/io/symlinkat.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1724: /build/io/symlinkat.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/ttyname.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/ttyname.o -MD -MP -MF /build/io/ttyname.o.dt -MT /build/io/ttyname.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/ttyname.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/ttyname.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/ttyname_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/ttyname_r.o -MD -MP -MF /build/io/ttyname_r.o.dt -MT /build/io/ttyname_r.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/ttyname_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/ttyname_r.o] Error 1 (echo '#define SYSCALL_NAME umask'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __umask'; \ echo '#define SYSCALL_NOERRNO 1'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__umask, umask)'; \ echo 'hidden_weak (umask)'; \ ) | gcc -m32 -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/umask.o -x assembler-with-cpp - -MD -MP -MF /build/io/umask.o.dt -MT /build/io/umask.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2710: /build/io/umask.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/unlink.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/unlink.o -MD -MP -MF /build/io/unlink.o.dt -MT /build/io/unlink.o In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/unlink.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/unlink.o] Error 1 (echo '#define SYSCALL_NAME unlinkat'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL unlinkat'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/unlinkat.o -x assembler-with-cpp - -MD -MP -MF /build/io/unlinkat.o.dt -MT /build/io/unlinkat.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1741: /build/io/unlinkat.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/utime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/utime.o -MD -MP -MF /build/io/utime.o.dt -MT /build/io/utime.o In file included from ../io/utime.h:25, from ../include/utime.h:3, from ../sysdeps/unix/sysv/linux/utime.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/utime.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/utimensat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/utimensat.o -MD -MP -MF /build/io/utimensat.o.dt -MT /build/io/utimensat.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/utimensat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/utimensat.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/write.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/write.o -MD -MP -MF /build/io/write.o.dt -MT /build/io/write.o In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/write.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/write.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/i386/libc-do-syscall.S -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/libc-do-syscall.o -MD -MP -MF /build/io/libc-do-syscall.o.dt -MT /build/io/libc-do-syscall.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/sysv/linux/i386/libc-do-syscall.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:75: /build/io/libc-do-syscall.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/i386/libc-do-syscall-int80.S -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/libc-do-syscall-int80.o -MD -MP -MF /build/io/libc-do-syscall-int80.o.dt -MT /build/io/libc-do-syscall-int80.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/sysv/linux/i386/libc-do-syscall-int80.S:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:75: /build/io/libc-do-syscall-int80.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/close_nocancel.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/close_nocancel.o -MD -MP -MF /build/io/close_nocancel.o.dt -MT /build/io/close_nocancel.o In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/close_nocancel.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/close_nocancel.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fallocate.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/fallocate.o -MD -MP -MF /build/io/fallocate.o.dt -MT /build/io/fallocate.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/fallocate.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/fallocate.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fallocate64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/fallocate64.o -MD -MP -MF /build/io/fallocate64.o.dt -MT /build/io/fallocate64.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/fallocate64.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/fallocate64.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fcntl_nocancel.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/fcntl_nocancel.o -MD -MP -MF /build/io/fcntl_nocancel.o.dt -MT /build/io/fcntl_nocancel.o In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/fcntl_nocancel.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/fcntl_nocancel.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/internal_statvfs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/internal_statvfs.o -MD -MP -MF /build/io/internal_statvfs.o.dt -MT /build/io/internal_statvfs.o In file included from ../io/sys/statfs.h:22, from ../include/sys/statfs.h:2, from ../sysdeps/unix/sysv/linux/internal_statvfs.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/internal_statvfs.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/open64_nocancel.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/open64_nocancel.o -MD -MP -MF /build/io/open64_nocancel.o.dt -MT /build/io/open64_nocancel.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/open64_nocancel.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/open64_nocancel.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/open_nocancel.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/open_nocancel.o -MD -MP -MF /build/io/open_nocancel.o.dt -MT /build/io/open_nocancel.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/open_nocancel.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/open_nocancel.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/openat64_nocancel.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/openat64_nocancel.o -MD -MP -MF /build/io/openat64_nocancel.o.dt -MT /build/io/openat64_nocancel.o In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/openat64_nocancel.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/openat64_nocancel.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/openat_nocancel.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/openat_nocancel.o -MD -MP -MF /build/io/openat_nocancel.o.dt -MT /build/io/openat_nocancel.o In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/openat_nocancel.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/openat_nocancel.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/pread64_nocancel.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/pread64_nocancel.o -MD -MP -MF /build/io/pread64_nocancel.o.dt -MT /build/io/pread64_nocancel.o In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/pread64_nocancel.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/pread64_nocancel.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/read_nocancel.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/read_nocancel.o -MD -MP -MF /build/io/read_nocancel.o.dt -MT /build/io/read_nocancel.o In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/read_nocancel.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/read_nocancel.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/stat_t64_cp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/stat_t64_cp.o -MD -MP -MF /build/io/stat_t64_cp.o.dt -MT /build/io/stat_t64_cp.o In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/stat_t64_cp.h:19, from ../sysdeps/unix/sysv/linux/stat_t64_cp.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/stat_t64_cp.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/statx_cp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/statx_cp.o -MD -MP -MF /build/io/statx_cp.o.dt -MT /build/io/statx_cp.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from ../sysdeps/unix/sysv/linux/statx_cp.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/statx_cp.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/sync_file_range.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/sync_file_range.o -MD -MP -MF /build/io/sync_file_range.o.dt -MT /build/io/sync_file_range.o In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/sync_file_range.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/sync_file_range.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/write_nocancel.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/write_nocancel.o -MD -MP -MF /build/io/write_nocancel.o.dt -MT /build/io/write_nocancel.o In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/write_nocancel.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/write_nocancel.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/xstatconv.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/xstatconv.o -MD -MP -MF /build/io/xstatconv.o.dt -MT /build/io/xstatconv.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/xstatconv.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/io/xstatconv.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/access.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/access.os -MD -MP -MF /build/io/access.os.dt -MT /build/io/access.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/access.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/access.os] Error 1 (echo '#define SYSCALL_NAME chdir'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __chdir'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__chdir, chdir)'; \ echo 'hidden_weak (chdir)'; \ ) | gcc -m32 -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/chdir.os -x assembler-with-cpp - -MD -MP -MF /build/io/chdir.os.dt -MT /build/io/chdir.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2175: /build/io/chdir.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/chmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/chmod.os -MD -MP -MF /build/io/chmod.os.dt -MT /build/io/chmod.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/chmod.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/chmod.os] Error 1 (echo '#define SYSCALL_NAME chown32'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __chown'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo '#include '; \ echo '#if IS_IN (libc)'; \ echo 'versioned_symbol (libc, __chown, chown, GLIBC_2_1)'; \ echo '#else'; \ echo 'weak_alias (__chown, chown)'; \ echo '#endif'; \ ) | gcc -m32 -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/chown.os -x assembler-with-cpp - -MD -MP -MF /build/io/chown.os.dt -MT /build/io/chown.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:11: /build/io/chown.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/close.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/close.os -MD -MP -MF /build/io/close.os.dt -MT /build/io/close.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/close.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/close.os] Error 1 (echo '#define SYSCALL_NAME close_range'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __close_range'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__close_range, close_range)'; \ echo 'hidden_weak (close_range)'; \ ) | gcc -m32 -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/close_range.os -x assembler-with-cpp - -MD -MP -MF /build/io/close_range.os.dt -MT /build/io/close_range.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2128: /build/io/close_range.os] Error 1 gcc -m32 closefrom.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/closefrom.os -MD -MP -MF /build/io/closefrom.os.dt -MT /build/io/closefrom.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from closefrom.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/io/closefrom.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/copy_file_range.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/copy_file_range.os -MD -MP -MF /build/io/copy_file_range.os.dt -MT /build/io/copy_file_range.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/copy_file_range.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/copy_file_range.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/creat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/creat.os -MD -MP -MF /build/io/creat.os.dt -MT /build/io/creat.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/creat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/creat.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/creat64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/creat64.os -MD -MP -MF /build/io/creat64.os.dt -MT /build/io/creat64.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/creat64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/creat64.os] Error 1 (echo '#define SYSCALL_NAME dup'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __dup'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__dup, dup)'; \ echo 'hidden_weak (dup)'; \ ) | gcc -m32 -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/dup.os -x assembler-with-cpp - -MD -MP -MF /build/io/dup.os.dt -MT /build/io/dup.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2219: /build/io/dup.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/dup2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/dup2.os -MD -MP -MF /build/io/dup2.os.dt -MT /build/io/dup2.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/dup2.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/dup2.os] Error 1 (echo '#define SYSCALL_NAME dup3'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __dup3'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__dup3, dup3)'; \ echo 'hidden_weak (dup3)'; \ ) | gcc -m32 -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/dup3.os -x assembler-with-cpp - -MD -MP -MF /build/io/dup3.os.dt -MT /build/io/dup3.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2240: /build/io/dup3.os] Error 1 gcc -m32 ../sysdeps/posix/euidaccess.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/euidaccess.os -MD -MP -MF /build/io/euidaccess.os.dt -MT /build/io/euidaccess.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/posix/euidaccess.c:26: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:501: /build/io/euidaccess.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/faccessat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/faccessat.os -MD -MP -MF /build/io/faccessat.os.dt -MT /build/io/faccessat.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/faccessat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/faccessat.os] Error 1 (echo '#define SYSCALL_NAME fchdir'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __fchdir'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__fchdir, fchdir)'; \ echo 'hidden_weak (fchdir)'; \ ) | gcc -m32 -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/fchdir.os -x assembler-with-cpp - -MD -MP -MF /build/io/fchdir.os.dt -MT /build/io/fchdir.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2259: /build/io/fchdir.os] Error 1 (echo '#define SYSCALL_NAME fchmod'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __fchmod'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__fchmod, fchmod)'; \ echo 'hidden_weak (fchmod)'; \ ) | gcc -m32 -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/fchmod.os -x assembler-with-cpp - -MD -MP -MF /build/io/fchmod.os.dt -MT /build/io/fchmod.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2278: /build/io/fchmod.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fchmodat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/fchmodat.os -MD -MP -MF /build/io/fchmodat.os.dt -MT /build/io/fchmodat.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/fchmodat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/fchmodat.os] Error 1 (echo '#define SYSCALL_NAME fchown32'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __fchown'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__fchown, fchown)'; \ echo 'hidden_weak (fchown)'; \ ) | gcc -m32 -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/fchown.os -x assembler-with-cpp - -MD -MP -MF /build/io/fchown.os.dt -MT /build/io/fchown.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:61: /build/io/fchown.os] Error 1 (echo '#define SYSCALL_NAME fchownat'; \ echo '#define SYSCALL_NARGS 5'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL fchownat'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/fchownat.os -x assembler-with-cpp - -MD -MP -MF /build/io/fchownat.os.dt -MT /build/io/fchownat.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1656: /build/io/fchownat.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fcntl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/fcntl.os -MD -MP -MF /build/io/fcntl.os.dt -MT /build/io/fcntl.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/fcntl.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/fcntl.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fcntl64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/fcntl64.os -MD -MP -MF /build/io/fcntl64.os.dt -MT /build/io/fcntl64.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/fcntl64.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/fcntl64.os] Error 1 gcc -m32 file_change_detection.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/file_change_detection.os -MD -MP -MF /build/io/file_change_detection.os.dt -MT /build/io/file_change_detection.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from ../include/file_change_detection.h:23, from file_change_detection.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/io/file_change_detection.os] Error 1 (echo '#define SYSCALL_NAME flock'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __flock'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__flock, flock)'; \ echo 'hidden_weak (flock)'; \ ) | gcc -m32 -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/flock.os -x assembler-with-cpp - -MD -MP -MF /build/io/flock.os.dt -MT /build/io/flock.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:532: /build/io/flock.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fstat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/fstat.os -MD -MP -MF /build/io/fstat.os.dt -MT /build/io/fstat.os In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/fstat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/fstat.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fstat64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/fstat64.os -MD -MP -MF /build/io/fstat64.os.dt -MT /build/io/fstat64.os In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/fstat64.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/fstat64.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fstatat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/fstatat.os -MD -MP -MF /build/io/fstatat.os.dt -MT /build/io/fstatat.os In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/fstatat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/fstatat.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fstatat64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/fstatat64.os -MD -MP -MF /build/io/fstatat64.os.dt -MT /build/io/fstatat64.os In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/fstatat64.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/fstatat64.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fstatfs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/fstatfs.os -MD -MP -MF /build/io/fstatfs.os.dt -MT /build/io/fstatfs.os In file included from ../io/sys/statfs.h:22, from ../include/sys/statfs.h:2, from ../sysdeps/unix/sysv/linux/fstatfs.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/fstatfs.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fstatfs64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/fstatfs64.os -MD -MP -MF /build/io/fstatfs64.os.dt -MT /build/io/fstatfs64.os In file included from ../io/sys/statfs.h:22, from ../include/sys/statfs.h:2, from ../sysdeps/unix/sysv/linux/fstatfs64.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/fstatfs64.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fstatvfs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/fstatvfs.os -MD -MP -MF /build/io/fstatvfs.os.dt -MT /build/io/fstatvfs.os In file included from ../io/sys/statvfs.h:22, from ../include/sys/statvfs.h:2, from ../sysdeps/unix/sysv/linux/fstatvfs.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/fstatvfs.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fstatvfs64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/fstatvfs64.os -MD -MP -MF /build/io/fstatvfs64.os.dt -MT /build/io/fstatvfs64.os In file included from ../io/sys/statvfs.h:22, from ../include/sys/statvfs.h:2, from ../sysdeps/unix/sysv/linux/fstatvfs64.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/fstatvfs64.os] Error 1 gcc -m32 fts.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -Wno-uninitialized -fexceptions -fexceptions -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/fts.os -MD -MP -MF /build/io/fts.os.dt -MT /build/io/fts.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from fts.c:52: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/io/fts.os] Error 1 gcc -m32 fts64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -Wno-uninitialized -fexceptions -fexceptions -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/fts64.os -MD -MP -MF /build/io/fts64.os.dt -MT /build/io/fts64.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from fts.c:52, from fts64.c:31: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/io/fts64.os] Error 1 gcc -m32 fts64-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -Wno-uninitialized -fexceptions -fexceptions -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/fts64-time64.os -MD -MP -MF /build/io/fts64-time64.os.dt -MT /build/io/fts64-time64.os In file included from ../time/time.h:25, from ../include/time.h:2, from fts64-time64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/io/fts64-time64.os] Error 1 gcc -m32 ftw.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fexceptions -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/ftw.os -MD -MP -MF /build/io/ftw.os.dt -MT /build/io/ftw.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from ftw.c:38: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/io/ftw.os] Error 1 gcc -m32 ftw64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fexceptions -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/ftw64.os -MD -MP -MF /build/io/ftw64.os.dt -MT /build/io/ftw64.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from ftw.c:38, from ftw64.c:31: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/io/ftw64.os] Error 1 gcc -m32 ftw64-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fexceptions -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/ftw64-time64.os -MD -MP -MF /build/io/ftw64-time64.os.dt -MT /build/io/ftw64-time64.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ftw64-time64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/io/ftw64-time64.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/futimens.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/futimens.os -MD -MP -MF /build/io/futimens.os.dt -MT /build/io/futimens.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/futimens.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/futimens.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/getcwd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/getcwd.os -MD -MP -MF /build/io/getcwd.os.dt -MT /build/io/getcwd.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from ../sysdeps/unix/sysv/linux/getcwd.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/getcwd.os] Error 1 gcc -m32 getdirname.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/getdirname.os -MD -MP -MF /build/io/getdirname.os.dt -MT /build/io/getdirname.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from getdirname.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/io/getdirname.os] Error 1 gcc -m32 getwd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/getwd.os -MD -MP -MF /build/io/getwd.os.dt -MT /build/io/getwd.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from getwd.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/io/getwd.os] Error 1 gcc -m32 ../sysdeps/posix/isatty.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/isatty.os -MD -MP -MF /build/io/isatty.os.dt -MT /build/io/isatty.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/posix/isatty.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:501: /build/io/isatty.os] Error 1 gcc -m32 lchmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/lchmod.os -MD -MP -MF /build/io/lchmod.os.dt -MT /build/io/lchmod.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from lchmod.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/io/lchmod.os] Error 1 (echo '#define SYSCALL_NAME lchown32'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __lchown'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo '#include '; \ echo '#if IS_IN (libc)'; \ echo 'versioned_symbol (libc, __lchown, lchown, GLIBC_2_0)'; \ echo '#else'; \ echo 'weak_alias (__lchown, lchown)'; \ echo '#endif'; \ echo '#if defined SHARED && IS_IN (libc)'; \ echo 'strong_alias (__lchown, __lchown_1)'; \ echo 'compat_symbol (libc, __lchown_1, chown, GLIBC_2_0)'; \ echo '#endif'; \ ) | gcc -m32 -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/lchown.os -x assembler-with-cpp - -MD -MP -MF /build/io/lchown.os.dt -MT /build/io/lchown.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:34: /build/io/lchown.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/link.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/link.os -MD -MP -MF /build/io/link.os.dt -MT /build/io/link.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/link.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/link.os] Error 1 (echo '#define SYSCALL_NAME linkat'; \ echo '#define SYSCALL_NARGS 5'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL linkat'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/linkat.os -x assembler-with-cpp - -MD -MP -MF /build/io/linkat.os.dt -MT /build/io/linkat.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1673: /build/io/linkat.os] Error 1 gcc -m32 lockf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/lockf.os -MD -MP -MF /build/io/lockf.os.dt -MT /build/io/lockf.os In file included from ../posix/bits/types.h:26, from ../include/bits/types.h:1, from lockf.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/io/lockf.os] Error 1 gcc -m32 lockf64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/lockf64.os -MD -MP -MF /build/io/lockf64.os.dt -MT /build/io/lockf64.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from lockf64.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/io/lockf64.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/lseek.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/lseek.os -MD -MP -MF /build/io/lseek.os.dt -MT /build/io/lseek.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/lseek.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/lseek.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/lseek64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/lseek64.os -MD -MP -MF /build/io/lseek64.os.dt -MT /build/io/lseek64.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/lseek64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/lseek64.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/lstat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/lstat.os -MD -MP -MF /build/io/lstat.os.dt -MT /build/io/lstat.os In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/lstat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/lstat.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/lstat64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/lstat64.os -MD -MP -MF /build/io/lstat64.os.dt -MT /build/io/lstat64.os In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/lstat64.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/lstat64.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/mkdir.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/mkdir.os -MD -MP -MF /build/io/mkdir.os.dt -MT /build/io/mkdir.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/mkdir.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/mkdir.os] Error 1 (echo '#define SYSCALL_NAME mkdirat'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL mkdirat'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/mkdirat.os -x assembler-with-cpp - -MD -MP -MF /build/io/mkdirat.os.dt -MT /build/io/mkdirat.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1690: /build/io/mkdirat.os] Error 1 gcc -m32 ../sysdeps/posix/mkfifo.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/mkfifo.os -MD -MP -MF /build/io/mkfifo.os.dt -MT /build/io/mkfifo.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/posix/mkfifo.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:501: /build/io/mkfifo.os] Error 1 gcc -m32 ../sysdeps/posix/mkfifoat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/mkfifoat.os -MD -MP -MF /build/io/mkfifoat.os.dt -MT /build/io/mkfifoat.os In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/posix/mkfifoat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:501: /build/io/mkfifoat.os] Error 1 gcc -m32 mknod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/mknod.os -MD -MP -MF /build/io/mknod.os.dt -MT /build/io/mknod.os In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from mknod.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/io/mknod.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/mknodat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/mknodat.os -MD -MP -MF /build/io/mknodat.os.dt -MT /build/io/mknodat.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/mknodat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/mknodat.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/open.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/open.os -MD -MP -MF /build/io/open.os.dt -MT /build/io/open.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/open.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/open.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/open64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/open64.os -MD -MP -MF /build/io/open64.os.dt -MT /build/io/open64.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/open64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/open64.os] Error 1 gcc -m32 open64_2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/open64_2.os -MD -MP -MF /build/io/open64_2.os.dt -MT /build/io/open64_2.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from open64_2.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/io/open64_2.os] Error 1 gcc -m32 open_2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/open_2.os -MD -MP -MF /build/io/open_2.os.dt -MT /build/io/open_2.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from open_2.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/io/open_2.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/openat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/openat.os -MD -MP -MF /build/io/openat.os.dt -MT /build/io/openat.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/openat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/openat.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/openat64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/openat64.os -MD -MP -MF /build/io/openat64.os.dt -MT /build/io/openat64.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/openat64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/openat64.os] Error 1 gcc -m32 openat64_2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/openat64_2.os -MD -MP -MF /build/io/openat64_2.os.dt -MT /build/io/openat64_2.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from openat64_2.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/io/openat64_2.os] Error 1 gcc -m32 openat_2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/openat_2.os -MD -MP -MF /build/io/openat_2.os.dt -MT /build/io/openat_2.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from openat_2.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/io/openat_2.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/pipe.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/pipe.os -MD -MP -MF /build/io/pipe.os.dt -MT /build/io/pipe.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/pipe.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/pipe.os] Error 1 (echo '#define SYSCALL_NAME pipe2'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __pipe2'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__pipe2, pipe2)'; \ echo 'hidden_weak (pipe2)'; \ ) | gcc -m32 -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/pipe2.os -x assembler-with-cpp - -MD -MP -MF /build/io/pipe2.os.dt -MT /build/io/pipe2.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1138: /build/io/pipe2.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/poll.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/poll.os -MD -MP -MF /build/io/poll.os.dt -MT /build/io/poll.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/poll.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/poll.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/posix_fadvise.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/posix_fadvise.os -MD -MP -MF /build/io/posix_fadvise.os.dt -MT /build/io/posix_fadvise.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/posix_fadvise.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/posix_fadvise.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/posix_fadvise64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/posix_fadvise64.os -MD -MP -MF /build/io/posix_fadvise64.os.dt -MT /build/io/posix_fadvise64.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/posix_fadvise64.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/posix_fadvise64.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/posix_fallocate.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/posix_fallocate.os -MD -MP -MF /build/io/posix_fallocate.os.dt -MT /build/io/posix_fallocate.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/posix_fallocate.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/posix_fallocate.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/posix_fallocate64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/posix_fallocate64.os -MD -MP -MF /build/io/posix_fallocate64.os.dt -MT /build/io/posix_fallocate64.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/posix_fallocate64.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/posix_fallocate64.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/ppoll.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/ppoll.os -MD -MP -MF /build/io/ppoll.os.dt -MT /build/io/ppoll.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/ppoll.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/ppoll.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/read.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/read.os -MD -MP -MF /build/io/read.os.dt -MT /build/io/read.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/read.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/read.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/readlink.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/readlink.os -MD -MP -MF /build/io/readlink.os.dt -MT /build/io/readlink.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/readlink.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/readlink.os] Error 1 (echo '#define SYSCALL_NAME readlinkat'; \ echo '#define SYSCALL_NARGS 4'; \ echo '#define SYSCALL_ULONG_ARG_1 4'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL readlinkat'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/readlinkat.os -x assembler-with-cpp - -MD -MP -MF /build/io/readlinkat.os.dt -MT /build/io/readlinkat.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1707: /build/io/readlinkat.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/rmdir.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/rmdir.os -MD -MP -MF /build/io/rmdir.os.dt -MT /build/io/rmdir.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/rmdir.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/rmdir.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/sendfile.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/sendfile.os -MD -MP -MF /build/io/sendfile.os.dt -MT /build/io/sendfile.os In file included from ../io/sys/sendfile.h:22, from ../include/sys/sendfile.h:1, from ../sysdeps/unix/sysv/linux/sendfile.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/sendfile.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/sendfile64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/sendfile64.os -MD -MP -MF /build/io/sendfile64.os.dt -MT /build/io/sendfile64.os In file included from ../io/sys/sendfile.h:22, from ../include/sys/sendfile.h:1, from ../sysdeps/unix/sysv/linux/sendfile64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/sendfile64.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/stat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/stat.os -MD -MP -MF /build/io/stat.os.dt -MT /build/io/stat.os In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/stat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/stat.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/stat64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/stat64.os -MD -MP -MF /build/io/stat64.os.dt -MT /build/io/stat64.os In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/stat64.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/stat64.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/statfs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/statfs.os -MD -MP -MF /build/io/statfs.os.dt -MT /build/io/statfs.os In file included from ../io/sys/statfs.h:22, from ../include/sys/statfs.h:2, from ../sysdeps/unix/sysv/linux/statfs.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/statfs.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/statfs64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/statfs64.os -MD -MP -MF /build/io/statfs64.os.dt -MT /build/io/statfs64.os In file included from ../io/sys/statfs.h:22, from ../include/sys/statfs.h:2, from ../sysdeps/unix/sysv/linux/statfs64.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/statfs64.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/statvfs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/statvfs.os -MD -MP -MF /build/io/statvfs.os.dt -MT /build/io/statvfs.os In file included from ../io/sys/statvfs.h:22, from ../include/sys/statvfs.h:2, from ../sysdeps/unix/sysv/linux/statvfs.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/statvfs.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/statvfs64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/statvfs64.os -MD -MP -MF /build/io/statvfs64.os.dt -MT /build/io/statvfs64.os In file included from ../io/sys/statvfs.h:22, from ../include/sys/statvfs.h:2, from ../sysdeps/unix/sysv/linux/statvfs64.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/statvfs64.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/statx.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/statx.os -MD -MP -MF /build/io/statx.os.dt -MT /build/io/statx.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/statx.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/statx.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/symlink.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/symlink.os -MD -MP -MF /build/io/symlink.os.dt -MT /build/io/symlink.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/symlink.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/symlink.os] Error 1 (echo '#define SYSCALL_NAME symlinkat'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL symlinkat'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/symlinkat.os -x assembler-with-cpp - -MD -MP -MF /build/io/symlinkat.os.dt -MT /build/io/symlinkat.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1724: /build/io/symlinkat.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/ttyname.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/ttyname.os -MD -MP -MF /build/io/ttyname.os.dt -MT /build/io/ttyname.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/ttyname.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/ttyname.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/ttyname_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/ttyname_r.os -MD -MP -MF /build/io/ttyname_r.os.dt -MT /build/io/ttyname_r.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/ttyname_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/ttyname_r.os] Error 1 (echo '#define SYSCALL_NAME umask'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __umask'; \ echo '#define SYSCALL_NOERRNO 1'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__umask, umask)'; \ echo 'hidden_weak (umask)'; \ ) | gcc -m32 -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/umask.os -x assembler-with-cpp - -MD -MP -MF /build/io/umask.os.dt -MT /build/io/umask.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2710: /build/io/umask.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/unlink.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/unlink.os -MD -MP -MF /build/io/unlink.os.dt -MT /build/io/unlink.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/unlink.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/unlink.os] Error 1 (echo '#define SYSCALL_NAME unlinkat'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL unlinkat'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/unlinkat.os -x assembler-with-cpp - -MD -MP -MF /build/io/unlinkat.os.dt -MT /build/io/unlinkat.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1741: /build/io/unlinkat.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/utime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/utime.os -MD -MP -MF /build/io/utime.os.dt -MT /build/io/utime.os In file included from ../io/utime.h:25, from ../include/utime.h:3, from ../sysdeps/unix/sysv/linux/utime.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/utime.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/utimensat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/utimensat.os -MD -MP -MF /build/io/utimensat.os.dt -MT /build/io/utimensat.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/utimensat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/utimensat.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/write.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/write.os -MD -MP -MF /build/io/write.os.dt -MT /build/io/write.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/write.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/write.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/i386/libc-do-syscall.S -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/libc-do-syscall.os -MD -MP -MF /build/io/libc-do-syscall.os.dt -MT /build/io/libc-do-syscall.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/sysv/linux/i386/libc-do-syscall.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:91: /build/io/libc-do-syscall.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/close_nocancel.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/close_nocancel.os -MD -MP -MF /build/io/close_nocancel.os.dt -MT /build/io/close_nocancel.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/close_nocancel.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/close_nocancel.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fallocate.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/fallocate.os -MD -MP -MF /build/io/fallocate.os.dt -MT /build/io/fallocate.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/fallocate.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/fallocate.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fallocate64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/fallocate64.os -MD -MP -MF /build/io/fallocate64.os.dt -MT /build/io/fallocate64.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/fallocate64.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/fallocate64.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fcntl_nocancel.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/fcntl_nocancel.os -MD -MP -MF /build/io/fcntl_nocancel.os.dt -MT /build/io/fcntl_nocancel.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/fcntl_nocancel.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/fcntl_nocancel.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/internal_statvfs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/internal_statvfs.os -MD -MP -MF /build/io/internal_statvfs.os.dt -MT /build/io/internal_statvfs.os In file included from ../io/sys/statfs.h:22, from ../include/sys/statfs.h:2, from ../sysdeps/unix/sysv/linux/internal_statvfs.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/internal_statvfs.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/open64_nocancel.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/open64_nocancel.os -MD -MP -MF /build/io/open64_nocancel.os.dt -MT /build/io/open64_nocancel.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/open64_nocancel.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/open64_nocancel.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/open_nocancel.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/open_nocancel.os -MD -MP -MF /build/io/open_nocancel.os.dt -MT /build/io/open_nocancel.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/open_nocancel.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/open_nocancel.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/openat64_nocancel.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/openat64_nocancel.os -MD -MP -MF /build/io/openat64_nocancel.os.dt -MT /build/io/openat64_nocancel.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/openat64_nocancel.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/openat64_nocancel.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/openat_nocancel.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/openat_nocancel.os -MD -MP -MF /build/io/openat_nocancel.os.dt -MT /build/io/openat_nocancel.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/openat_nocancel.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/openat_nocancel.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/pread64_nocancel.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/pread64_nocancel.os -MD -MP -MF /build/io/pread64_nocancel.os.dt -MT /build/io/pread64_nocancel.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/pread64_nocancel.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/pread64_nocancel.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/read_nocancel.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/read_nocancel.os -MD -MP -MF /build/io/read_nocancel.os.dt -MT /build/io/read_nocancel.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/read_nocancel.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/read_nocancel.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/stat_t64_cp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/stat_t64_cp.os -MD -MP -MF /build/io/stat_t64_cp.os.dt -MT /build/io/stat_t64_cp.os In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/stat_t64_cp.h:19, from ../sysdeps/unix/sysv/linux/stat_t64_cp.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/stat_t64_cp.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/statx_cp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/statx_cp.os -MD -MP -MF /build/io/statx_cp.os.dt -MT /build/io/statx_cp.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from ../sysdeps/unix/sysv/linux/statx_cp.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/statx_cp.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/sync_file_range.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/sync_file_range.os -MD -MP -MF /build/io/sync_file_range.os.dt -MT /build/io/sync_file_range.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/sync_file_range.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/sync_file_range.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/write_nocancel.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/write_nocancel.os -MD -MP -MF /build/io/write_nocancel.os.dt -MT /build/io/write_nocancel.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/write_nocancel.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/write_nocancel.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/xstatconv.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/xstatconv.os -MD -MP -MF /build/io/xstatconv.os.dt -MT /build/io/xstatconv.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/xstatconv.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/xstatconv.os] Error 1 make[2]: Target 'subdir_lib' not remade because of errors. make[2]: Leaving directory '/glibc/io' make[1]: *** [Makefile:484: io/subdir_lib] Error 2 make subdir=termios -C termios ..=../ subdir_lib make[2]: Entering directory '/glibc/termios' gcc -m32 ../sysdeps/unix/sysv/linux/speed.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/termios -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/termios/speed.o -MD -MP -MF /build/termios/speed.o.dt -MT /build/termios/speed.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/speed.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/termios/speed.o] Error 1 gcc -m32 cfsetspeed.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/termios -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/termios/cfsetspeed.o -MD -MP -MF /build/termios/cfsetspeed.o.dt -MT /build/termios/cfsetspeed.o In file included from ../termios/termios.h:25, from ../include/termios.h:2, from cfsetspeed.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/termios/cfsetspeed.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/tcsetattr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/termios -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/termios/tcsetattr.o -MD -MP -MF /build/termios/tcsetattr.o.dt -MT /build/termios/tcsetattr.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/tcsetattr.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/termios/tcsetattr.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/tcgetattr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/termios -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/termios/tcgetattr.o -MD -MP -MF /build/termios/tcgetattr.o.dt -MT /build/termios/tcgetattr.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/tcgetattr.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/termios/tcgetattr.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/tcgetpgrp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/termios -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/termios/tcgetpgrp.o -MD -MP -MF /build/termios/tcgetpgrp.o.dt -MT /build/termios/tcgetpgrp.o In file included from ../misc/sys/ioctl.h:21, from ../include/sys/ioctl.h:2, from ../sysdeps/unix/bsd/tcgetpgrp.c:18, from ../sysdeps/unix/sysv/linux/tcgetpgrp.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/termios/tcgetpgrp.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/tcsetpgrp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/termios -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/termios/tcsetpgrp.o -MD -MP -MF /build/termios/tcsetpgrp.o.dt -MT /build/termios/tcsetpgrp.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/bsd/tcsetpgrp.c:18, from ../sysdeps/unix/sysv/linux/tcsetpgrp.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/termios/tcsetpgrp.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/tcdrain.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/termios -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/termios/tcdrain.o -MD -MP -MF /build/termios/tcdrain.o.dt -MT /build/termios/tcdrain.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/tcdrain.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/termios/tcdrain.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/tcflow.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/termios -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/termios/tcflow.o -MD -MP -MF /build/termios/tcflow.o.dt -MT /build/termios/tcflow.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/tcflow.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/termios/tcflow.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/tcflush.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/termios -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/termios/tcflush.o -MD -MP -MF /build/termios/tcflush.o.dt -MT /build/termios/tcflush.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/tcflush.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/termios/tcflush.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/tcsendbrk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/termios -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/termios/tcsendbrk.o -MD -MP -MF /build/termios/tcsendbrk.o.dt -MT /build/termios/tcsendbrk.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/tcsendbrk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/termios/tcsendbrk.o] Error 1 gcc -m32 cfmakeraw.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/termios -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/termios/cfmakeraw.o -MD -MP -MF /build/termios/cfmakeraw.o.dt -MT /build/termios/cfmakeraw.o In file included from ../termios/termios.h:25, from ../include/termios.h:2, from cfmakeraw.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/termios/cfmakeraw.o] Error 1 gcc -m32 tcgetsid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/termios -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/termios/tcgetsid.o -MD -MP -MF /build/termios/tcgetsid.o.dt -MT /build/termios/tcgetsid.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from tcgetsid.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/termios/tcgetsid.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/speed.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/termios -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/termios/speed.os -MD -MP -MF /build/termios/speed.os.dt -MT /build/termios/speed.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/speed.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/termios/speed.os] Error 1 gcc -m32 cfsetspeed.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/termios -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/termios/cfsetspeed.os -MD -MP -MF /build/termios/cfsetspeed.os.dt -MT /build/termios/cfsetspeed.os In file included from ../termios/termios.h:25, from ../include/termios.h:2, from cfsetspeed.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/termios/cfsetspeed.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/tcsetattr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/termios -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/termios/tcsetattr.os -MD -MP -MF /build/termios/tcsetattr.os.dt -MT /build/termios/tcsetattr.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/tcsetattr.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/termios/tcsetattr.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/tcgetattr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/termios -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/termios/tcgetattr.os -MD -MP -MF /build/termios/tcgetattr.os.dt -MT /build/termios/tcgetattr.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/tcgetattr.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/termios/tcgetattr.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/tcgetpgrp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/termios -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/termios/tcgetpgrp.os -MD -MP -MF /build/termios/tcgetpgrp.os.dt -MT /build/termios/tcgetpgrp.os In file included from ../misc/sys/ioctl.h:21, from ../include/sys/ioctl.h:2, from ../sysdeps/unix/bsd/tcgetpgrp.c:18, from ../sysdeps/unix/sysv/linux/tcgetpgrp.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/termios/tcgetpgrp.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/tcsetpgrp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/termios -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/termios/tcsetpgrp.os -MD -MP -MF /build/termios/tcsetpgrp.os.dt -MT /build/termios/tcsetpgrp.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/bsd/tcsetpgrp.c:18, from ../sysdeps/unix/sysv/linux/tcsetpgrp.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/termios/tcsetpgrp.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/tcdrain.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/termios -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/termios/tcdrain.os -MD -MP -MF /build/termios/tcdrain.os.dt -MT /build/termios/tcdrain.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/tcdrain.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/termios/tcdrain.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/tcflow.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/termios -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/termios/tcflow.os -MD -MP -MF /build/termios/tcflow.os.dt -MT /build/termios/tcflow.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/tcflow.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/termios/tcflow.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/tcflush.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/termios -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/termios/tcflush.os -MD -MP -MF /build/termios/tcflush.os.dt -MT /build/termios/tcflush.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/tcflush.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/termios/tcflush.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/tcsendbrk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/termios -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/termios/tcsendbrk.os -MD -MP -MF /build/termios/tcsendbrk.os.dt -MT /build/termios/tcsendbrk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/tcsendbrk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/termios/tcsendbrk.os] Error 1 gcc -m32 cfmakeraw.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/termios -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/termios/cfmakeraw.os -MD -MP -MF /build/termios/cfmakeraw.os.dt -MT /build/termios/cfmakeraw.os In file included from ../termios/termios.h:25, from ../include/termios.h:2, from cfmakeraw.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/termios/cfmakeraw.os] Error 1 gcc -m32 tcgetsid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/termios -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/termios/tcgetsid.os -MD -MP -MF /build/termios/tcgetsid.os.dt -MT /build/termios/tcgetsid.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from tcgetsid.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/termios/tcgetsid.os] Error 1 make[2]: Target 'subdir_lib' not remade because of errors. make[2]: Leaving directory '/glibc/termios' make[1]: *** [Makefile:484: termios/subdir_lib] Error 2 make subdir=resource -C resource ..=../ subdir_lib make[2]: Entering directory '/glibc/resource' gcc -m32 ../sysdeps/unix/sysv/linux/getrlimit.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resource -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resource/getrlimit.o -MD -MP -MF /build/resource/getrlimit.o.dt -MT /build/resource/getrlimit.o In file included from ../resource/sys/resource.h:21, from ../include/sys/resource.h:2, from ../sysdeps/unix/sysv/linux/getrlimit.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/resource/getrlimit.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/setrlimit.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resource -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resource/setrlimit.o -MD -MP -MF /build/resource/setrlimit.o.dt -MT /build/resource/setrlimit.o In file included from ../resource/sys/resource.h:21, from ../include/sys/resource.h:2, from ../sysdeps/unix/sysv/linux/setrlimit.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/resource/setrlimit.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/getrlimit64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resource -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resource/getrlimit64.o -MD -MP -MF /build/resource/getrlimit64.o.dt -MT /build/resource/getrlimit64.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/getrlimit64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/resource/getrlimit64.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/setrlimit64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resource -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resource/setrlimit64.o -MD -MP -MF /build/resource/setrlimit64.o.dt -MT /build/resource/setrlimit64.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/setrlimit64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/resource/setrlimit64.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/getrusage.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resource -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resource/getrusage.o -MD -MP -MF /build/resource/getrusage.o.dt -MT /build/resource/getrusage.o In file included from ../time/sys/time.h:21, from ../include/sys/time.h:20, from ../sysdeps/unix/sysv/linux/getrusage.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/resource/getrusage.o] Error 1 gcc -m32 ../sysdeps/posix/ulimit.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resource -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resource/ulimit.o -MD -MP -MF /build/resource/ulimit.o.dt -MT /build/resource/ulimit.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/posix/ulimit.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:485: /build/resource/ulimit.o] Error 1 gcc -m32 vlimit.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resource -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resource/vlimit.o -MD -MP -MF /build/resource/vlimit.o.dt -MT /build/resource/vlimit.o In file included from ../resource/sys/vlimit.h:21, from ../include/sys/vlimit.h:1, from vlimit.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resource/vlimit.o] Error 1 gcc -m32 vtimes.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resource -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resource/vtimes.o -MD -MP -MF /build/resource/vtimes.o.dt -MT /build/resource/vtimes.o In file included from ../resource/sys/resource.h:21, from ../include/sys/resource.h:2, from vtimes.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resource/vtimes.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/getpriority.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resource -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resource/getpriority.o -MD -MP -MF /build/resource/getpriority.o.dt -MT /build/resource/getpriority.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/getpriority.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/resource/getpriority.o] Error 1 (echo '#define SYSCALL_NAME setpriority'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __setpriority'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__setpriority, setpriority)'; \ echo 'hidden_weak (setpriority)'; \ ) | gcc -m32 -c -I../include -I/build/resource -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/resource/setpriority.o -x assembler-with-cpp - -MD -MP -MF /build/resource/setpriority.o.dt -MT /build/resource/setpriority.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2580: /build/resource/setpriority.o] Error 1 gcc -m32 ../sysdeps/posix/nice.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resource -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resource/nice.o -MD -MP -MF /build/resource/nice.o.dt -MT /build/resource/nice.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/posix/nice.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:485: /build/resource/nice.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/getrlimit.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resource -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resource/getrlimit.os -MD -MP -MF /build/resource/getrlimit.os.dt -MT /build/resource/getrlimit.os In file included from ../resource/sys/resource.h:21, from ../include/sys/resource.h:2, from ../sysdeps/unix/sysv/linux/getrlimit.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/resource/getrlimit.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/setrlimit.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resource -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resource/setrlimit.os -MD -MP -MF /build/resource/setrlimit.os.dt -MT /build/resource/setrlimit.os In file included from ../resource/sys/resource.h:21, from ../include/sys/resource.h:2, from ../sysdeps/unix/sysv/linux/setrlimit.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/resource/setrlimit.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/getrlimit64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resource -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resource/getrlimit64.os -MD -MP -MF /build/resource/getrlimit64.os.dt -MT /build/resource/getrlimit64.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/getrlimit64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/resource/getrlimit64.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/setrlimit64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resource -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resource/setrlimit64.os -MD -MP -MF /build/resource/setrlimit64.os.dt -MT /build/resource/setrlimit64.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/setrlimit64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/resource/setrlimit64.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/getrusage.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resource -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resource/getrusage.os -MD -MP -MF /build/resource/getrusage.os.dt -MT /build/resource/getrusage.os In file included from ../time/sys/time.h:21, from ../include/sys/time.h:20, from ../sysdeps/unix/sysv/linux/getrusage.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/resource/getrusage.os] Error 1 gcc -m32 ../sysdeps/posix/ulimit.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resource -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resource/ulimit.os -MD -MP -MF /build/resource/ulimit.os.dt -MT /build/resource/ulimit.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/posix/ulimit.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:501: /build/resource/ulimit.os] Error 1 gcc -m32 vlimit.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resource -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resource/vlimit.os -MD -MP -MF /build/resource/vlimit.os.dt -MT /build/resource/vlimit.os In file included from ../resource/sys/vlimit.h:21, from ../include/sys/vlimit.h:1, from vlimit.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resource/vlimit.os] Error 1 gcc -m32 vtimes.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resource -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resource/vtimes.os -MD -MP -MF /build/resource/vtimes.os.dt -MT /build/resource/vtimes.os In file included from ../resource/sys/resource.h:21, from ../include/sys/resource.h:2, from vtimes.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resource/vtimes.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/getpriority.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resource -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resource/getpriority.os -MD -MP -MF /build/resource/getpriority.os.dt -MT /build/resource/getpriority.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/getpriority.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/resource/getpriority.os] Error 1 (echo '#define SYSCALL_NAME setpriority'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __setpriority'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__setpriority, setpriority)'; \ echo 'hidden_weak (setpriority)'; \ ) | gcc -m32 -c -I../include -I/build/resource -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/resource/setpriority.os -x assembler-with-cpp - -MD -MP -MF /build/resource/setpriority.os.dt -MT /build/resource/setpriority.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2580: /build/resource/setpriority.os] Error 1 gcc -m32 ../sysdeps/posix/nice.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resource -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resource/nice.os -MD -MP -MF /build/resource/nice.os.dt -MT /build/resource/nice.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/posix/nice.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:501: /build/resource/nice.os] Error 1 make[2]: Target 'subdir_lib' not remade because of errors. make[2]: Leaving directory '/glibc/resource' make[1]: *** [Makefile:484: resource/subdir_lib] Error 2 make subdir=misc -C misc ..=../ subdir_lib make[2]: Entering directory '/glibc/misc' (echo '#define SYSCALL_NAME acct'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL acct'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/acct.o -x assembler-with-cpp - -MD -MP -MF /build/misc/acct.o.dt -MT /build/misc/acct.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2154: /build/misc/acct.o] Error 1 gcc -m32 allocate_once.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/allocate_once.o -MD -MP -MF /build/misc/allocate_once.o.dt -MT /build/misc/allocate_once.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../include/atomic.h:47, from ../include/allocate_once.h:22, from allocate_once.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/allocate_once.o] Error 1 gcc -m32 atomic_wide_counter.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/atomic_wide_counter.o -MD -MP -MF /build/misc/atomic_wide_counter.o.dt -MT /build/misc/atomic_wide_counter.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../include/atomic.h:47, from ../include/atomic_wide_counter.h:22, from atomic_wide_counter.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/atomic_wide_counter.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/i386/brk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/brk.o -MD -MP -MF /build/misc/brk.o.dt -MT /build/misc/brk.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/brk.c:19, from ../sysdeps/unix/sysv/linux/i386/brk.c:24: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:77: /build/misc/brk.o] Error 1 gcc -m32 chflags.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/chflags.o -MD -MP -MF /build/misc/chflags.o.dt -MT /build/misc/chflags.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from chflags.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/chflags.o] Error 1 (echo '#define SYSCALL_NAME chroot'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL chroot'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/chroot.o -x assembler-with-cpp - -MD -MP -MF /build/misc/chroot.o.dt -MT /build/misc/chroot.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2198: /build/misc/chroot.o] Error 1 gcc -m32 daemon.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/daemon.o -MD -MP -MF /build/misc/daemon.o.dt -MT /build/misc/daemon.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from daemon.c:34: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/daemon.o] Error 1 gcc -m32 dirname.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/dirname.o -MD -MP -MF /build/misc/dirname.o.dt -MT /build/misc/dirname.o In file included from ../misc/libgen.h:21, from ../include/libgen.h:1, from dirname.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/dirname.o] Error 1 gcc -m32 efgcvt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/efgcvt.o -MD -MP -MF /build/misc/efgcvt.o.dt -MT /build/misc/efgcvt.o In file included from ../bits/libc-header-start.h:33, from ../include/float.h:5, from ./efgcvt-dbl-macros.h:19, from efgcvt.c:28: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/efgcvt.o] Error 1 gcc -m32 efgcvt_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/efgcvt_r.o -MD -MP -MF /build/misc/efgcvt_r.o.dt -MT /build/misc/efgcvt_r.o In file included from ../bits/libc-header-start.h:33, from ../include/float.h:5, from ./efgcvt-dbl-macros.h:19, from efgcvt_r.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/efgcvt_r.o] Error 1 gcc -m32 err.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/err.o -MD -MP -MF /build/misc/err.o.dt -MT /build/misc/err.o In file included from ../misc/err.h:22, from ../include/err.h:2, from err.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/err.o] Error 1 gcc -m32 error.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/error.o -MD -MP -MF /build/misc/error.o.dt -MT /build/misc/error.o In file included from error.h:22, from error.c:25: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/error.o] Error 1 gcc -m32 fchflags.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/fchflags.o -MD -MP -MF /build/misc/fchflags.o.dt -MT /build/misc/fchflags.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from fchflags.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/fchflags.o] Error 1 gcc -m32 fd_to_filename.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/fd_to_filename.o -MD -MP -MF /build/misc/fd_to_filename.o.dt -MT /build/misc/fd_to_filename.o In file included from ../bits/libc-header-start.h:33, from ../include/limits.h:26, from ../include/intprops.h:22, from ../sysdeps/generic/fd_to_filename.h:23, from fd_to_filename.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/fd_to_filename.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fdatasync.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/fdatasync.o -MD -MP -MF /build/misc/fdatasync.o.dt -MT /build/misc/fdatasync.o In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/fdatasync.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/fdatasync.o] Error 1 (echo '#define SYSCALL_NAME fgetxattr'; \ echo '#define SYSCALL_NARGS 4'; \ echo '#define SYSCALL_ULONG_ARG_1 4'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL fgetxattr'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/fgetxattr.o -x assembler-with-cpp - -MD -MP -MF /build/misc/fgetxattr.o.dt -MT /build/misc/fgetxattr.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1843: /build/misc/fgetxattr.o] Error 1 (echo '#define SYSCALL_NAME flistxattr'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 3'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL flistxattr'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/flistxattr.o -x assembler-with-cpp - -MD -MP -MF /build/misc/flistxattr.o.dt -MT /build/misc/flistxattr.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1894: /build/misc/flistxattr.o] Error 1 (echo '#define SYSCALL_NAME fremovexattr'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL fremovexattr'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/fremovexattr.o -x assembler-with-cpp - -MD -MP -MF /build/misc/fremovexattr.o.dt -MT /build/misc/fremovexattr.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1945: /build/misc/fremovexattr.o] Error 1 (echo '#define SYSCALL_NAME fsetxattr'; \ echo '#define SYSCALL_NARGS 5'; \ echo '#define SYSCALL_ULONG_ARG_1 4'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL fsetxattr'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/fsetxattr.o -x assembler-with-cpp - -MD -MP -MF /build/misc/fsetxattr.o.dt -MT /build/misc/fsetxattr.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1792: /build/misc/fsetxattr.o] Error 1 gcc -m32 fstab.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/fstab.o -MD -MP -MF /build/misc/fstab.o.dt -MT /build/misc/fstab.o In file included from ../misc/fstab.h:35, from ../include/fstab.h:1, from fstab.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/fstab.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fsync.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/fsync.o -MD -MP -MF /build/misc/fsync.o.dt -MT /build/misc/fsync.o In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/fsync.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/fsync.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/ftruncate.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/ftruncate.o -MD -MP -MF /build/misc/ftruncate.o.dt -MT /build/misc/ftruncate.o In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/ftruncate.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/ftruncate.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/ftruncate64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/ftruncate64.o -MD -MP -MF /build/misc/ftruncate64.o.dt -MT /build/misc/ftruncate64.o In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/ftruncate64.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/ftruncate64.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/futimes.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/futimes.o -MD -MP -MF /build/misc/futimes.o.dt -MT /build/misc/futimes.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/futimes.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/futimes.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/futimesat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/futimesat.o -MD -MP -MF /build/misc/futimesat.o.dt -MT /build/misc/futimesat.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/futimesat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/futimesat.o] Error 1 gcc -m32 getauxval.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/getauxval.o -MD -MP -MF /build/misc/getauxval.o.dt -MT /build/misc/getauxval.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from ../misc/sys/auxv.h:22, from ../include/sys/auxv.h:1, from getauxval.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/getauxval.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/getclktck.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/getclktck.o -MD -MP -MF /build/misc/getclktck.o.dt -MT /build/misc/getclktck.o In file included from ../time/time.h:25, from ../include/time.h:2, from ../sysdeps/unix/sysv/linux/getclktck.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/getclktck.o] Error 1 gcc -m32 getdomain.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/getdomain.o -MD -MP -MF /build/misc/getdomain.o.dt -MT /build/misc/getdomain.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from getdomain.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/getdomain.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/getdtsz.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/getdtsz.o -MD -MP -MF /build/misc/getdtsz.o.dt -MT /build/misc/getdtsz.o In file included from ../bits/libc-header-start.h:33, from ../include/limits.h:26, from ../sysdeps/posix/getdtsz.c:18, from ../sysdeps/unix/sysv/linux/getdtsz.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/getdtsz.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/gethostid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/gethostid.o -MD -MP -MF /build/misc/gethostid.o.dt -MT /build/misc/gethostid.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/gethostid.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/gethostid.o] Error 1 gcc -m32 ../sysdeps/posix/gethostname.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/gethostname.o -MD -MP -MF /build/misc/gethostname.o.dt -MT /build/misc/gethostname.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/posix/gethostname.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:485: /build/misc/gethostname.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/getloadavg.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/getloadavg.o -MD -MP -MF /build/misc/getloadavg.o.dt -MT /build/misc/getloadavg.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../sysdeps/unix/sysv/linux/getloadavg.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/getloadavg.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/getpagesize.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/getpagesize.o -MD -MP -MF /build/misc/getpagesize.o.dt -MT /build/misc/getpagesize.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from ../sysdeps/unix/sysv/linux/getpagesize.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/getpagesize.o] Error 1 gcc -m32 getpass.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/getpass.o -MD -MP -MF /build/misc/getpass.o.dt -MT /build/misc/getpass.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from getpass.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/getpass.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/getsysstats.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/getsysstats.o -MD -MP -MF /build/misc/getsysstats.o.dt -MT /build/misc/getsysstats.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from ../sysdeps/unix/sysv/linux/getsysstats.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/getsysstats.o] Error 1 gcc -m32 getttyent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/getttyent.o -MD -MP -MF /build/misc/getttyent.o.dt -MT /build/misc/getttyent.o In file included from ../misc/ttyent.h:35, from ../include/ttyent.h:2, from getttyent.c:34: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/getttyent.o] Error 1 gcc -m32 getusershell.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/getusershell.o -MD -MP -MF /build/misc/getusershell.o.dt -MT /build/misc/getusershell.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from getusershell.c:34: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/getusershell.o] Error 1 (echo '#define SYSCALL_NAME getxattr'; \ echo '#define SYSCALL_NARGS 4'; \ echo '#define SYSCALL_ULONG_ARG_1 4'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL getxattr'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/getxattr.o -x assembler-with-cpp - -MD -MP -MF /build/misc/getxattr.o.dt -MT /build/misc/getxattr.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1809: /build/misc/getxattr.o] Error 1 gcc -m32 gtty.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/gtty.o -MD -MP -MF /build/misc/gtty.o.dt -MT /build/misc/gtty.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from gtty.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/gtty.o] Error 1 gcc -m32 hsearch.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/hsearch.o -MD -MP -MF /build/misc/hsearch.o.dt -MT /build/misc/hsearch.o In file included from ../misc/search.h:22, from ../include/search.h:2, from hsearch.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/hsearch.o] Error 1 gcc -m32 hsearch_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/hsearch_r.o -MD -MP -MF /build/misc/hsearch_r.o.dt -MT /build/misc/hsearch_r.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from hsearch_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/hsearch_r.o] Error 1 gcc -m32 ../sysdeps/i386/i686/multiarch/ifunc-impl-list.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/ifunc-impl-list.o -MD -MP -MF /build/misc/ifunc-impl-list.o.dt -MT /build/misc/ifunc-impl-list.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from ../sysdeps/i386/i686/multiarch/ifunc-impl-list.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:587: /build/misc/ifunc-impl-list.o] Error 1 gcc -m32 insremque.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/insremque.o -MD -MP -MF /build/misc/insremque.o.dt -MT /build/misc/insremque.o In file included from ../misc/search.h:22, from ../include/search.h:2, from insremque.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/insremque.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/ioctl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/ioctl.o -MD -MP -MF /build/misc/ioctl.o.dt -MT /build/misc/ioctl.o In file included from ../misc/sys/ioctl.h:21, from ../include/sys/ioctl.h:2, from ../sysdeps/unix/sysv/linux/ioctl.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/ioctl.o] Error 1 (echo '#define SYSCALL_NAME lgetxattr'; \ echo '#define SYSCALL_NARGS 4'; \ echo '#define SYSCALL_ULONG_ARG_1 4'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL lgetxattr'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/lgetxattr.o -x assembler-with-cpp - -MD -MP -MF /build/misc/lgetxattr.o.dt -MT /build/misc/lgetxattr.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1826: /build/misc/lgetxattr.o] Error 1 (echo '#define SYSCALL_NAME listxattr'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 3'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL listxattr'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/listxattr.o -x assembler-with-cpp - -MD -MP -MF /build/misc/listxattr.o.dt -MT /build/misc/listxattr.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1860: /build/misc/listxattr.o] Error 1 (echo '#define SYSCALL_NAME llistxattr'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 3'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL llistxattr'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/llistxattr.o -x assembler-with-cpp - -MD -MP -MF /build/misc/llistxattr.o.dt -MT /build/misc/llistxattr.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1877: /build/misc/llistxattr.o] Error 1 (echo '#define SYSCALL_NAME lremovexattr'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL lremovexattr'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/lremovexattr.o -x assembler-with-cpp - -MD -MP -MF /build/misc/lremovexattr.o.dt -MT /build/misc/lremovexattr.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1928: /build/misc/lremovexattr.o] Error 1 gcc -m32 lsearch.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/lsearch.o -MD -MP -MF /build/misc/lsearch.o.dt -MT /build/misc/lsearch.o In file included from ../misc/search.h:22, from ../include/search.h:2, from lsearch.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/lsearch.o] Error 1 (echo '#define SYSCALL_NAME lsetxattr'; \ echo '#define SYSCALL_NARGS 5'; \ echo '#define SYSCALL_ULONG_ARG_1 4'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL lsetxattr'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/lsetxattr.o -x assembler-with-cpp - -MD -MP -MF /build/misc/lsetxattr.o.dt -MT /build/misc/lsetxattr.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1775: /build/misc/lsetxattr.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/lutimes.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/lutimes.o -MD -MP -MF /build/misc/lutimes.o.dt -MT /build/misc/lutimes.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/lutimes.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/lutimes.o] Error 1 (echo '#define SYSCALL_NAME madvise'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 2'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __madvise'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__madvise, madvise)'; \ echo 'hidden_weak (madvise)'; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/madvise.o -x assembler-with-cpp - -MD -MP -MF /build/misc/madvise.o.dt -MT /build/misc/madvise.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2441: /build/misc/madvise.o] Error 1 gcc -m32 makedev.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/makedev.o -MD -MP -MF /build/misc/makedev.o.dt -MT /build/misc/makedev.o In file included from makedev.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/makedev.o] Error 1 (echo '#define SYSCALL_NAME mincore'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 2'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL mincore'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/mincore.o -x assembler-with-cpp - -MD -MP -MF /build/misc/mincore.o.dt -MT /build/misc/mincore.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:954: /build/misc/mincore.o] Error 1 gcc -m32 mkdtemp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/mkdtemp.o -MD -MP -MF /build/misc/mkdtemp.o.dt -MT /build/misc/mkdtemp.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from mkdtemp.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/mkdtemp.o] Error 1 gcc -m32 mkostemp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/mkostemp.o -MD -MP -MF /build/misc/mkostemp.o.dt -MT /build/misc/mkostemp.o In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from mkostemp.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/mkostemp.o] Error 1 gcc -m32 mkostemp64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/mkostemp64.o -MD -MP -MF /build/misc/mkostemp64.o.dt -MT /build/misc/mkostemp64.o In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from mkostemp64.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/mkostemp64.o] Error 1 gcc -m32 mkostemps.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/mkostemps.o -MD -MP -MF /build/misc/mkostemps.o.dt -MT /build/misc/mkostemps.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from mkostemps.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/mkostemps.o] Error 1 gcc -m32 mkostemps64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/mkostemps64.o -MD -MP -MF /build/misc/mkostemps64.o.dt -MT /build/misc/mkostemps64.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from mkostemps64.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/mkostemps64.o] Error 1 gcc -m32 mkstemp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/mkstemp.o -MD -MP -MF /build/misc/mkstemp.o.dt -MT /build/misc/mkstemp.o In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from mkstemp.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/mkstemp.o] Error 1 gcc -m32 mkstemp64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/mkstemp64.o -MD -MP -MF /build/misc/mkstemp64.o.dt -MT /build/misc/mkstemp64.o In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from mkstemp64.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/mkstemp64.o] Error 1 gcc -m32 mkstemps.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/mkstemps.o -MD -MP -MF /build/misc/mkstemps.o.dt -MT /build/misc/mkstemps.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from mkstemps.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/mkstemps.o] Error 1 gcc -m32 mkstemps64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/mkstemps64.o -MD -MP -MF /build/misc/mkstemps64.o.dt -MT /build/misc/mkstemps64.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from mkstemps64.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/mkstemps64.o] Error 1 gcc -m32 mktemp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/mktemp.o -MD -MP -MF /build/misc/mktemp.o.dt -MT /build/misc/mktemp.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from mktemp.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/mktemp.o] Error 1 (echo '#define SYSCALL_NAME mlock'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 2'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL mlock'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/mlock.o -x assembler-with-cpp - -MD -MP -MF /build/misc/mlock.o.dt -MT /build/misc/mlock.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:971: /build/misc/mlock.o] Error 1 (echo '#define SYSCALL_NAME mlockall'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL mlockall'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/mlockall.o -x assembler-with-cpp - -MD -MP -MF /build/misc/mlockall.o.dt -MT /build/misc/mlockall.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:988: /build/misc/mlockall.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/mmap.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/mmap.o -MD -MP -MF /build/misc/mmap.o.dt -MT /build/misc/mmap.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/mmap.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/mmap.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/mmap64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/mmap64.o -MD -MP -MF /build/misc/mmap64.o.dt -MT /build/misc/mmap64.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/mmap64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/mmap64.o] Error 1 gcc -m32 mntent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/mntent.o -MD -MP -MF /build/misc/mntent.o.dt -MT /build/misc/mntent.o In file included from ../misc/mntent.h:22, from ../include/mntent.h:2, from mntent.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/mntent.o] Error 1 gcc -m32 mntent_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/mntent_r.o -MD -MP -MF /build/misc/mntent_r.o.dt -MT /build/misc/mntent_r.o In file included from ../stdlib/alloca.h:21, from ../include/alloca.h:3, from mntent_r.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/mntent_r.o] Error 1 (echo '#define SYSCALL_NAME mprotect'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 2'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __mprotect'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__mprotect, mprotect)'; \ echo 'hidden_weak (mprotect)'; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/mprotect.o -x assembler-with-cpp - -MD -MP -MF /build/misc/mprotect.o.dt -MT /build/misc/mprotect.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2464: /build/misc/mprotect.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/msync.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/msync.o -MD -MP -MF /build/misc/msync.o.dt -MT /build/misc/msync.o In file included from ../misc/sys/mman.h:22, from ../include/sys/mman.h:2, from ../sysdeps/unix/sysv/linux/msync.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/msync.o] Error 1 (echo '#define SYSCALL_NAME munlock'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 2'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL munlock'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/munlock.o -x assembler-with-cpp - -MD -MP -MF /build/misc/munlock.o.dt -MT /build/misc/munlock.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1061: /build/misc/munlock.o] Error 1 (echo '#define SYSCALL_NAME munlockall'; \ echo '#define SYSCALL_NARGS 0'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL munlockall'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/munlockall.o -x assembler-with-cpp - -MD -MP -MF /build/misc/munlockall.o.dt -MT /build/misc/munlockall.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1078: /build/misc/munlockall.o] Error 1 (echo '#define SYSCALL_NAME munmap'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 2'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __munmap'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__munmap, munmap)'; \ echo 'hidden_weak (munmap)'; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/munmap.o -x assembler-with-cpp - -MD -MP -MF /build/misc/munmap.o.dt -MT /build/misc/munmap.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2483: /build/misc/munmap.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/preadv.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/preadv.o -MD -MP -MF /build/misc/preadv.o.dt -MT /build/misc/preadv.o In file included from ../misc/sys/uio.h:21, from ../include/sys/uio.h:2, from ../sysdeps/unix/sysv/linux/preadv.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/preadv.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/preadv2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/preadv2.o -MD -MP -MF /build/misc/preadv2.o.dt -MT /build/misc/preadv2.o In file included from ../misc/sys/uio.h:21, from ../include/sys/uio.h:2, from ../sysdeps/unix/sysv/linux/preadv2.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/preadv2.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/preadv64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/preadv64.o -MD -MP -MF /build/misc/preadv64.o.dt -MT /build/misc/preadv64.o In file included from ../misc/sys/uio.h:21, from ../include/sys/uio.h:2, from ../sysdeps/unix/sysv/linux/preadv64.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/preadv64.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/preadv64v2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/preadv64v2.o -MD -MP -MF /build/misc/preadv64v2.o.dt -MT /build/misc/preadv64v2.o In file included from ../misc/sys/uio.h:21, from ../include/sys/uio.h:2, from ../sysdeps/unix/sysv/linux/preadv64v2.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/preadv64v2.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/pselect.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/pselect.o -MD -MP -MF /build/misc/pselect.o.dt -MT /build/misc/pselect.o In file included from ../misc/sys/select.h:24, from ../include/sys/select.h:2, from ../sysdeps/unix/sysv/linux/pselect.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/pselect.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/ptrace.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/ptrace.o -MD -MP -MF /build/misc/ptrace.o.dt -MT /build/misc/ptrace.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/ptrace.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/ptrace.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/pwritev.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/pwritev.o -MD -MP -MF /build/misc/pwritev.o.dt -MT /build/misc/pwritev.o In file included from ../misc/sys/uio.h:21, from ../include/sys/uio.h:2, from ../sysdeps/unix/sysv/linux/pwritev.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/pwritev.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/pwritev2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/pwritev2.o -MD -MP -MF /build/misc/pwritev2.o.dt -MT /build/misc/pwritev2.o In file included from ../misc/sys/uio.h:21, from ../include/sys/uio.h:2, from ../sysdeps/unix/sysv/linux/pwritev2.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/pwritev2.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/pwritev64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/pwritev64.o -MD -MP -MF /build/misc/pwritev64.o.dt -MT /build/misc/pwritev64.o In file included from ../misc/sys/uio.h:21, from ../include/sys/uio.h:2, from ../sysdeps/unix/sysv/linux/pwritev64.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/pwritev64.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/pwritev64v2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/pwritev64v2.o -MD -MP -MF /build/misc/pwritev64v2.o.dt -MT /build/misc/pwritev64v2.o In file included from ../misc/sys/uio.h:21, from ../include/sys/uio.h:2, from ../sysdeps/unix/sysv/linux/pwritev64v2.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/pwritev64v2.o] Error 1 gcc -m32 qefgcvt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/qefgcvt.o -MD -MP -MF /build/misc/qefgcvt.o.dt -MT /build/misc/qefgcvt.o In file included from ../bits/libc-header-start.h:33, from ../include/float.h:5, from ./efgcvt-ldbl-macros.h:19, from qefgcvt.c:28: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/qefgcvt.o] Error 1 gcc -m32 qefgcvt_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/qefgcvt_r.o -MD -MP -MF /build/misc/qefgcvt_r.o.dt -MT /build/misc/qefgcvt_r.o In file included from ../bits/libc-header-start.h:33, from ../include/float.h:5, from ./efgcvt-ldbl-macros.h:19, from qefgcvt_r.c:24: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/qefgcvt_r.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/readv.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/readv.o -MD -MP -MF /build/misc/readv.o.dt -MT /build/misc/readv.o In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/readv.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/readv.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/reboot.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/reboot.o -MD -MP -MF /build/misc/reboot.o.dt -MT /build/misc/reboot.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/reboot.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/reboot.o] Error 1 gcc -m32 regexp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/regexp.o -MD -MP -MF /build/misc/regexp.o.dt -MT /build/misc/regexp.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from regexp.c:26: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/regexp.o] Error 1 (echo '#define SYSCALL_NAME remap_file_pages'; \ echo '#define SYSCALL_NARGS 5'; \ echo '#define SYSCALL_ULONG_ARG_1 2'; \ echo '#define SYSCALL_ULONG_ARG_2 4'; \ echo '#define SYSCALL_SYMBOL __remap_file_pages'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__remap_file_pages, remap_file_pages)'; \ echo 'hidden_weak (remap_file_pages)'; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/remap_file_pages.o -x assembler-with-cpp - -MD -MP -MF /build/misc/remap_file_pages.o.dt -MT /build/misc/remap_file_pages.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1308: /build/misc/remap_file_pages.o] Error 1 (echo '#define SYSCALL_NAME removexattr'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL removexattr'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/removexattr.o -x assembler-with-cpp - -MD -MP -MF /build/misc/removexattr.o.dt -MT /build/misc/removexattr.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1911: /build/misc/removexattr.o] Error 1 gcc -m32 revoke.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/revoke.o -MD -MP -MF /build/misc/revoke.o.dt -MT /build/misc/revoke.o In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from revoke.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/revoke.o] Error 1 gcc -m32 sbrk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/sbrk.o -MD -MP -MF /build/misc/sbrk.o.dt -MT /build/misc/sbrk.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from sbrk.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/sbrk.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/select.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/select.o -MD -MP -MF /build/misc/select.o.dt -MT /build/misc/select.o In file included from ../time/sys/time.h:21, from ../include/sys/time.h:20, from ../sysdeps/unix/sysv/linux/select.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/select.o] Error 1 (echo '#define SYSCALL_NAME setdomainname'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL setdomainname'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/setdomain.o -x assembler-with-cpp - -MD -MP -MF /build/misc/setdomain.o.dt -MT /build/misc/setdomain.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2534: /build/misc/setdomain.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/setegid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/setegid.o -MD -MP -MF /build/misc/setegid.o.dt -MT /build/misc/setegid.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/setegid.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/setegid.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/seteuid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/seteuid.o -MD -MP -MF /build/misc/seteuid.o.dt -MT /build/misc/seteuid.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/seteuid.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/seteuid.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/sethostid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/sethostid.o -MD -MP -MF /build/misc/sethostid.o.dt -MT /build/misc/sethostid.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/gethostid.c:18, from ../sysdeps/unix/sysv/linux/sethostid.c:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/sethostid.o] Error 1 (echo '#define SYSCALL_NAME sethostname'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL sethostname'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/sethostname.o -x assembler-with-cpp - -MD -MP -MF /build/misc/sethostname.o.dt -MT /build/misc/sethostname.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2561: /build/misc/sethostname.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/setregid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/setregid.o -MD -MP -MF /build/misc/setregid.o.dt -MT /build/misc/setregid.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/setregid.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/setregid.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/setreuid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/setreuid.o -MD -MP -MF /build/misc/setreuid.o.dt -MT /build/misc/setreuid.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/setreuid.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/setreuid.o] Error 1 (echo '#define SYSCALL_NAME setxattr'; \ echo '#define SYSCALL_NARGS 5'; \ echo '#define SYSCALL_ULONG_ARG_1 4'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL setxattr'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/setxattr.o -x assembler-with-cpp - -MD -MP -MF /build/misc/setxattr.o.dt -MT /build/misc/setxattr.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1758: /build/misc/setxattr.o] Error 1 gcc -m32 single_threaded.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/single_threaded.o -MD -MP -MF /build/misc/single_threaded.o.dt -MT /build/misc/single_threaded.o In file included from ../misc/sys/single_threaded.h:22, from ../include/sys/single_threaded.h:1, from single_threaded.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/single_threaded.o] Error 1 gcc -m32 sstk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/sstk.o -MD -MP -MF /build/misc/sstk.o.dt -MT /build/misc/sstk.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from sstk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/sstk.o] Error 1 gcc -m32 stty.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/stty.o -MD -MP -MF /build/misc/stty.o.dt -MT /build/misc/stty.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from stty.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/stty.o] Error 1 (echo '#define SYSCALL_NAME swapoff'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __swapoff'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__swapoff, swapoff)'; \ echo 'hidden_weak (swapoff)'; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/swapoff.o -x assembler-with-cpp - -MD -MP -MF /build/misc/swapoff.o.dt -MT /build/misc/swapoff.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1573: /build/misc/swapoff.o] Error 1 (echo '#define SYSCALL_NAME swapon'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __swapon'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__swapon, swapon)'; \ echo 'hidden_weak (swapon)'; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/swapon.o -x assembler-with-cpp - -MD -MP -MF /build/misc/swapon.o.dt -MT /build/misc/swapon.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1554: /build/misc/swapon.o] Error 1 (echo '#define SYSCALL_NAME sync'; \ echo '#define SYSCALL_NARGS 0'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL sync'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/sync.o -x assembler-with-cpp - -MD -MP -MF /build/misc/sync.o.dt -MT /build/misc/sync.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2674: /build/misc/sync.o] Error 1 (echo '#define SYSCALL_NAME syncfs'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL syncfs'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/syncfs.o -x assembler-with-cpp - -MD -MP -MF /build/misc/syncfs.o.dt -MT /build/misc/syncfs.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2691: /build/misc/syncfs.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/i386/syscall.S -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/syscall.o -MD -MP -MF /build/misc/syscall.o.dt -MT /build/misc/syscall.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/sysv/linux/i386/syscall.S:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:75: /build/misc/syscall.o] Error 1 gcc -m32 syslog.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/syslog.o -MD -MP -MF /build/misc/syslog.o.dt -MT /build/misc/syslog.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from syslog.c:34: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/syslog.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/truncate.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/truncate.o -MD -MP -MF /build/misc/truncate.o.dt -MT /build/misc/truncate.o In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/truncate.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/truncate.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/truncate64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/truncate64.o -MD -MP -MF /build/misc/truncate64.o.dt -MT /build/misc/truncate64.o In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/truncate64.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/truncate64.o] Error 1 gcc -m32 tsearch.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tsearch.o -MD -MP -MF /build/misc/tsearch.o.dt -MT /build/misc/tsearch.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from tsearch.c:85: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/tsearch.o] Error 1 gcc -m32 ttyslot.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/ttyslot.o -MD -MP -MF /build/misc/ttyslot.o.dt -MT /build/misc/ttyslot.o In file included from ../misc/ttyent.h:35, from ../include/ttyent.h:2, from ttyslot.c:34: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/ttyslot.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/ualarm.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/ualarm.o -MD -MP -MF /build/misc/ualarm.o.dt -MT /build/misc/ualarm.o In file included from ../time/sys/time.h:21, from ../include/sys/time.h:20, from ../sysdeps/unix/bsd/ualarm.c:18, from ../sysdeps/unix/sysv/linux/ualarm.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/ualarm.o] Error 1 gcc -m32 ../sysdeps/posix/usleep.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/usleep.o -MD -MP -MF /build/misc/usleep.o.dt -MT /build/misc/usleep.o In file included from ../time/time.h:25, from ../include/time.h:2, from ../sysdeps/posix/usleep.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:485: /build/misc/usleep.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/utimes.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/utimes.o -MD -MP -MF /build/misc/utimes.o.dt -MT /build/misc/utimes.o In file included from ../time/time.h:25, from ../include/time.h:2, from ../sysdeps/unix/sysv/linux/utimes.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/utimes.o] Error 1 (echo '#define SYSCALL_NAME vhangup'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL vhangup'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/vhangup.o -x assembler-with-cpp - -MD -MP -MF /build/misc/vhangup.o.dt -MT /build/misc/vhangup.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2752: /build/misc/vhangup.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/writev.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/writev.o -MD -MP -MF /build/misc/writev.o.dt -MT /build/misc/writev.o In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/writev.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/writev.o] Error 1 gcc -m32 init-misc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/init-misc.o -MD -MP -MF /build/misc/init-misc.o.dt -MT /build/misc/init-misc.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from init-misc.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/init-misc.o] Error 1 (echo '#define SYSCALL_NAME ioperm'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 1'; \ echo '#define SYSCALL_ULONG_ARG_2 2'; \ echo '#define SYSCALL_SYMBOL ioperm'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/ioperm.o -x assembler-with-cpp - -MD -MP -MF /build/misc/ioperm.o.dt -MT /build/misc/ioperm.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:883: /build/misc/ioperm.o] Error 1 (echo '#define SYSCALL_NAME iopl'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL iopl'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/iopl.o -x assembler-with-cpp - -MD -MP -MF /build/misc/iopl.o.dt -MT /build/misc/iopl.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:900: /build/misc/iopl.o] Error 1 (echo '#define SYSCALL_NAME vm86'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __vm86'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo '#include '; \ echo '#if IS_IN (libc)'; \ echo 'versioned_symbol (libc, __vm86, vm86, GLIBC_2_3_4)'; \ echo '#else'; \ echo 'weak_alias (__vm86, vm86)'; \ echo '#endif'; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/vm86.o -x assembler-with-cpp - -MD -MP -MF /build/misc/vm86.o.dt -MT /build/misc/vm86.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:292: /build/misc/vm86.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/adjtimex.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/adjtimex.o -MD -MP -MF /build/misc/adjtimex.o.dt -MT /build/misc/adjtimex.o In file included from ../sysdeps/unix/sysv/linux/sys/timex.h:21, from ../sysdeps/unix/sysv/linux/include/sys/timex.h:22, from ../sysdeps/unix/sysv/linux/adjtimex.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/adjtimex.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/clock_adjtime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/clock_adjtime.o -MD -MP -MF /build/misc/clock_adjtime.o.dt -MT /build/misc/clock_adjtime.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/clock_adjtime.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/clock_adjtime.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/i386/clone.S -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/clone.o -MD -MP -MF /build/misc/clone.o.dt -MT /build/misc/clone.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/sysv/linux/i386/clone.S:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:75: /build/misc/clone.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/clone-internal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/clone-internal.o -MD -MP -MF /build/misc/clone-internal.o.dt -MT /build/misc/clone-internal.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/sysv/linux/clone-internal.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/clone-internal.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/i386/clone3.S -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/clone3.o -MD -MP -MF /build/misc/clone3.o.dt -MT /build/misc/clone3.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/sysv/linux/i386/clone3.S:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:75: /build/misc/clone3.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/closefrom_fallback.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/closefrom_fallback.o -MD -MP -MF /build/misc/closefrom_fallback.o.dt -MT /build/misc/closefrom_fallback.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from ../sysdeps/unix/sysv/linux/closefrom_fallback.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/closefrom_fallback.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/convert_scm_timestamps.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/convert_scm_timestamps.o -MD -MP -MF /build/misc/convert_scm_timestamps.o.dt -MT /build/misc/convert_scm_timestamps.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../sysdeps/unix/sysv/linux/convert_scm_timestamps.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/convert_scm_timestamps.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/epoll_create.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/epoll_create.o -MD -MP -MF /build/misc/epoll_create.o.dt -MT /build/misc/epoll_create.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../sysdeps/unix/sysv/linux/sys/epoll.h:21, from ../include/sys/epoll.h:2, from ../sysdeps/unix/sysv/linux/epoll_create.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/epoll_create.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/epoll_pwait.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/epoll_pwait.o -MD -MP -MF /build/misc/epoll_pwait.o.dt -MT /build/misc/epoll_pwait.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/epoll_pwait.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/epoll_pwait.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/epoll_pwait2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/epoll_pwait2.o -MD -MP -MF /build/misc/epoll_pwait2.o.dt -MT /build/misc/epoll_pwait2.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../sysdeps/unix/sysv/linux/sys/epoll.h:21, from ../include/sys/epoll.h:2, from ../sysdeps/unix/sysv/linux/epoll_pwait2.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/epoll_pwait2.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/epoll_wait.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/epoll_wait.o -MD -MP -MF /build/misc/epoll_wait.o.dt -MT /build/misc/epoll_wait.o In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/epoll_wait.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/epoll_wait.o] Error 1 (echo '#define SYSCALL_NAME eventfd2'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL eventfd'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/eventfd.o -x assembler-with-cpp - -MD -MP -MF /build/misc/eventfd.o.dt -MT /build/misc/eventfd.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:496: /build/misc/eventfd.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/eventfd_read.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/eventfd_read.o -MD -MP -MF /build/misc/eventfd_read.o.dt -MT /build/misc/eventfd_read.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/eventfd_read.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/eventfd_read.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/eventfd_write.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/eventfd_write.o -MD -MP -MF /build/misc/eventfd_write.o.dt -MT /build/misc/eventfd_write.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/eventfd_write.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/eventfd_write.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fanotify_mark.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/fanotify_mark.o -MD -MP -MF /build/misc/fanotify_mark.o.dt -MT /build/misc/fanotify_mark.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../sysdeps/unix/sysv/linux/sys/fanotify.h:21, from ../sysdeps/unix/sysv/linux/fanotify_mark.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/fanotify_mark.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fxstat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/fxstat.o -MD -MP -MF /build/misc/fxstat.o.dt -MT /build/misc/fxstat.o In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/fxstat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/fxstat.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fxstat64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/fxstat64.o -MD -MP -MF /build/misc/fxstat64.o.dt -MT /build/misc/fxstat64.o In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/fxstat64.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/fxstat64.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fxstatat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/fxstatat.o -MD -MP -MF /build/misc/fxstatat.o.dt -MT /build/misc/fxstatat.o In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/fxstatat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/fxstatat.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fxstatat64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/fxstatat64.o -MD -MP -MF /build/misc/fxstatat64.o.dt -MT /build/misc/fxstatat64.o In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/fxstatat64.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/fxstatat64.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/inotify_init.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/inotify_init.o -MD -MP -MF /build/misc/inotify_init.o.dt -MT /build/misc/inotify_init.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../sysdeps/unix/sysv/linux/sys/inotify.h:21, from ../sysdeps/unix/sysv/linux/inotify_init.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/inotify_init.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/lxstat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/lxstat.o -MD -MP -MF /build/misc/lxstat.o.dt -MT /build/misc/lxstat.o In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/lxstat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/lxstat.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/lxstat64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/lxstat64.o -MD -MP -MF /build/misc/lxstat64.o.dt -MT /build/misc/lxstat64.o In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/lxstat64.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/lxstat64.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/mlock2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/mlock2.o -MD -MP -MF /build/misc/mlock2.o.dt -MT /build/misc/mlock2.o In file included from ../misc/sys/mman.h:22, from ../include/sys/mman.h:2, from ../sysdeps/unix/sysv/linux/mlock2.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/mlock2.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/mremap.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/mremap.o -MD -MP -MF /build/misc/mremap.o.dt -MT /build/misc/mremap.o In file included from ../misc/sys/mman.h:22, from ../include/sys/mman.h:2, from ../sysdeps/unix/sysv/linux/mremap.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/mremap.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/open_by_handle_at.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/open_by_handle_at.o -MD -MP -MF /build/misc/open_by_handle_at.o.dt -MT /build/misc/open_by_handle_at.o In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/open_by_handle_at.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/open_by_handle_at.o] Error 1 (echo '#define SYSCALL_NAME personality'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __personality'; \ echo '#define SYSCALL_NOERRNO 1'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__personality, personality)'; \ echo 'hidden_weak (personality)'; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/personality.o -x assembler-with-cpp - -MD -MP -MF /build/misc/personality.o.dt -MT /build/misc/personality.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:316: /build/misc/personality.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/x86/pkey_get.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/pkey_get.o -MD -MP -MF /build/misc/pkey_get.o.dt -MT /build/misc/pkey_get.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/x86/pkey_get.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:111: /build/misc/pkey_get.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/pkey_mprotect.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/pkey_mprotect.o -MD -MP -MF /build/misc/pkey_mprotect.o.dt -MT /build/misc/pkey_mprotect.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/pkey_mprotect.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/pkey_mprotect.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/x86/pkey_set.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/pkey_set.o -MD -MP -MF /build/misc/pkey_set.o.dt -MT /build/misc/pkey_set.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/x86/pkey_set.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:111: /build/misc/pkey_set.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/prctl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/prctl.o -MD -MP -MF /build/misc/prctl.o.dt -MT /build/misc/prctl.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/sysv/linux/prctl.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/prctl.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/prlimit.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/prlimit.o -MD -MP -MF /build/misc/prlimit.o.dt -MT /build/misc/prlimit.o In file included from ../resource/sys/resource.h:21, from ../include/sys/resource.h:2, from ../sysdeps/unix/sysv/linux/prlimit.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/prlimit.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/prlimit64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/prlimit64.o -MD -MP -MF /build/misc/prlimit64.o.dt -MT /build/misc/prlimit64.o In file included from ../resource/sys/resource.h:21, from ../include/sys/resource.h:2, from ../sysdeps/unix/sysv/linux/prlimit64.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/prlimit64.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/process_vm_readv.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/process_vm_readv.o -MD -MP -MF /build/misc/process_vm_readv.o.dt -MT /build/misc/process_vm_readv.o In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/process_vm_readv.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/process_vm_readv.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/process_vm_writev.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/process_vm_writev.o -MD -MP -MF /build/misc/process_vm_writev.o.dt -MT /build/misc/process_vm_writev.o In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/process_vm_writev.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/process_vm_writev.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/pselect32.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/pselect32.o -MD -MP -MF /build/misc/pselect32.o.dt -MT /build/misc/pselect32.o In file included from ../misc/sys/select.h:24, from ../include/sys/select.h:2, from ../sysdeps/unix/sysv/linux/pselect32.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/pselect32.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/readahead.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/readahead.o -MD -MP -MF /build/misc/readahead.o.dt -MT /build/misc/readahead.o In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/readahead.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/readahead.o] Error 1 (echo '#define SYSCALL_NAME setfsgid32'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL setfsgid'; \ echo '#define SYSCALL_NOERRNO 1'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/setfsgid.o -x assembler-with-cpp - -MD -MP -MF /build/misc/setfsgid.o.dt -MT /build/misc/setfsgid.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:213: /build/misc/setfsgid.o] Error 1 (echo '#define SYSCALL_NAME setfsuid32'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL setfsuid'; \ echo '#define SYSCALL_NOERRNO 1'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/setfsuid.o -x assembler-with-cpp - -MD -MP -MF /build/misc/setfsuid.o.dt -MT /build/misc/setfsuid.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:230: /build/misc/setfsuid.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/signalfd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/signalfd.o -MD -MP -MF /build/misc/signalfd.o.dt -MT /build/misc/signalfd.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/signalfd.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/signalfd.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/splice.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/splice.o -MD -MP -MF /build/misc/splice.o.dt -MT /build/misc/splice.o In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/splice.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/splice.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/sysctl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/sysctl.o -MD -MP -MF /build/misc/sysctl.o.dt -MT /build/misc/sysctl.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/sysctl.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/sysctl.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/tee.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/tee.o -MD -MP -MF /build/misc/tee.o.dt -MT /build/misc/tee.o In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/tee.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/tee.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/timerfd_gettime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/timerfd_gettime.o -MD -MP -MF /build/misc/timerfd_gettime.o.dt -MT /build/misc/timerfd_gettime.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/timerfd_gettime.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/timerfd_gettime.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/timerfd_settime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/timerfd_settime.o -MD -MP -MF /build/misc/timerfd_settime.o.dt -MT /build/misc/timerfd_settime.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/timerfd_settime.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/timerfd_settime.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/umount.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/umount.o -MD -MP -MF /build/misc/umount.o.dt -MT /build/misc/umount.o In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/sys/mount.h:24, from ../sysdeps/unix/sysv/linux/include/sys/mount.h:22, from ../sysdeps/unix/sysv/linux/umount.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/umount.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/umount2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/umount2.o -MD -MP -MF /build/misc/umount2.o.dt -MT /build/misc/umount2.o In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/sys/mount.h:24, from ../sysdeps/unix/sysv/linux/include/sys/mount.h:22, from ../sysdeps/unix/sysv/linux/umount2.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/umount2.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/vmsplice.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/vmsplice.o -MD -MP -MF /build/misc/vmsplice.o.dt -MT /build/misc/vmsplice.o In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/vmsplice.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/vmsplice.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/xmknod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/xmknod.o -MD -MP -MF /build/misc/xmknod.o.dt -MT /build/misc/xmknod.o In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/xmknod.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/xmknod.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/xmknodat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/xmknodat.o -MD -MP -MF /build/misc/xmknodat.o.dt -MT /build/misc/xmknodat.o In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/xmknodat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/xmknodat.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/xstat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/xstat.o -MD -MP -MF /build/misc/xstat.o.dt -MT /build/misc/xstat.o In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/xstat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/xstat.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/xstat64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/xstat64.o -MD -MP -MF /build/misc/xstat64.o.dt -MT /build/misc/xstat64.o In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/xstat64.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/xstat64.o] Error 1 (echo '#define SYSCALL_NAME modify_ldt'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __modify_ldt'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__modify_ldt, modify_ldt)'; \ echo 'hidden_weak (modify_ldt)'; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/modify_ldt.o -x assembler-with-cpp - -MD -MP -MF /build/misc/modify_ldt.o.dt -MT /build/misc/modify_ldt.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:248: /build/misc/modify_ldt.o] Error 1 (echo '#define SYSCALL_NAME capget'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL capget'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/capget.o -x assembler-with-cpp - -MD -MP -MF /build/misc/capget.o.dt -MT /build/misc/capget.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:381: /build/misc/capget.o] Error 1 (echo '#define SYSCALL_NAME capset'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL capset'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/capset.o -x assembler-with-cpp - -MD -MP -MF /build/misc/capset.o.dt -MT /build/misc/capset.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:399: /build/misc/capset.o] Error 1 (echo '#define SYSCALL_NAME delete_module'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL delete_module'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/delete_module.o -x assembler-with-cpp - -MD -MP -MF /build/misc/delete_module.o.dt -MT /build/misc/delete_module.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:442: /build/misc/delete_module.o] Error 1 (echo '#define SYSCALL_NAME epoll_create1'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL epoll_create1'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/epoll_create1.o -x assembler-with-cpp - -MD -MP -MF /build/misc/epoll_create1.o.dt -MT /build/misc/epoll_create1.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:460: /build/misc/epoll_create1.o] Error 1 (echo '#define SYSCALL_NAME epoll_ctl'; \ echo '#define SYSCALL_NARGS 4'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL epoll_ctl'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/epoll_ctl.o -x assembler-with-cpp - -MD -MP -MF /build/misc/epoll_ctl.o.dt -MT /build/misc/epoll_ctl.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:478: /build/misc/epoll_ctl.o] Error 1 (echo '#define SYSCALL_NAME fsconfig'; \ echo '#define SYSCALL_NARGS 5'; \ echo '#define SYSCALL_ULONG_ARG_1 2'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL fsconfig'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/fsconfig.o -x assembler-with-cpp - -MD -MP -MF /build/misc/fsconfig.o.dt -MT /build/misc/fsconfig.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:552: /build/misc/fsconfig.o] Error 1 (echo '#define SYSCALL_NAME fsmount'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 2'; \ echo '#define SYSCALL_ULONG_ARG_2 3'; \ echo '#define SYSCALL_SYMBOL fsmount'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/fsmount.o -x assembler-with-cpp - -MD -MP -MF /build/misc/fsmount.o.dt -MT /build/misc/fsmount.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:570: /build/misc/fsmount.o] Error 1 (echo '#define SYSCALL_NAME fsopen'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 2'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL fsopen'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/fsopen.o -x assembler-with-cpp - -MD -MP -MF /build/misc/fsopen.o.dt -MT /build/misc/fsopen.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:588: /build/misc/fsopen.o] Error 1 (echo '#define SYSCALL_NAME fspick'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 3'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL fspick'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/fspick.o -x assembler-with-cpp - -MD -MP -MF /build/misc/fspick.o.dt -MT /build/misc/fspick.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:606: /build/misc/fspick.o] Error 1 (echo '#define SYSCALL_NAME init_module'; \ echo '#define SYSCALL_NARGS 5'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL init_module'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/init_module.o -x assembler-with-cpp - -MD -MP -MF /build/misc/init_module.o.dt -MT /build/misc/init_module.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:812: /build/misc/init_module.o] Error 1 (echo '#define SYSCALL_NAME inotify_add_watch'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL inotify_add_watch'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/inotify_add_watch.o -x assembler-with-cpp - -MD -MP -MF /build/misc/inotify_add_watch.o.dt -MT /build/misc/inotify_add_watch.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:830: /build/misc/inotify_add_watch.o] Error 1 (echo '#define SYSCALL_NAME inotify_init1'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL inotify_init1'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/inotify_init1.o -x assembler-with-cpp - -MD -MP -MF /build/misc/inotify_init1.o.dt -MT /build/misc/inotify_init1.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:848: /build/misc/inotify_init1.o] Error 1 (echo '#define SYSCALL_NAME inotify_rm_watch'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL inotify_rm_watch'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/inotify_rm_watch.o -x assembler-with-cpp - -MD -MP -MF /build/misc/inotify_rm_watch.o.dt -MT /build/misc/inotify_rm_watch.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:866: /build/misc/inotify_rm_watch.o] Error 1 (echo '#define SYSCALL_NAME syslog'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL klogctl'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/klogctl.o -x assembler-with-cpp - -MD -MP -MF /build/misc/klogctl.o.dt -MT /build/misc/klogctl.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:918: /build/misc/klogctl.o] Error 1 (echo '#define SYSCALL_NAME mount'; \ echo '#define SYSCALL_NARGS 5'; \ echo '#define SYSCALL_ULONG_ARG_1 4'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __mount'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__mount, mount)'; \ echo 'hidden_weak (mount)'; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/mount.o -x assembler-with-cpp - -MD -MP -MF /build/misc/mount.o.dt -MT /build/misc/mount.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1006: /build/misc/mount.o] Error 1 (echo '#define SYSCALL_NAME mount_setattr'; \ echo '#define SYSCALL_NARGS 5'; \ echo '#define SYSCALL_ULONG_ARG_1 3'; \ echo '#define SYSCALL_ULONG_ARG_2 5'; \ echo '#define SYSCALL_SYMBOL mount_setattr'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/mount_setattr.o -x assembler-with-cpp - -MD -MP -MF /build/misc/mount_setattr.o.dt -MT /build/misc/mount_setattr.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1026: /build/misc/mount_setattr.o] Error 1 (echo '#define SYSCALL_NAME move_mount'; \ echo '#define SYSCALL_NARGS 5'; \ echo '#define SYSCALL_ULONG_ARG_1 5'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL move_mount'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/move_mount.o -x assembler-with-cpp - -MD -MP -MF /build/misc/move_mount.o.dt -MT /build/misc/move_mount.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1044: /build/misc/move_mount.o] Error 1 (echo '#define SYSCALL_NAME open_tree'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 3'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL open_tree'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/open_tree.o -x assembler-with-cpp - -MD -MP -MF /build/misc/open_tree.o.dt -MT /build/misc/open_tree.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1121: /build/misc/open_tree.o] Error 1 (echo '#define SYSCALL_NAME pidfd_open'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 2'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL pidfd_open'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/pidfd_open.o -x assembler-with-cpp - -MD -MP -MF /build/misc/pidfd_open.o.dt -MT /build/misc/pidfd_open.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1158: /build/misc/pidfd_open.o] Error 1 (echo '#define SYSCALL_NAME pidfd_getfd'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 3'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL pidfd_getfd'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/pidfd_getfd.o -x assembler-with-cpp - -MD -MP -MF /build/misc/pidfd_getfd.o.dt -MT /build/misc/pidfd_getfd.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1176: /build/misc/pidfd_getfd.o] Error 1 (echo '#define SYSCALL_NAME pivot_root'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL pivot_root'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/pivot_root.o -x assembler-with-cpp - -MD -MP -MF /build/misc/pivot_root.o.dt -MT /build/misc/pivot_root.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1194: /build/misc/pivot_root.o] Error 1 (echo '#define SYSCALL_NAME pidfd_send_signal'; \ echo '#define SYSCALL_NARGS 4'; \ echo '#define SYSCALL_ULONG_ARG_1 4'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL pidfd_send_signal'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/pidfd_send_signal.o -x assembler-with-cpp - -MD -MP -MF /build/misc/pidfd_send_signal.o.dt -MT /build/misc/pidfd_send_signal.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1212: /build/misc/pidfd_send_signal.o] Error 1 (echo '#define SYSCALL_NAME process_madvise'; \ echo '#define SYSCALL_NARGS 5'; \ echo '#define SYSCALL_ULONG_ARG_1 5'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL process_madvise'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/process_madvise.o -x assembler-with-cpp - -MD -MP -MF /build/misc/process_madvise.o.dt -MT /build/misc/process_madvise.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1230: /build/misc/process_madvise.o] Error 1 (echo '#define SYSCALL_NAME process_mrelease'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 2'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL process_mrelease'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/process_mrelease.o -x assembler-with-cpp - -MD -MP -MF /build/misc/process_mrelease.o.dt -MT /build/misc/process_mrelease.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1248: /build/misc/process_mrelease.o] Error 1 (echo '#define SYSCALL_NAME quotactl'; \ echo '#define SYSCALL_NARGS 4'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL quotactl'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/quotactl.o -x assembler-with-cpp - -MD -MP -MF /build/misc/quotactl.o.dt -MT /build/misc/quotactl.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1291: /build/misc/quotactl.o] Error 1 (echo '#define SYSCALL_NAME sysinfo'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __sysinfo'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__sysinfo, sysinfo)'; \ echo 'hidden_weak (sysinfo)'; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/sysinfo.o -x assembler-with-cpp - -MD -MP -MF /build/misc/sysinfo.o.dt -MT /build/misc/sysinfo.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1535: /build/misc/sysinfo.o] Error 1 (echo '#define SYSCALL_NAME unshare'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL unshare'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/unshare.o -x assembler-with-cpp - -MD -MP -MF /build/misc/unshare.o.dt -MT /build/misc/unshare.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1593: /build/misc/unshare.o] Error 1 (echo '#define SYSCALL_NAME timerfd_create'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL timerfd_create'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/timerfd_create.o -x assembler-with-cpp - -MD -MP -MF /build/misc/timerfd_create.o.dt -MT /build/misc/timerfd_create.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1963: /build/misc/timerfd_create.o] Error 1 (echo '#define SYSCALL_NAME fanotify_init'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL fanotify_init'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/fanotify_init.o -x assembler-with-cpp - -MD -MP -MF /build/misc/fanotify_init.o.dt -MT /build/misc/fanotify_init.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1981: /build/misc/fanotify_init.o] Error 1 (echo '#define SYSCALL_NAME name_to_handle_at'; \ echo '#define SYSCALL_NARGS 5'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL name_to_handle_at'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/name_to_handle_at.o -x assembler-with-cpp - -MD -MP -MF /build/misc/name_to_handle_at.o.dt -MT /build/misc/name_to_handle_at.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1999: /build/misc/name_to_handle_at.o] Error 1 (echo '#define SYSCALL_NAME setns'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL setns'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/setns.o -x assembler-with-cpp - -MD -MP -MF /build/misc/setns.o.dt -MT /build/misc/setns.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2017: /build/misc/setns.o] Error 1 (echo '#define SYSCALL_NAME memfd_create'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL memfd_create'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/memfd_create.o -x assembler-with-cpp - -MD -MP -MF /build/misc/memfd_create.o.dt -MT /build/misc/memfd_create.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2035: /build/misc/memfd_create.o] Error 1 (echo '#define SYSCALL_NAME pkey_alloc'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL pkey_alloc'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/pkey_alloc.o -x assembler-with-cpp - -MD -MP -MF /build/misc/pkey_alloc.o.dt -MT /build/misc/pkey_alloc.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2053: /build/misc/pkey_alloc.o] Error 1 (echo '#define SYSCALL_NAME pkey_free'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL pkey_free'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/pkey_free.o -x assembler-with-cpp - -MD -MP -MF /build/misc/pkey_free.o.dt -MT /build/misc/pkey_free.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2071: /build/misc/pkey_free.o] Error 1 (echo '#define SYSCALL_NAME gettid'; \ echo '#define SYSCALL_NARGS 0'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __gettid'; \ echo '#define SYSCALL_NOERRNO 1'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__gettid, gettid)'; \ echo 'hidden_weak (gettid)'; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/gettid.o -x assembler-with-cpp - -MD -MP -MF /build/misc/gettid.o.dt -MT /build/misc/gettid.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2089: /build/misc/gettid.o] Error 1 (echo '#define SYSCALL_NAME tgkill'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __tgkill'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__tgkill, tgkill)'; \ echo 'hidden_weak (tgkill)'; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/tgkill.o -x assembler-with-cpp - -MD -MP -MF /build/misc/tgkill.o.dt -MT /build/misc/tgkill.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2109: /build/misc/tgkill.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/malloc-hugepages.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/misc/malloc-hugepages.o -MD -MP -MF /build/misc/malloc-hugepages.o.dt -MT /build/misc/malloc-hugepages.o In file included from ../bits/libc-header-start.h:33, from ../include/limits.h:26, from ../include/intprops.h:22, from ../sysdeps/unix/sysv/linux/malloc-hugepages.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/misc/malloc-hugepages.o] Error 1 (echo '#define SYSCALL_NAME acct'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL acct'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/acct.os -x assembler-with-cpp - -MD -MP -MF /build/misc/acct.os.dt -MT /build/misc/acct.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2154: /build/misc/acct.os] Error 1 gcc -m32 allocate_once.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/allocate_once.os -MD -MP -MF /build/misc/allocate_once.os.dt -MT /build/misc/allocate_once.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../include/atomic.h:47, from ../include/allocate_once.h:22, from allocate_once.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/allocate_once.os] Error 1 gcc -m32 atomic_wide_counter.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/atomic_wide_counter.os -MD -MP -MF /build/misc/atomic_wide_counter.os.dt -MT /build/misc/atomic_wide_counter.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../include/atomic.h:47, from ../include/atomic_wide_counter.h:22, from atomic_wide_counter.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/atomic_wide_counter.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/i386/brk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/brk.os -MD -MP -MF /build/misc/brk.os.dt -MT /build/misc/brk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/brk.c:19, from ../sysdeps/unix/sysv/linux/i386/brk.c:24: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:93: /build/misc/brk.os] Error 1 gcc -m32 chflags.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/chflags.os -MD -MP -MF /build/misc/chflags.os.dt -MT /build/misc/chflags.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from chflags.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/chflags.os] Error 1 (echo '#define SYSCALL_NAME chroot'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL chroot'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/chroot.os -x assembler-with-cpp - -MD -MP -MF /build/misc/chroot.os.dt -MT /build/misc/chroot.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2198: /build/misc/chroot.os] Error 1 gcc -m32 daemon.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/daemon.os -MD -MP -MF /build/misc/daemon.os.dt -MT /build/misc/daemon.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from daemon.c:34: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/daemon.os] Error 1 gcc -m32 dirname.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/dirname.os -MD -MP -MF /build/misc/dirname.os.dt -MT /build/misc/dirname.os In file included from ../misc/libgen.h:21, from ../include/libgen.h:1, from dirname.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/dirname.os] Error 1 gcc -m32 efgcvt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/efgcvt.os -MD -MP -MF /build/misc/efgcvt.os.dt -MT /build/misc/efgcvt.os In file included from ../bits/libc-header-start.h:33, from ../include/float.h:5, from ./efgcvt-dbl-macros.h:19, from efgcvt.c:28: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/efgcvt.os] Error 1 gcc -m32 efgcvt_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/efgcvt_r.os -MD -MP -MF /build/misc/efgcvt_r.os.dt -MT /build/misc/efgcvt_r.os In file included from ../bits/libc-header-start.h:33, from ../include/float.h:5, from ./efgcvt-dbl-macros.h:19, from efgcvt_r.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/efgcvt_r.os] Error 1 gcc -m32 err.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/err.os -MD -MP -MF /build/misc/err.os.dt -MT /build/misc/err.os In file included from ../misc/err.h:22, from ../include/err.h:2, from err.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/err.os] Error 1 gcc -m32 error.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/error.os -MD -MP -MF /build/misc/error.os.dt -MT /build/misc/error.os In file included from error.h:22, from error.c:25: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50, from error.c:70: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/error.os] Error 1 gcc -m32 fchflags.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/fchflags.os -MD -MP -MF /build/misc/fchflags.os.dt -MT /build/misc/fchflags.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from fchflags.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/fchflags.os] Error 1 gcc -m32 fd_to_filename.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/fd_to_filename.os -MD -MP -MF /build/misc/fd_to_filename.os.dt -MT /build/misc/fd_to_filename.os In file included from ../bits/libc-header-start.h:33, from ../include/limits.h:26, from ../include/intprops.h:22, from ../sysdeps/generic/fd_to_filename.h:23, from fd_to_filename.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/fd_to_filename.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fdatasync.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/fdatasync.os -MD -MP -MF /build/misc/fdatasync.os.dt -MT /build/misc/fdatasync.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/fdatasync.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/fdatasync.os] Error 1 (echo '#define SYSCALL_NAME fgetxattr'; \ echo '#define SYSCALL_NARGS 4'; \ echo '#define SYSCALL_ULONG_ARG_1 4'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL fgetxattr'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/fgetxattr.os -x assembler-with-cpp - -MD -MP -MF /build/misc/fgetxattr.os.dt -MT /build/misc/fgetxattr.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1843: /build/misc/fgetxattr.os] Error 1 (echo '#define SYSCALL_NAME flistxattr'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 3'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL flistxattr'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/flistxattr.os -x assembler-with-cpp - -MD -MP -MF /build/misc/flistxattr.os.dt -MT /build/misc/flistxattr.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1894: /build/misc/flistxattr.os] Error 1 (echo '#define SYSCALL_NAME fremovexattr'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL fremovexattr'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/fremovexattr.os -x assembler-with-cpp - -MD -MP -MF /build/misc/fremovexattr.os.dt -MT /build/misc/fremovexattr.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1945: /build/misc/fremovexattr.os] Error 1 (echo '#define SYSCALL_NAME fsetxattr'; \ echo '#define SYSCALL_NARGS 5'; \ echo '#define SYSCALL_ULONG_ARG_1 4'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL fsetxattr'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/fsetxattr.os -x assembler-with-cpp - -MD -MP -MF /build/misc/fsetxattr.os.dt -MT /build/misc/fsetxattr.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1792: /build/misc/fsetxattr.os] Error 1 gcc -m32 fstab.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/fstab.os -MD -MP -MF /build/misc/fstab.os.dt -MT /build/misc/fstab.os In file included from ../misc/fstab.h:35, from ../include/fstab.h:1, from fstab.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/fstab.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fsync.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/fsync.os -MD -MP -MF /build/misc/fsync.os.dt -MT /build/misc/fsync.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/fsync.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/fsync.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/ftruncate.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/ftruncate.os -MD -MP -MF /build/misc/ftruncate.os.dt -MT /build/misc/ftruncate.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/ftruncate.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/ftruncate.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/ftruncate64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/ftruncate64.os -MD -MP -MF /build/misc/ftruncate64.os.dt -MT /build/misc/ftruncate64.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/ftruncate64.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/ftruncate64.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/futimes.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/futimes.os -MD -MP -MF /build/misc/futimes.os.dt -MT /build/misc/futimes.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/futimes.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/futimes.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/futimesat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/futimesat.os -MD -MP -MF /build/misc/futimesat.os.dt -MT /build/misc/futimesat.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/futimesat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/futimesat.os] Error 1 gcc -m32 getauxval.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/getauxval.os -MD -MP -MF /build/misc/getauxval.os.dt -MT /build/misc/getauxval.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from ../misc/sys/auxv.h:22, from ../include/sys/auxv.h:1, from getauxval.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/getauxval.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/getclktck.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/getclktck.os -MD -MP -MF /build/misc/getclktck.os.dt -MT /build/misc/getclktck.os In file included from ../time/time.h:25, from ../include/time.h:2, from ../sysdeps/unix/sysv/linux/getclktck.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/getclktck.os] Error 1 gcc -m32 getdomain.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/getdomain.os -MD -MP -MF /build/misc/getdomain.os.dt -MT /build/misc/getdomain.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from getdomain.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/getdomain.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/getdtsz.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/getdtsz.os -MD -MP -MF /build/misc/getdtsz.os.dt -MT /build/misc/getdtsz.os In file included from ../bits/libc-header-start.h:33, from ../include/limits.h:26, from ../sysdeps/posix/getdtsz.c:18, from ../sysdeps/unix/sysv/linux/getdtsz.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/getdtsz.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/gethostid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/gethostid.os -MD -MP -MF /build/misc/gethostid.os.dt -MT /build/misc/gethostid.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/gethostid.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/gethostid.os] Error 1 gcc -m32 ../sysdeps/posix/gethostname.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/gethostname.os -MD -MP -MF /build/misc/gethostname.os.dt -MT /build/misc/gethostname.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/posix/gethostname.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:501: /build/misc/gethostname.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/getloadavg.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/getloadavg.os -MD -MP -MF /build/misc/getloadavg.os.dt -MT /build/misc/getloadavg.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../sysdeps/unix/sysv/linux/getloadavg.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/getloadavg.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/getpagesize.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/getpagesize.os -MD -MP -MF /build/misc/getpagesize.os.dt -MT /build/misc/getpagesize.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from ../sysdeps/unix/sysv/linux/getpagesize.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/getpagesize.os] Error 1 gcc -m32 getpass.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/getpass.os -MD -MP -MF /build/misc/getpass.os.dt -MT /build/misc/getpass.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from getpass.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/getpass.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/getsysstats.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/getsysstats.os -MD -MP -MF /build/misc/getsysstats.os.dt -MT /build/misc/getsysstats.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from ../sysdeps/unix/sysv/linux/getsysstats.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/getsysstats.os] Error 1 gcc -m32 getttyent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/getttyent.os -MD -MP -MF /build/misc/getttyent.os.dt -MT /build/misc/getttyent.os In file included from ../misc/ttyent.h:35, from ../include/ttyent.h:2, from getttyent.c:34: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/getttyent.os] Error 1 gcc -m32 getusershell.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/getusershell.os -MD -MP -MF /build/misc/getusershell.os.dt -MT /build/misc/getusershell.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from getusershell.c:34: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/getusershell.os] Error 1 (echo '#define SYSCALL_NAME getxattr'; \ echo '#define SYSCALL_NARGS 4'; \ echo '#define SYSCALL_ULONG_ARG_1 4'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL getxattr'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/getxattr.os -x assembler-with-cpp - -MD -MP -MF /build/misc/getxattr.os.dt -MT /build/misc/getxattr.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1809: /build/misc/getxattr.os] Error 1 gcc -m32 gtty.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/gtty.os -MD -MP -MF /build/misc/gtty.os.dt -MT /build/misc/gtty.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from gtty.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/gtty.os] Error 1 gcc -m32 hsearch.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/hsearch.os -MD -MP -MF /build/misc/hsearch.os.dt -MT /build/misc/hsearch.os In file included from ../misc/search.h:22, from ../include/search.h:2, from hsearch.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/hsearch.os] Error 1 gcc -m32 hsearch_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/hsearch_r.os -MD -MP -MF /build/misc/hsearch_r.os.dt -MT /build/misc/hsearch_r.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from hsearch_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/hsearch_r.os] Error 1 gcc -m32 ../sysdeps/i386/i686/multiarch/ifunc-impl-list.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/ifunc-impl-list.os -MD -MP -MF /build/misc/ifunc-impl-list.os.dt -MT /build/misc/ifunc-impl-list.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from ../sysdeps/i386/i686/multiarch/ifunc-impl-list.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:603: /build/misc/ifunc-impl-list.os] Error 1 gcc -m32 insremque.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/insremque.os -MD -MP -MF /build/misc/insremque.os.dt -MT /build/misc/insremque.os In file included from ../misc/search.h:22, from ../include/search.h:2, from insremque.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/insremque.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/ioctl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/ioctl.os -MD -MP -MF /build/misc/ioctl.os.dt -MT /build/misc/ioctl.os In file included from ../misc/sys/ioctl.h:21, from ../include/sys/ioctl.h:2, from ../sysdeps/unix/sysv/linux/ioctl.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/ioctl.os] Error 1 (echo '#define SYSCALL_NAME lgetxattr'; \ echo '#define SYSCALL_NARGS 4'; \ echo '#define SYSCALL_ULONG_ARG_1 4'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL lgetxattr'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/lgetxattr.os -x assembler-with-cpp - -MD -MP -MF /build/misc/lgetxattr.os.dt -MT /build/misc/lgetxattr.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1826: /build/misc/lgetxattr.os] Error 1 (echo '#define SYSCALL_NAME listxattr'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 3'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL listxattr'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/listxattr.os -x assembler-with-cpp - -MD -MP -MF /build/misc/listxattr.os.dt -MT /build/misc/listxattr.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1860: /build/misc/listxattr.os] Error 1 (echo '#define SYSCALL_NAME llistxattr'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 3'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL llistxattr'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/llistxattr.os -x assembler-with-cpp - -MD -MP -MF /build/misc/llistxattr.os.dt -MT /build/misc/llistxattr.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1877: /build/misc/llistxattr.os] Error 1 (echo '#define SYSCALL_NAME lremovexattr'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL lremovexattr'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/lremovexattr.os -x assembler-with-cpp - -MD -MP -MF /build/misc/lremovexattr.os.dt -MT /build/misc/lremovexattr.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1928: /build/misc/lremovexattr.os] Error 1 gcc -m32 lsearch.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/lsearch.os -MD -MP -MF /build/misc/lsearch.os.dt -MT /build/misc/lsearch.os In file included from ../misc/search.h:22, from ../include/search.h:2, from lsearch.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/lsearch.os] Error 1 (echo '#define SYSCALL_NAME lsetxattr'; \ echo '#define SYSCALL_NARGS 5'; \ echo '#define SYSCALL_ULONG_ARG_1 4'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL lsetxattr'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/lsetxattr.os -x assembler-with-cpp - -MD -MP -MF /build/misc/lsetxattr.os.dt -MT /build/misc/lsetxattr.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1775: /build/misc/lsetxattr.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/lutimes.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/lutimes.os -MD -MP -MF /build/misc/lutimes.os.dt -MT /build/misc/lutimes.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/lutimes.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/lutimes.os] Error 1 (echo '#define SYSCALL_NAME madvise'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 2'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __madvise'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__madvise, madvise)'; \ echo 'hidden_weak (madvise)'; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/madvise.os -x assembler-with-cpp - -MD -MP -MF /build/misc/madvise.os.dt -MT /build/misc/madvise.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2441: /build/misc/madvise.os] Error 1 gcc -m32 makedev.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/makedev.os -MD -MP -MF /build/misc/makedev.os.dt -MT /build/misc/makedev.os In file included from makedev.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/makedev.os] Error 1 (echo '#define SYSCALL_NAME mincore'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 2'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL mincore'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/mincore.os -x assembler-with-cpp - -MD -MP -MF /build/misc/mincore.os.dt -MT /build/misc/mincore.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:954: /build/misc/mincore.os] Error 1 gcc -m32 mkdtemp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/mkdtemp.os -MD -MP -MF /build/misc/mkdtemp.os.dt -MT /build/misc/mkdtemp.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from mkdtemp.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/mkdtemp.os] Error 1 gcc -m32 mkostemp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/mkostemp.os -MD -MP -MF /build/misc/mkostemp.os.dt -MT /build/misc/mkostemp.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from mkostemp.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/mkostemp.os] Error 1 gcc -m32 mkostemp64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/mkostemp64.os -MD -MP -MF /build/misc/mkostemp64.os.dt -MT /build/misc/mkostemp64.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from mkostemp64.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/mkostemp64.os] Error 1 gcc -m32 mkostemps.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/mkostemps.os -MD -MP -MF /build/misc/mkostemps.os.dt -MT /build/misc/mkostemps.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from mkostemps.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/mkostemps.os] Error 1 gcc -m32 mkostemps64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/mkostemps64.os -MD -MP -MF /build/misc/mkostemps64.os.dt -MT /build/misc/mkostemps64.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from mkostemps64.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/mkostemps64.os] Error 1 gcc -m32 mkstemp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/mkstemp.os -MD -MP -MF /build/misc/mkstemp.os.dt -MT /build/misc/mkstemp.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from mkstemp.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/mkstemp.os] Error 1 gcc -m32 mkstemp64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/mkstemp64.os -MD -MP -MF /build/misc/mkstemp64.os.dt -MT /build/misc/mkstemp64.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from mkstemp64.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/mkstemp64.os] Error 1 gcc -m32 mkstemps.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/mkstemps.os -MD -MP -MF /build/misc/mkstemps.os.dt -MT /build/misc/mkstemps.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from mkstemps.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/mkstemps.os] Error 1 gcc -m32 mkstemps64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/mkstemps64.os -MD -MP -MF /build/misc/mkstemps64.os.dt -MT /build/misc/mkstemps64.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from mkstemps64.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/mkstemps64.os] Error 1 gcc -m32 mktemp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/mktemp.os -MD -MP -MF /build/misc/mktemp.os.dt -MT /build/misc/mktemp.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from mktemp.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/mktemp.os] Error 1 (echo '#define SYSCALL_NAME mlock'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 2'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL mlock'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/mlock.os -x assembler-with-cpp - -MD -MP -MF /build/misc/mlock.os.dt -MT /build/misc/mlock.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:971: /build/misc/mlock.os] Error 1 (echo '#define SYSCALL_NAME mlockall'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL mlockall'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/mlockall.os -x assembler-with-cpp - -MD -MP -MF /build/misc/mlockall.os.dt -MT /build/misc/mlockall.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:988: /build/misc/mlockall.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/mmap.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/mmap.os -MD -MP -MF /build/misc/mmap.os.dt -MT /build/misc/mmap.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/mmap.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/mmap.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/mmap64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/mmap64.os -MD -MP -MF /build/misc/mmap64.os.dt -MT /build/misc/mmap64.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/mmap64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/mmap64.os] Error 1 gcc -m32 mntent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/mntent.os -MD -MP -MF /build/misc/mntent.os.dt -MT /build/misc/mntent.os In file included from ../misc/mntent.h:22, from ../include/mntent.h:2, from mntent.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/mntent.os] Error 1 gcc -m32 mntent_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/mntent_r.os -MD -MP -MF /build/misc/mntent_r.os.dt -MT /build/misc/mntent_r.os In file included from ../stdlib/alloca.h:21, from ../include/alloca.h:3, from mntent_r.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/mntent_r.os] Error 1 (echo '#define SYSCALL_NAME mprotect'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 2'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __mprotect'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__mprotect, mprotect)'; \ echo 'hidden_weak (mprotect)'; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/mprotect.os -x assembler-with-cpp - -MD -MP -MF /build/misc/mprotect.os.dt -MT /build/misc/mprotect.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2464: /build/misc/mprotect.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/msync.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/msync.os -MD -MP -MF /build/misc/msync.os.dt -MT /build/misc/msync.os In file included from ../misc/sys/mman.h:22, from ../include/sys/mman.h:2, from ../sysdeps/unix/sysv/linux/msync.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/msync.os] Error 1 (echo '#define SYSCALL_NAME munlock'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 2'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL munlock'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/munlock.os -x assembler-with-cpp - -MD -MP -MF /build/misc/munlock.os.dt -MT /build/misc/munlock.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1061: /build/misc/munlock.os] Error 1 (echo '#define SYSCALL_NAME munlockall'; \ echo '#define SYSCALL_NARGS 0'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL munlockall'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/munlockall.os -x assembler-with-cpp - -MD -MP -MF /build/misc/munlockall.os.dt -MT /build/misc/munlockall.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1078: /build/misc/munlockall.os] Error 1 (echo '#define SYSCALL_NAME munmap'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 2'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __munmap'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__munmap, munmap)'; \ echo 'hidden_weak (munmap)'; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/munmap.os -x assembler-with-cpp - -MD -MP -MF /build/misc/munmap.os.dt -MT /build/misc/munmap.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2483: /build/misc/munmap.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/preadv.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/preadv.os -MD -MP -MF /build/misc/preadv.os.dt -MT /build/misc/preadv.os In file included from ../misc/sys/uio.h:21, from ../include/sys/uio.h:2, from ../sysdeps/unix/sysv/linux/preadv.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/preadv.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/preadv2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/preadv2.os -MD -MP -MF /build/misc/preadv2.os.dt -MT /build/misc/preadv2.os In file included from ../misc/sys/uio.h:21, from ../include/sys/uio.h:2, from ../sysdeps/unix/sysv/linux/preadv2.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/preadv2.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/preadv64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/preadv64.os -MD -MP -MF /build/misc/preadv64.os.dt -MT /build/misc/preadv64.os In file included from ../misc/sys/uio.h:21, from ../include/sys/uio.h:2, from ../sysdeps/unix/sysv/linux/preadv64.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/preadv64.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/preadv64v2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/preadv64v2.os -MD -MP -MF /build/misc/preadv64v2.os.dt -MT /build/misc/preadv64v2.os In file included from ../misc/sys/uio.h:21, from ../include/sys/uio.h:2, from ../sysdeps/unix/sysv/linux/preadv64v2.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/preadv64v2.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/pselect.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/pselect.os -MD -MP -MF /build/misc/pselect.os.dt -MT /build/misc/pselect.os In file included from ../misc/sys/select.h:24, from ../include/sys/select.h:2, from ../sysdeps/unix/sysv/linux/pselect.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/pselect.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/ptrace.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/ptrace.os -MD -MP -MF /build/misc/ptrace.os.dt -MT /build/misc/ptrace.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/ptrace.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/ptrace.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/pwritev.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/pwritev.os -MD -MP -MF /build/misc/pwritev.os.dt -MT /build/misc/pwritev.os In file included from ../misc/sys/uio.h:21, from ../include/sys/uio.h:2, from ../sysdeps/unix/sysv/linux/pwritev.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/pwritev.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/pwritev2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/pwritev2.os -MD -MP -MF /build/misc/pwritev2.os.dt -MT /build/misc/pwritev2.os In file included from ../misc/sys/uio.h:21, from ../include/sys/uio.h:2, from ../sysdeps/unix/sysv/linux/pwritev2.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/pwritev2.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/pwritev64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/pwritev64.os -MD -MP -MF /build/misc/pwritev64.os.dt -MT /build/misc/pwritev64.os In file included from ../misc/sys/uio.h:21, from ../include/sys/uio.h:2, from ../sysdeps/unix/sysv/linux/pwritev64.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/pwritev64.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/pwritev64v2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/pwritev64v2.os -MD -MP -MF /build/misc/pwritev64v2.os.dt -MT /build/misc/pwritev64v2.os In file included from ../misc/sys/uio.h:21, from ../include/sys/uio.h:2, from ../sysdeps/unix/sysv/linux/pwritev64v2.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/pwritev64v2.os] Error 1 gcc -m32 qefgcvt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/qefgcvt.os -MD -MP -MF /build/misc/qefgcvt.os.dt -MT /build/misc/qefgcvt.os In file included from ../bits/libc-header-start.h:33, from ../include/float.h:5, from ./efgcvt-ldbl-macros.h:19, from qefgcvt.c:28: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/qefgcvt.os] Error 1 gcc -m32 qefgcvt_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/qefgcvt_r.os -MD -MP -MF /build/misc/qefgcvt_r.os.dt -MT /build/misc/qefgcvt_r.os In file included from ../bits/libc-header-start.h:33, from ../include/float.h:5, from ./efgcvt-ldbl-macros.h:19, from qefgcvt_r.c:24: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/qefgcvt_r.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/readv.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/readv.os -MD -MP -MF /build/misc/readv.os.dt -MT /build/misc/readv.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/readv.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/readv.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/reboot.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/reboot.os -MD -MP -MF /build/misc/reboot.os.dt -MT /build/misc/reboot.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/reboot.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/reboot.os] Error 1 gcc -m32 regexp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/regexp.os -MD -MP -MF /build/misc/regexp.os.dt -MT /build/misc/regexp.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from regexp.c:26: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/regexp.os] Error 1 (echo '#define SYSCALL_NAME remap_file_pages'; \ echo '#define SYSCALL_NARGS 5'; \ echo '#define SYSCALL_ULONG_ARG_1 2'; \ echo '#define SYSCALL_ULONG_ARG_2 4'; \ echo '#define SYSCALL_SYMBOL __remap_file_pages'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__remap_file_pages, remap_file_pages)'; \ echo 'hidden_weak (remap_file_pages)'; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/remap_file_pages.os -x assembler-with-cpp - -MD -MP -MF /build/misc/remap_file_pages.os.dt -MT /build/misc/remap_file_pages.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1308: /build/misc/remap_file_pages.os] Error 1 (echo '#define SYSCALL_NAME removexattr'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL removexattr'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/removexattr.os -x assembler-with-cpp - -MD -MP -MF /build/misc/removexattr.os.dt -MT /build/misc/removexattr.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1911: /build/misc/removexattr.os] Error 1 gcc -m32 revoke.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/revoke.os -MD -MP -MF /build/misc/revoke.os.dt -MT /build/misc/revoke.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from revoke.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/revoke.os] Error 1 gcc -m32 sbrk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/sbrk.os -MD -MP -MF /build/misc/sbrk.os.dt -MT /build/misc/sbrk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from sbrk.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/sbrk.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/select.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/select.os -MD -MP -MF /build/misc/select.os.dt -MT /build/misc/select.os In file included from ../time/sys/time.h:21, from ../include/sys/time.h:20, from ../sysdeps/unix/sysv/linux/select.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/select.os] Error 1 (echo '#define SYSCALL_NAME setdomainname'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL setdomainname'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/setdomain.os -x assembler-with-cpp - -MD -MP -MF /build/misc/setdomain.os.dt -MT /build/misc/setdomain.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2534: /build/misc/setdomain.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/setegid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/setegid.os -MD -MP -MF /build/misc/setegid.os.dt -MT /build/misc/setegid.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/setegid.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/setegid.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/seteuid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/seteuid.os -MD -MP -MF /build/misc/seteuid.os.dt -MT /build/misc/seteuid.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/seteuid.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/seteuid.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/sethostid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/sethostid.os -MD -MP -MF /build/misc/sethostid.os.dt -MT /build/misc/sethostid.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/gethostid.c:18, from ../sysdeps/unix/sysv/linux/sethostid.c:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/sethostid.os] Error 1 (echo '#define SYSCALL_NAME sethostname'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL sethostname'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/sethostname.os -x assembler-with-cpp - -MD -MP -MF /build/misc/sethostname.os.dt -MT /build/misc/sethostname.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2561: /build/misc/sethostname.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/setregid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/setregid.os -MD -MP -MF /build/misc/setregid.os.dt -MT /build/misc/setregid.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/setregid.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/setregid.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/setreuid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/setreuid.os -MD -MP -MF /build/misc/setreuid.os.dt -MT /build/misc/setreuid.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/setreuid.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/setreuid.os] Error 1 (echo '#define SYSCALL_NAME setxattr'; \ echo '#define SYSCALL_NARGS 5'; \ echo '#define SYSCALL_ULONG_ARG_1 4'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL setxattr'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/setxattr.os -x assembler-with-cpp - -MD -MP -MF /build/misc/setxattr.os.dt -MT /build/misc/setxattr.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1758: /build/misc/setxattr.os] Error 1 gcc -m32 single_threaded.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/single_threaded.os -MD -MP -MF /build/misc/single_threaded.os.dt -MT /build/misc/single_threaded.os In file included from ../misc/sys/single_threaded.h:22, from ../include/sys/single_threaded.h:1, from single_threaded.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/single_threaded.os] Error 1 gcc -m32 sstk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/sstk.os -MD -MP -MF /build/misc/sstk.os.dt -MT /build/misc/sstk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from sstk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/sstk.os] Error 1 gcc -m32 stty.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/stty.os -MD -MP -MF /build/misc/stty.os.dt -MT /build/misc/stty.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from stty.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/stty.os] Error 1 (echo '#define SYSCALL_NAME swapoff'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __swapoff'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__swapoff, swapoff)'; \ echo 'hidden_weak (swapoff)'; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/swapoff.os -x assembler-with-cpp - -MD -MP -MF /build/misc/swapoff.os.dt -MT /build/misc/swapoff.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1573: /build/misc/swapoff.os] Error 1 (echo '#define SYSCALL_NAME swapon'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __swapon'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__swapon, swapon)'; \ echo 'hidden_weak (swapon)'; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/swapon.os -x assembler-with-cpp - -MD -MP -MF /build/misc/swapon.os.dt -MT /build/misc/swapon.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1554: /build/misc/swapon.os] Error 1 (echo '#define SYSCALL_NAME sync'; \ echo '#define SYSCALL_NARGS 0'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL sync'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/sync.os -x assembler-with-cpp - -MD -MP -MF /build/misc/sync.os.dt -MT /build/misc/sync.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2674: /build/misc/sync.os] Error 1 (echo '#define SYSCALL_NAME syncfs'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL syncfs'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/syncfs.os -x assembler-with-cpp - -MD -MP -MF /build/misc/syncfs.os.dt -MT /build/misc/syncfs.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2691: /build/misc/syncfs.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/i386/syscall.S -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/syscall.os -MD -MP -MF /build/misc/syscall.os.dt -MT /build/misc/syscall.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/sysv/linux/i386/syscall.S:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:91: /build/misc/syscall.os] Error 1 gcc -m32 syslog.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/syslog.os -MD -MP -MF /build/misc/syslog.os.dt -MT /build/misc/syslog.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from syslog.c:34: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/syslog.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/truncate.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/truncate.os -MD -MP -MF /build/misc/truncate.os.dt -MT /build/misc/truncate.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/truncate.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/truncate.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/truncate64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/truncate64.os -MD -MP -MF /build/misc/truncate64.os.dt -MT /build/misc/truncate64.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/truncate64.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/truncate64.os] Error 1 gcc -m32 tsearch.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/tsearch.os -MD -MP -MF /build/misc/tsearch.os.dt -MT /build/misc/tsearch.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from tsearch.c:85: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/tsearch.os] Error 1 gcc -m32 ttyslot.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/ttyslot.os -MD -MP -MF /build/misc/ttyslot.os.dt -MT /build/misc/ttyslot.os In file included from ../misc/ttyent.h:35, from ../include/ttyent.h:2, from ttyslot.c:34: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/ttyslot.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/ualarm.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/ualarm.os -MD -MP -MF /build/misc/ualarm.os.dt -MT /build/misc/ualarm.os In file included from ../time/sys/time.h:21, from ../include/sys/time.h:20, from ../sysdeps/unix/bsd/ualarm.c:18, from ../sysdeps/unix/sysv/linux/ualarm.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/ualarm.os] Error 1 gcc -m32 unwind-link.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/unwind-link.os -MD -MP -MF /build/misc/unwind-link.os.dt -MT /build/misc/unwind-link.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from unwind-link.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../sysdeps/generic/unwind-link.h:34, from unwind-link.c:24: unwind-link.c: In function '__libc_unwind_link_get': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../sysdeps/i386/unwind-arch.h:33:3: note: in expansion of macro 'PTR_MANGLE' 33 | PTR_MANGLE (local.ptr__Unwind_GetGR); | ^~~~~~~~~~ unwind-link.c:77:3: note: in expansion of macro 'UNWIND_LINK_EXTRA_INIT' 77 | UNWIND_LINK_EXTRA_INIT | ^~~~~~~~~~~~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../sysdeps/i386/unwind-arch.h:33:3: note: in expansion of macro 'PTR_MANGLE' 33 | PTR_MANGLE (local.ptr__Unwind_GetGR); | ^~~~~~~~~~ unwind-link.c:77:3: note: in expansion of macro 'UNWIND_LINK_EXTRA_INIT' 77 | UNWIND_LINK_EXTRA_INIT | ^~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/unwind-link.os] Error 1 gcc -m32 ../sysdeps/posix/usleep.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/usleep.os -MD -MP -MF /build/misc/usleep.os.dt -MT /build/misc/usleep.os In file included from ../time/time.h:25, from ../include/time.h:2, from ../sysdeps/posix/usleep.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:501: /build/misc/usleep.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/ustat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/ustat.os -MD -MP -MF /build/misc/ustat.os.dt -MT /build/misc/ustat.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/sysv/linux/ustat.c:24: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/ustat.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/utimes.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/utimes.os -MD -MP -MF /build/misc/utimes.os.dt -MT /build/misc/utimes.os In file included from ../time/time.h:25, from ../include/time.h:2, from ../sysdeps/unix/sysv/linux/utimes.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/utimes.os] Error 1 (echo '#define SYSCALL_NAME vhangup'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL vhangup'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/vhangup.os -x assembler-with-cpp - -MD -MP -MF /build/misc/vhangup.os.dt -MT /build/misc/vhangup.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2752: /build/misc/vhangup.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/writev.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/writev.os -MD -MP -MF /build/misc/writev.os.dt -MT /build/misc/writev.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/writev.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/writev.os] Error 1 gcc -m32 init-misc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/init-misc.os -MD -MP -MF /build/misc/init-misc.os.dt -MT /build/misc/init-misc.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from init-misc.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/misc/init-misc.os] Error 1 (echo '#define SYSCALL_NAME ioperm'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 1'; \ echo '#define SYSCALL_ULONG_ARG_2 2'; \ echo '#define SYSCALL_SYMBOL ioperm'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/ioperm.os -x assembler-with-cpp - -MD -MP -MF /build/misc/ioperm.os.dt -MT /build/misc/ioperm.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:883: /build/misc/ioperm.os] Error 1 (echo '#define SYSCALL_NAME iopl'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL iopl'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/iopl.os -x assembler-with-cpp - -MD -MP -MF /build/misc/iopl.os.dt -MT /build/misc/iopl.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:900: /build/misc/iopl.os] Error 1 (echo '#define SYSCALL_NAME vm86'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __vm86'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo '#include '; \ echo '#if IS_IN (libc)'; \ echo 'versioned_symbol (libc, __vm86, vm86, GLIBC_2_3_4)'; \ echo '#else'; \ echo 'weak_alias (__vm86, vm86)'; \ echo '#endif'; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/vm86.os -x assembler-with-cpp - -MD -MP -MF /build/misc/vm86.os.dt -MT /build/misc/vm86.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:292: /build/misc/vm86.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/adjtimex.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/adjtimex.os -MD -MP -MF /build/misc/adjtimex.os.dt -MT /build/misc/adjtimex.os In file included from ../sysdeps/unix/sysv/linux/sys/timex.h:21, from ../sysdeps/unix/sysv/linux/include/sys/timex.h:22, from ../sysdeps/unix/sysv/linux/adjtimex.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/adjtimex.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/clock_adjtime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/clock_adjtime.os -MD -MP -MF /build/misc/clock_adjtime.os.dt -MT /build/misc/clock_adjtime.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/clock_adjtime.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/clock_adjtime.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/i386/clone.S -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/clone.os -MD -MP -MF /build/misc/clone.os.dt -MT /build/misc/clone.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/sysv/linux/i386/clone.S:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:91: /build/misc/clone.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/clone-internal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/clone-internal.os -MD -MP -MF /build/misc/clone-internal.os.dt -MT /build/misc/clone-internal.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/sysv/linux/clone-internal.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/clone-internal.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/i386/clone3.S -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/clone3.os -MD -MP -MF /build/misc/clone3.os.dt -MT /build/misc/clone3.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/sysv/linux/i386/clone3.S:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:91: /build/misc/clone3.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/closefrom_fallback.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/closefrom_fallback.os -MD -MP -MF /build/misc/closefrom_fallback.os.dt -MT /build/misc/closefrom_fallback.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from ../sysdeps/unix/sysv/linux/closefrom_fallback.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/closefrom_fallback.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/convert_scm_timestamps.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/convert_scm_timestamps.os -MD -MP -MF /build/misc/convert_scm_timestamps.os.dt -MT /build/misc/convert_scm_timestamps.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../sysdeps/unix/sysv/linux/convert_scm_timestamps.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/convert_scm_timestamps.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/epoll_create.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/epoll_create.os -MD -MP -MF /build/misc/epoll_create.os.dt -MT /build/misc/epoll_create.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../sysdeps/unix/sysv/linux/sys/epoll.h:21, from ../include/sys/epoll.h:2, from ../sysdeps/unix/sysv/linux/epoll_create.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/epoll_create.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/epoll_pwait.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/epoll_pwait.os -MD -MP -MF /build/misc/epoll_pwait.os.dt -MT /build/misc/epoll_pwait.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/epoll_pwait.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/epoll_pwait.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/epoll_pwait2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/epoll_pwait2.os -MD -MP -MF /build/misc/epoll_pwait2.os.dt -MT /build/misc/epoll_pwait2.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../sysdeps/unix/sysv/linux/sys/epoll.h:21, from ../include/sys/epoll.h:2, from ../sysdeps/unix/sysv/linux/epoll_pwait2.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/epoll_pwait2.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/epoll_wait.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/epoll_wait.os -MD -MP -MF /build/misc/epoll_wait.os.dt -MT /build/misc/epoll_wait.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/epoll_wait.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/epoll_wait.os] Error 1 (echo '#define SYSCALL_NAME eventfd2'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL eventfd'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/eventfd.os -x assembler-with-cpp - -MD -MP -MF /build/misc/eventfd.os.dt -MT /build/misc/eventfd.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:496: /build/misc/eventfd.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/eventfd_read.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/eventfd_read.os -MD -MP -MF /build/misc/eventfd_read.os.dt -MT /build/misc/eventfd_read.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/eventfd_read.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/eventfd_read.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/eventfd_write.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/eventfd_write.os -MD -MP -MF /build/misc/eventfd_write.os.dt -MT /build/misc/eventfd_write.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/eventfd_write.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/eventfd_write.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fanotify_mark.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/fanotify_mark.os -MD -MP -MF /build/misc/fanotify_mark.os.dt -MT /build/misc/fanotify_mark.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../sysdeps/unix/sysv/linux/sys/fanotify.h:21, from ../sysdeps/unix/sysv/linux/fanotify_mark.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/fanotify_mark.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fxstat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/fxstat.os -MD -MP -MF /build/misc/fxstat.os.dt -MT /build/misc/fxstat.os In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/fxstat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/fxstat.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fxstat64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/fxstat64.os -MD -MP -MF /build/misc/fxstat64.os.dt -MT /build/misc/fxstat64.os In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/fxstat64.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/fxstat64.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fxstatat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/fxstatat.os -MD -MP -MF /build/misc/fxstatat.os.dt -MT /build/misc/fxstatat.os In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/fxstatat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/fxstatat.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fxstatat64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/fxstatat64.os -MD -MP -MF /build/misc/fxstatat64.os.dt -MT /build/misc/fxstatat64.os In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/fxstatat64.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/fxstatat64.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/inotify_init.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/inotify_init.os -MD -MP -MF /build/misc/inotify_init.os.dt -MT /build/misc/inotify_init.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../sysdeps/unix/sysv/linux/sys/inotify.h:21, from ../sysdeps/unix/sysv/linux/inotify_init.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/inotify_init.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/lxstat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/lxstat.os -MD -MP -MF /build/misc/lxstat.os.dt -MT /build/misc/lxstat.os In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/lxstat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/lxstat.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/lxstat64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/lxstat64.os -MD -MP -MF /build/misc/lxstat64.os.dt -MT /build/misc/lxstat64.os In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/lxstat64.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/lxstat64.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/mlock2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/mlock2.os -MD -MP -MF /build/misc/mlock2.os.dt -MT /build/misc/mlock2.os In file included from ../misc/sys/mman.h:22, from ../include/sys/mman.h:2, from ../sysdeps/unix/sysv/linux/mlock2.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/mlock2.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/mremap.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/mremap.os -MD -MP -MF /build/misc/mremap.os.dt -MT /build/misc/mremap.os In file included from ../misc/sys/mman.h:22, from ../include/sys/mman.h:2, from ../sysdeps/unix/sysv/linux/mremap.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/mremap.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/open_by_handle_at.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/open_by_handle_at.os -MD -MP -MF /build/misc/open_by_handle_at.os.dt -MT /build/misc/open_by_handle_at.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/open_by_handle_at.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/open_by_handle_at.os] Error 1 (echo '#define SYSCALL_NAME personality'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __personality'; \ echo '#define SYSCALL_NOERRNO 1'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__personality, personality)'; \ echo 'hidden_weak (personality)'; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/personality.os -x assembler-with-cpp - -MD -MP -MF /build/misc/personality.os.dt -MT /build/misc/personality.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:316: /build/misc/personality.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/x86/pkey_get.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/pkey_get.os -MD -MP -MF /build/misc/pkey_get.os.dt -MT /build/misc/pkey_get.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/x86/pkey_get.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:127: /build/misc/pkey_get.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/pkey_mprotect.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/pkey_mprotect.os -MD -MP -MF /build/misc/pkey_mprotect.os.dt -MT /build/misc/pkey_mprotect.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/pkey_mprotect.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/pkey_mprotect.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/x86/pkey_set.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/pkey_set.os -MD -MP -MF /build/misc/pkey_set.os.dt -MT /build/misc/pkey_set.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/x86/pkey_set.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:127: /build/misc/pkey_set.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/prctl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/prctl.os -MD -MP -MF /build/misc/prctl.os.dt -MT /build/misc/prctl.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/sysv/linux/prctl.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/prctl.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/prlimit.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/prlimit.os -MD -MP -MF /build/misc/prlimit.os.dt -MT /build/misc/prlimit.os In file included from ../resource/sys/resource.h:21, from ../include/sys/resource.h:2, from ../sysdeps/unix/sysv/linux/prlimit.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/prlimit.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/prlimit64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/prlimit64.os -MD -MP -MF /build/misc/prlimit64.os.dt -MT /build/misc/prlimit64.os In file included from ../resource/sys/resource.h:21, from ../include/sys/resource.h:2, from ../sysdeps/unix/sysv/linux/prlimit64.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/prlimit64.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/process_vm_readv.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/process_vm_readv.os -MD -MP -MF /build/misc/process_vm_readv.os.dt -MT /build/misc/process_vm_readv.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/process_vm_readv.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/process_vm_readv.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/process_vm_writev.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/process_vm_writev.os -MD -MP -MF /build/misc/process_vm_writev.os.dt -MT /build/misc/process_vm_writev.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/process_vm_writev.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/process_vm_writev.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/pselect32.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/pselect32.os -MD -MP -MF /build/misc/pselect32.os.dt -MT /build/misc/pselect32.os In file included from ../misc/sys/select.h:24, from ../include/sys/select.h:2, from ../sysdeps/unix/sysv/linux/pselect32.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/pselect32.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/readahead.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/readahead.os -MD -MP -MF /build/misc/readahead.os.dt -MT /build/misc/readahead.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/readahead.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/readahead.os] Error 1 (echo '#define SYSCALL_NAME setfsgid32'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL setfsgid'; \ echo '#define SYSCALL_NOERRNO 1'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/setfsgid.os -x assembler-with-cpp - -MD -MP -MF /build/misc/setfsgid.os.dt -MT /build/misc/setfsgid.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:213: /build/misc/setfsgid.os] Error 1 (echo '#define SYSCALL_NAME setfsuid32'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL setfsuid'; \ echo '#define SYSCALL_NOERRNO 1'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/setfsuid.os -x assembler-with-cpp - -MD -MP -MF /build/misc/setfsuid.os.dt -MT /build/misc/setfsuid.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:230: /build/misc/setfsuid.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/signalfd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/signalfd.os -MD -MP -MF /build/misc/signalfd.os.dt -MT /build/misc/signalfd.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/signalfd.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/signalfd.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/splice.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/splice.os -MD -MP -MF /build/misc/splice.os.dt -MT /build/misc/splice.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/splice.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/splice.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/sysctl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/sysctl.os -MD -MP -MF /build/misc/sysctl.os.dt -MT /build/misc/sysctl.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/sysctl.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/sysctl.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/tee.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/tee.os -MD -MP -MF /build/misc/tee.os.dt -MT /build/misc/tee.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/tee.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/tee.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/timerfd_gettime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/timerfd_gettime.os -MD -MP -MF /build/misc/timerfd_gettime.os.dt -MT /build/misc/timerfd_gettime.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/timerfd_gettime.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/timerfd_gettime.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/timerfd_settime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/timerfd_settime.os -MD -MP -MF /build/misc/timerfd_settime.os.dt -MT /build/misc/timerfd_settime.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/timerfd_settime.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/timerfd_settime.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/umount.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/umount.os -MD -MP -MF /build/misc/umount.os.dt -MT /build/misc/umount.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/sys/mount.h:24, from ../sysdeps/unix/sysv/linux/include/sys/mount.h:22, from ../sysdeps/unix/sysv/linux/umount.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/umount.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/umount2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/umount2.os -MD -MP -MF /build/misc/umount2.os.dt -MT /build/misc/umount2.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/sys/mount.h:24, from ../sysdeps/unix/sysv/linux/include/sys/mount.h:22, from ../sysdeps/unix/sysv/linux/umount2.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/umount2.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/vmsplice.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/vmsplice.os -MD -MP -MF /build/misc/vmsplice.os.dt -MT /build/misc/vmsplice.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/vmsplice.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/vmsplice.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/xmknod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/xmknod.os -MD -MP -MF /build/misc/xmknod.os.dt -MT /build/misc/xmknod.os In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/xmknod.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/xmknod.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/xmknodat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/xmknodat.os -MD -MP -MF /build/misc/xmknodat.os.dt -MT /build/misc/xmknodat.os In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/xmknodat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/xmknodat.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/xstat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/xstat.os -MD -MP -MF /build/misc/xstat.os.dt -MT /build/misc/xstat.os In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/xstat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/xstat.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/xstat64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/xstat64.os -MD -MP -MF /build/misc/xstat64.os.dt -MT /build/misc/xstat64.os In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/xstat64.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/xstat64.os] Error 1 (echo '#define SYSCALL_NAME modify_ldt'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __modify_ldt'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__modify_ldt, modify_ldt)'; \ echo 'hidden_weak (modify_ldt)'; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/modify_ldt.os -x assembler-with-cpp - -MD -MP -MF /build/misc/modify_ldt.os.dt -MT /build/misc/modify_ldt.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:248: /build/misc/modify_ldt.os] Error 1 (echo '#define SYSCALL_NAME vm86old'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __vm86old'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo '#include '; \ echo '#if defined SHARED && IS_IN (libc)'; \ echo 'compat_symbol (libc, __vm86old, vm86, GLIBC_2_0)'; \ echo '#endif'; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/vm86old.os -x assembler-with-cpp - -MD -MP -MF /build/misc/vm86old.os.dt -MT /build/misc/vm86old.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:270: /build/misc/vm86old.os] Error 1 (echo '#define SYSCALL_NAME bdflush'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __compat_bdflush'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo '#include '; \ echo '#if defined SHARED && IS_IN (libc) && SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_23)'; \ echo 'compat_symbol (libc, __compat_bdflush, bdflush, GLIBC_2_0)'; \ echo '#endif'; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/bdflush.os -x assembler-with-cpp - -MD -MP -MF /build/misc/bdflush.os.dt -MT /build/misc/bdflush.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:358: /build/misc/bdflush.os] Error 1 (echo '#define SYSCALL_NAME capget'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL capget'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/capget.os -x assembler-with-cpp - -MD -MP -MF /build/misc/capget.os.dt -MT /build/misc/capget.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:381: /build/misc/capget.os] Error 1 (echo '#define SYSCALL_NAME capset'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL capset'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/capset.os -x assembler-with-cpp - -MD -MP -MF /build/misc/capset.os.dt -MT /build/misc/capset.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:399: /build/misc/capset.os] Error 1 (echo '#define SYSCALL_NAME create_module'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __compat_create_module'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo '#include '; \ echo '#if defined SHARED && IS_IN (libc) && SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_23)'; \ echo 'compat_symbol (libc, __compat_create_module, create_module, GLIBC_2_0)'; \ echo '#endif'; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/create_module.os -x assembler-with-cpp - -MD -MP -MF /build/misc/create_module.os.dt -MT /build/misc/create_module.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:419: /build/misc/create_module.os] Error 1 (echo '#define SYSCALL_NAME delete_module'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL delete_module'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/delete_module.os -x assembler-with-cpp - -MD -MP -MF /build/misc/delete_module.os.dt -MT /build/misc/delete_module.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:442: /build/misc/delete_module.os] Error 1 (echo '#define SYSCALL_NAME epoll_create1'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL epoll_create1'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/epoll_create1.os -x assembler-with-cpp - -MD -MP -MF /build/misc/epoll_create1.os.dt -MT /build/misc/epoll_create1.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:460: /build/misc/epoll_create1.os] Error 1 (echo '#define SYSCALL_NAME epoll_ctl'; \ echo '#define SYSCALL_NARGS 4'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL epoll_ctl'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/epoll_ctl.os -x assembler-with-cpp - -MD -MP -MF /build/misc/epoll_ctl.os.dt -MT /build/misc/epoll_ctl.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:478: /build/misc/epoll_ctl.os] Error 1 (echo '#define SYSCALL_NAME fsconfig'; \ echo '#define SYSCALL_NARGS 5'; \ echo '#define SYSCALL_ULONG_ARG_1 2'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL fsconfig'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/fsconfig.os -x assembler-with-cpp - -MD -MP -MF /build/misc/fsconfig.os.dt -MT /build/misc/fsconfig.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:552: /build/misc/fsconfig.os] Error 1 (echo '#define SYSCALL_NAME fsmount'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 2'; \ echo '#define SYSCALL_ULONG_ARG_2 3'; \ echo '#define SYSCALL_SYMBOL fsmount'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/fsmount.os -x assembler-with-cpp - -MD -MP -MF /build/misc/fsmount.os.dt -MT /build/misc/fsmount.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:570: /build/misc/fsmount.os] Error 1 (echo '#define SYSCALL_NAME fsopen'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 2'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL fsopen'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/fsopen.os -x assembler-with-cpp - -MD -MP -MF /build/misc/fsopen.os.dt -MT /build/misc/fsopen.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:588: /build/misc/fsopen.os] Error 1 (echo '#define SYSCALL_NAME fspick'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 3'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL fspick'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/fspick.os -x assembler-with-cpp - -MD -MP -MF /build/misc/fspick.os.dt -MT /build/misc/fspick.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:606: /build/misc/fspick.os] Error 1 (echo '#define SYSCALL_NAME get_kernel_syms'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __compat_get_kernel_syms'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo '#include '; \ echo '#if defined SHARED && IS_IN (libc) && SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_23)'; \ echo 'compat_symbol (libc, __compat_get_kernel_syms, get_kernel_syms, GLIBC_2_0)'; \ echo '#endif'; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/get_kernel_syms.os -x assembler-with-cpp - -MD -MP -MF /build/misc/get_kernel_syms.os.dt -MT /build/misc/get_kernel_syms.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:626: /build/misc/get_kernel_syms.os] Error 1 (echo '#define SYSCALL_NAME init_module'; \ echo '#define SYSCALL_NARGS 5'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL init_module'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/init_module.os -x assembler-with-cpp - -MD -MP -MF /build/misc/init_module.os.dt -MT /build/misc/init_module.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:812: /build/misc/init_module.os] Error 1 (echo '#define SYSCALL_NAME inotify_add_watch'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL inotify_add_watch'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/inotify_add_watch.os -x assembler-with-cpp - -MD -MP -MF /build/misc/inotify_add_watch.os.dt -MT /build/misc/inotify_add_watch.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:830: /build/misc/inotify_add_watch.os] Error 1 (echo '#define SYSCALL_NAME inotify_init1'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL inotify_init1'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/inotify_init1.os -x assembler-with-cpp - -MD -MP -MF /build/misc/inotify_init1.os.dt -MT /build/misc/inotify_init1.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:848: /build/misc/inotify_init1.os] Error 1 (echo '#define SYSCALL_NAME inotify_rm_watch'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL inotify_rm_watch'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/inotify_rm_watch.os -x assembler-with-cpp - -MD -MP -MF /build/misc/inotify_rm_watch.os.dt -MT /build/misc/inotify_rm_watch.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:866: /build/misc/inotify_rm_watch.os] Error 1 (echo '#define SYSCALL_NAME syslog'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL klogctl'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/klogctl.os -x assembler-with-cpp - -MD -MP -MF /build/misc/klogctl.os.dt -MT /build/misc/klogctl.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:918: /build/misc/klogctl.os] Error 1 (echo '#define SYSCALL_NAME mount'; \ echo '#define SYSCALL_NARGS 5'; \ echo '#define SYSCALL_ULONG_ARG_1 4'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __mount'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__mount, mount)'; \ echo 'hidden_weak (mount)'; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/mount.os -x assembler-with-cpp - -MD -MP -MF /build/misc/mount.os.dt -MT /build/misc/mount.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1006: /build/misc/mount.os] Error 1 (echo '#define SYSCALL_NAME mount_setattr'; \ echo '#define SYSCALL_NARGS 5'; \ echo '#define SYSCALL_ULONG_ARG_1 3'; \ echo '#define SYSCALL_ULONG_ARG_2 5'; \ echo '#define SYSCALL_SYMBOL mount_setattr'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/mount_setattr.os -x assembler-with-cpp - -MD -MP -MF /build/misc/mount_setattr.os.dt -MT /build/misc/mount_setattr.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1026: /build/misc/mount_setattr.os] Error 1 (echo '#define SYSCALL_NAME move_mount'; \ echo '#define SYSCALL_NARGS 5'; \ echo '#define SYSCALL_ULONG_ARG_1 5'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL move_mount'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/move_mount.os -x assembler-with-cpp - -MD -MP -MF /build/misc/move_mount.os.dt -MT /build/misc/move_mount.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1044: /build/misc/move_mount.os] Error 1 (echo '#define SYSCALL_NAME nfsservctl'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __compat_nfsservctl'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo '#include '; \ echo '#if defined SHARED && IS_IN (libc) && SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_28)'; \ echo 'compat_symbol (libc, __compat_nfsservctl, nfsservctl, GLIBC_2_0)'; \ echo '#endif'; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/nfsservctl.os -x assembler-with-cpp - -MD -MP -MF /build/misc/nfsservctl.os.dt -MT /build/misc/nfsservctl.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1098: /build/misc/nfsservctl.os] Error 1 (echo '#define SYSCALL_NAME open_tree'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 3'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL open_tree'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/open_tree.os -x assembler-with-cpp - -MD -MP -MF /build/misc/open_tree.os.dt -MT /build/misc/open_tree.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1121: /build/misc/open_tree.os] Error 1 (echo '#define SYSCALL_NAME pidfd_open'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 2'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL pidfd_open'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/pidfd_open.os -x assembler-with-cpp - -MD -MP -MF /build/misc/pidfd_open.os.dt -MT /build/misc/pidfd_open.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1158: /build/misc/pidfd_open.os] Error 1 (echo '#define SYSCALL_NAME pidfd_getfd'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 3'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL pidfd_getfd'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/pidfd_getfd.os -x assembler-with-cpp - -MD -MP -MF /build/misc/pidfd_getfd.os.dt -MT /build/misc/pidfd_getfd.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1176: /build/misc/pidfd_getfd.os] Error 1 (echo '#define SYSCALL_NAME pivot_root'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL pivot_root'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/pivot_root.os -x assembler-with-cpp - -MD -MP -MF /build/misc/pivot_root.os.dt -MT /build/misc/pivot_root.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1194: /build/misc/pivot_root.os] Error 1 (echo '#define SYSCALL_NAME pidfd_send_signal'; \ echo '#define SYSCALL_NARGS 4'; \ echo '#define SYSCALL_ULONG_ARG_1 4'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL pidfd_send_signal'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/pidfd_send_signal.os -x assembler-with-cpp - -MD -MP -MF /build/misc/pidfd_send_signal.os.dt -MT /build/misc/pidfd_send_signal.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1212: /build/misc/pidfd_send_signal.os] Error 1 (echo '#define SYSCALL_NAME process_madvise'; \ echo '#define SYSCALL_NARGS 5'; \ echo '#define SYSCALL_ULONG_ARG_1 5'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL process_madvise'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/process_madvise.os -x assembler-with-cpp - -MD -MP -MF /build/misc/process_madvise.os.dt -MT /build/misc/process_madvise.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1230: /build/misc/process_madvise.os] Error 1 (echo '#define SYSCALL_NAME process_mrelease'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 2'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL process_mrelease'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/process_mrelease.os -x assembler-with-cpp - -MD -MP -MF /build/misc/process_mrelease.os.dt -MT /build/misc/process_mrelease.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1248: /build/misc/process_mrelease.os] Error 1 (echo '#define SYSCALL_NAME query_module'; \ echo '#define SYSCALL_NARGS 5'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __compat_query_module'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo '#include '; \ echo '#if defined SHARED && IS_IN (libc) && SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_23)'; \ echo 'compat_symbol (libc, __compat_query_module, query_module, GLIBC_2_0)'; \ echo '#endif'; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/query_module.os -x assembler-with-cpp - -MD -MP -MF /build/misc/query_module.os.dt -MT /build/misc/query_module.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1268: /build/misc/query_module.os] Error 1 (echo '#define SYSCALL_NAME quotactl'; \ echo '#define SYSCALL_NARGS 4'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL quotactl'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/quotactl.os -x assembler-with-cpp - -MD -MP -MF /build/misc/quotactl.os.dt -MT /build/misc/quotactl.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1291: /build/misc/quotactl.os] Error 1 (echo '#define SYSCALL_NAME sysinfo'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __sysinfo'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__sysinfo, sysinfo)'; \ echo 'hidden_weak (sysinfo)'; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/sysinfo.os -x assembler-with-cpp - -MD -MP -MF /build/misc/sysinfo.os.dt -MT /build/misc/sysinfo.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1535: /build/misc/sysinfo.os] Error 1 (echo '#define SYSCALL_NAME unshare'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL unshare'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/unshare.os -x assembler-with-cpp - -MD -MP -MF /build/misc/unshare.os.dt -MT /build/misc/unshare.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1593: /build/misc/unshare.os] Error 1 (echo '#define SYSCALL_NAME uselib'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __compat_uselib'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo '#include '; \ echo '#if defined SHARED && IS_IN (libc) && SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_23)'; \ echo 'compat_symbol (libc, __compat_uselib, uselib, GLIBC_2_0)'; \ echo '#endif'; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/uselib.os -x assembler-with-cpp - -MD -MP -MF /build/misc/uselib.os.dt -MT /build/misc/uselib.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1613: /build/misc/uselib.os] Error 1 (echo '#define SYSCALL_NAME timerfd_create'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL timerfd_create'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/timerfd_create.os -x assembler-with-cpp - -MD -MP -MF /build/misc/timerfd_create.os.dt -MT /build/misc/timerfd_create.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1963: /build/misc/timerfd_create.os] Error 1 (echo '#define SYSCALL_NAME fanotify_init'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL fanotify_init'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/fanotify_init.os -x assembler-with-cpp - -MD -MP -MF /build/misc/fanotify_init.os.dt -MT /build/misc/fanotify_init.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1981: /build/misc/fanotify_init.os] Error 1 (echo '#define SYSCALL_NAME name_to_handle_at'; \ echo '#define SYSCALL_NARGS 5'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL name_to_handle_at'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/name_to_handle_at.os -x assembler-with-cpp - -MD -MP -MF /build/misc/name_to_handle_at.os.dt -MT /build/misc/name_to_handle_at.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1999: /build/misc/name_to_handle_at.os] Error 1 (echo '#define SYSCALL_NAME setns'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL setns'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/setns.os -x assembler-with-cpp - -MD -MP -MF /build/misc/setns.os.dt -MT /build/misc/setns.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2017: /build/misc/setns.os] Error 1 (echo '#define SYSCALL_NAME memfd_create'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL memfd_create'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/memfd_create.os -x assembler-with-cpp - -MD -MP -MF /build/misc/memfd_create.os.dt -MT /build/misc/memfd_create.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2035: /build/misc/memfd_create.os] Error 1 (echo '#define SYSCALL_NAME pkey_alloc'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL pkey_alloc'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/pkey_alloc.os -x assembler-with-cpp - -MD -MP -MF /build/misc/pkey_alloc.os.dt -MT /build/misc/pkey_alloc.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2053: /build/misc/pkey_alloc.os] Error 1 (echo '#define SYSCALL_NAME pkey_free'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL pkey_free'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/pkey_free.os -x assembler-with-cpp - -MD -MP -MF /build/misc/pkey_free.os.dt -MT /build/misc/pkey_free.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2071: /build/misc/pkey_free.os] Error 1 (echo '#define SYSCALL_NAME gettid'; \ echo '#define SYSCALL_NARGS 0'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __gettid'; \ echo '#define SYSCALL_NOERRNO 1'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__gettid, gettid)'; \ echo 'hidden_weak (gettid)'; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/gettid.os -x assembler-with-cpp - -MD -MP -MF /build/misc/gettid.os.dt -MT /build/misc/gettid.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2089: /build/misc/gettid.os] Error 1 (echo '#define SYSCALL_NAME tgkill'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __tgkill'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__tgkill, tgkill)'; \ echo 'hidden_weak (tgkill)'; \ ) | gcc -m32 -c -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/misc/tgkill.os -x assembler-with-cpp - -MD -MP -MF /build/misc/tgkill.os.dt -MT /build/misc/tgkill.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2109: /build/misc/tgkill.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/malloc-hugepages.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/misc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/misc/malloc-hugepages.os -MD -MP -MF /build/misc/malloc-hugepages.os.dt -MT /build/misc/malloc-hugepages.os In file included from ../bits/libc-header-start.h:33, from ../include/limits.h:26, from ../include/intprops.h:22, from ../sysdeps/unix/sysv/linux/malloc-hugepages.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/misc/malloc-hugepages.os] Error 1 make[2]: Target 'subdir_lib' not remade because of errors. make[2]: Leaving directory '/glibc/misc' make[1]: *** [Makefile:484: misc/subdir_lib] Error 2 make subdir=socket -C socket ..=../ subdir_lib make[2]: Entering directory '/glibc/socket' gcc -m32 ../sysdeps/unix/sysv/linux/accept.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/socket/accept.o -MD -MP -MF /build/socket/accept.o.dt -MT /build/socket/accept.o In file included from ../socket/sys/socket.h:22, from ../include/sys/socket.h:2, from ../sysdeps/unix/sysv/linux/accept.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/socket/accept.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/accept4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/socket/accept4.o -MD -MP -MF /build/socket/accept4.o.dt -MT /build/socket/accept4.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/accept4.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/socket/accept4.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/bind.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/socket/bind.o -MD -MP -MF /build/socket/bind.o.dt -MT /build/socket/bind.o In file included from ../socket/sys/socket.h:22, from ../include/sys/socket.h:2, from ../sysdeps/unix/sysv/linux/bind.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/socket/bind.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/connect.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/socket/connect.o -MD -MP -MF /build/socket/connect.o.dt -MT /build/socket/connect.o In file included from ../socket/sys/socket.h:22, from ../include/sys/socket.h:2, from ../sysdeps/unix/sysv/linux/connect.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/socket/connect.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/getpeername.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/socket/getpeername.o -MD -MP -MF /build/socket/getpeername.o.dt -MT /build/socket/getpeername.o In file included from ../socket/sys/socket.h:22, from ../include/sys/socket.h:2, from ../sysdeps/unix/sysv/linux/getpeername.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/socket/getpeername.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/getsockname.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/socket/getsockname.o -MD -MP -MF /build/socket/getsockname.o.dt -MT /build/socket/getsockname.o In file included from ../socket/sys/socket.h:22, from ../include/sys/socket.h:2, from ../sysdeps/unix/sysv/linux/getsockname.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/socket/getsockname.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/getsockopt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/socket/getsockopt.o -MD -MP -MF /build/socket/getsockopt.o.dt -MT /build/socket/getsockopt.o In file included from ../socket/sys/socket.h:22, from ../include/sys/socket.h:2, from ../sysdeps/unix/sysv/linux/getsockopt.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/socket/getsockopt.o] Error 1 gcc -m32 ../sysdeps/posix/isfdtype.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/socket/isfdtype.o -MD -MP -MF /build/socket/isfdtype.o.dt -MT /build/socket/isfdtype.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/posix/isfdtype.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:485: /build/socket/isfdtype.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/listen.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/socket/listen.o -MD -MP -MF /build/socket/listen.o.dt -MT /build/socket/listen.o In file included from ../socket/sys/socket.h:22, from ../include/sys/socket.h:2, from ../sysdeps/unix/sysv/linux/listen.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/socket/listen.o] Error 1 gcc -m32 opensock.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/socket/opensock.o -MD -MP -MF /build/socket/opensock.o.dt -MT /build/socket/opensock.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from opensock.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/socket/opensock.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/recv.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/socket/recv.o -MD -MP -MF /build/socket/recv.o.dt -MT /build/socket/recv.o In file included from ../socket/sys/socket.h:22, from ../include/sys/socket.h:2, from ../sysdeps/unix/sysv/linux/recv.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/socket/recv.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/recvfrom.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/socket/recvfrom.o -MD -MP -MF /build/socket/recvfrom.o.dt -MT /build/socket/recvfrom.o In file included from ../socket/sys/socket.h:22, from ../include/sys/socket.h:2, from ../sysdeps/unix/sysv/linux/recvfrom.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/socket/recvfrom.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/recvmmsg.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/socket/recvmmsg.o -MD -MP -MF /build/socket/recvmmsg.o.dt -MT /build/socket/recvmmsg.o In file included from ../socket/sys/socket.h:22, from ../include/sys/socket.h:2, from ../sysdeps/unix/sysv/linux/recvmmsg.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/socket/recvmmsg.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/recvmsg.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/socket/recvmsg.o -MD -MP -MF /build/socket/recvmsg.o.dt -MT /build/socket/recvmsg.o In file included from ../socket/sys/socket.h:22, from ../include/sys/socket.h:2, from ../sysdeps/unix/sysv/linux/recvmsg.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/socket/recvmsg.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/send.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/socket/send.o -MD -MP -MF /build/socket/send.o.dt -MT /build/socket/send.o In file included from ../socket/sys/socket.h:22, from ../include/sys/socket.h:2, from ../sysdeps/unix/sysv/linux/send.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/socket/send.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/sendmmsg.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/socket/sendmmsg.o -MD -MP -MF /build/socket/sendmmsg.o.dt -MT /build/socket/sendmmsg.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/sendmmsg.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/socket/sendmmsg.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/sendmsg.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/socket/sendmsg.o -MD -MP -MF /build/socket/sendmsg.o.dt -MT /build/socket/sendmsg.o In file included from ../socket/sys/socket.h:22, from ../include/sys/socket.h:2, from ../sysdeps/unix/sysv/linux/sendmsg.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/socket/sendmsg.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/sendto.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/socket/sendto.o -MD -MP -MF /build/socket/sendto.o.dt -MT /build/socket/sendto.o In file included from ../socket/sys/socket.h:22, from ../include/sys/socket.h:2, from ../sysdeps/unix/sysv/linux/sendto.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/socket/sendto.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/setsockopt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/socket/setsockopt.o -MD -MP -MF /build/socket/setsockopt.o.dt -MT /build/socket/setsockopt.o In file included from ../socket/sys/socket.h:22, from ../include/sys/socket.h:2, from ../sysdeps/unix/sysv/linux/setsockopt.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/socket/setsockopt.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/shutdown.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/socket/shutdown.o -MD -MP -MF /build/socket/shutdown.o.dt -MT /build/socket/shutdown.o In file included from ../socket/sys/socket.h:22, from ../include/sys/socket.h:2, from ../sysdeps/unix/sysv/linux/shutdown.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/socket/shutdown.o] Error 1 gcc -m32 sockaddr_un_set.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/socket/sockaddr_un_set.o -MD -MP -MF /build/socket/sockaddr_un_set.o.dt -MT /build/socket/sockaddr_un_set.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from sockaddr_un_set.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/socket/sockaddr_un_set.o] Error 1 gcc -m32 ../sysdeps/unix/sockatmark.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/socket/sockatmark.o -MD -MP -MF /build/socket/sockatmark.o.dt -MT /build/socket/sockatmark.o In file included from ../misc/sys/ioctl.h:21, from ../include/sys/ioctl.h:2, from ../sysdeps/unix/sockatmark.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:451: /build/socket/sockatmark.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/socket.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/socket/socket.o -MD -MP -MF /build/socket/socket.o.dt -MT /build/socket/socket.o In file included from ../socket/sys/socket.h:22, from ../include/sys/socket.h:2, from ../sysdeps/unix/sysv/linux/socket.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/socket/socket.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/socketpair.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/socket/socketpair.o -MD -MP -MF /build/socket/socketpair.o.dt -MT /build/socket/socketpair.o In file included from ../socket/sys/socket.h:22, from ../include/sys/socket.h:2, from ../sysdeps/unix/sysv/linux/socketpair.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/socket/socketpair.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/sa_len.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/socket/sa_len.o -MD -MP -MF /build/socket/sa_len.o.dt -MT /build/socket/sa_len.o In file included from ../socket/sys/socket.h:22, from ../include/sys/socket.h:2, from ../socket/sa_len.c:19, from ../sysdeps/unix/sysv/linux/sa_len.c:9: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/socket/sa_len.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/cmsg_nxthdr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/socket/cmsg_nxthdr.o -MD -MP -MF /build/socket/cmsg_nxthdr.o.dt -MT /build/socket/cmsg_nxthdr.o In file included from ../socket/sys/socket.h:22, from ../include/sys/socket.h:2, from ../sysdeps/unix/sysv/linux/cmsg_nxthdr.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/socket/cmsg_nxthdr.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/accept.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/socket/accept.os -MD -MP -MF /build/socket/accept.os.dt -MT /build/socket/accept.os In file included from ../socket/sys/socket.h:22, from ../include/sys/socket.h:2, from ../sysdeps/unix/sysv/linux/accept.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/socket/accept.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/accept4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/socket/accept4.os -MD -MP -MF /build/socket/accept4.os.dt -MT /build/socket/accept4.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/accept4.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/socket/accept4.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/bind.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/socket/bind.os -MD -MP -MF /build/socket/bind.os.dt -MT /build/socket/bind.os In file included from ../socket/sys/socket.h:22, from ../include/sys/socket.h:2, from ../sysdeps/unix/sysv/linux/bind.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/socket/bind.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/connect.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/socket/connect.os -MD -MP -MF /build/socket/connect.os.dt -MT /build/socket/connect.os In file included from ../socket/sys/socket.h:22, from ../include/sys/socket.h:2, from ../sysdeps/unix/sysv/linux/connect.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/socket/connect.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/getpeername.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/socket/getpeername.os -MD -MP -MF /build/socket/getpeername.os.dt -MT /build/socket/getpeername.os In file included from ../socket/sys/socket.h:22, from ../include/sys/socket.h:2, from ../sysdeps/unix/sysv/linux/getpeername.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/socket/getpeername.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/getsockname.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/socket/getsockname.os -MD -MP -MF /build/socket/getsockname.os.dt -MT /build/socket/getsockname.os In file included from ../socket/sys/socket.h:22, from ../include/sys/socket.h:2, from ../sysdeps/unix/sysv/linux/getsockname.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/socket/getsockname.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/getsockopt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/socket/getsockopt.os -MD -MP -MF /build/socket/getsockopt.os.dt -MT /build/socket/getsockopt.os In file included from ../socket/sys/socket.h:22, from ../include/sys/socket.h:2, from ../sysdeps/unix/sysv/linux/getsockopt.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/socket/getsockopt.os] Error 1 gcc -m32 ../sysdeps/posix/isfdtype.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/socket/isfdtype.os -MD -MP -MF /build/socket/isfdtype.os.dt -MT /build/socket/isfdtype.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/posix/isfdtype.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:501: /build/socket/isfdtype.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/listen.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/socket/listen.os -MD -MP -MF /build/socket/listen.os.dt -MT /build/socket/listen.os In file included from ../socket/sys/socket.h:22, from ../include/sys/socket.h:2, from ../sysdeps/unix/sysv/linux/listen.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/socket/listen.os] Error 1 gcc -m32 opensock.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/socket/opensock.os -MD -MP -MF /build/socket/opensock.os.dt -MT /build/socket/opensock.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from opensock.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/socket/opensock.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/recv.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/socket/recv.os -MD -MP -MF /build/socket/recv.os.dt -MT /build/socket/recv.os In file included from ../socket/sys/socket.h:22, from ../include/sys/socket.h:2, from ../sysdeps/unix/sysv/linux/recv.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/socket/recv.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/recvfrom.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/socket/recvfrom.os -MD -MP -MF /build/socket/recvfrom.os.dt -MT /build/socket/recvfrom.os In file included from ../socket/sys/socket.h:22, from ../include/sys/socket.h:2, from ../sysdeps/unix/sysv/linux/recvfrom.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/socket/recvfrom.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/recvmmsg.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/socket/recvmmsg.os -MD -MP -MF /build/socket/recvmmsg.os.dt -MT /build/socket/recvmmsg.os In file included from ../socket/sys/socket.h:22, from ../include/sys/socket.h:2, from ../sysdeps/unix/sysv/linux/recvmmsg.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/socket/recvmmsg.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/recvmsg.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/socket/recvmsg.os -MD -MP -MF /build/socket/recvmsg.os.dt -MT /build/socket/recvmsg.os In file included from ../socket/sys/socket.h:22, from ../include/sys/socket.h:2, from ../sysdeps/unix/sysv/linux/recvmsg.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/socket/recvmsg.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/send.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/socket/send.os -MD -MP -MF /build/socket/send.os.dt -MT /build/socket/send.os In file included from ../socket/sys/socket.h:22, from ../include/sys/socket.h:2, from ../sysdeps/unix/sysv/linux/send.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/socket/send.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/sendmmsg.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/socket/sendmmsg.os -MD -MP -MF /build/socket/sendmmsg.os.dt -MT /build/socket/sendmmsg.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/sendmmsg.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/socket/sendmmsg.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/sendmsg.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/socket/sendmsg.os -MD -MP -MF /build/socket/sendmsg.os.dt -MT /build/socket/sendmsg.os In file included from ../socket/sys/socket.h:22, from ../include/sys/socket.h:2, from ../sysdeps/unix/sysv/linux/sendmsg.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/socket/sendmsg.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/sendto.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/socket/sendto.os -MD -MP -MF /build/socket/sendto.os.dt -MT /build/socket/sendto.os In file included from ../socket/sys/socket.h:22, from ../include/sys/socket.h:2, from ../sysdeps/unix/sysv/linux/sendto.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/socket/sendto.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/setsockopt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/socket/setsockopt.os -MD -MP -MF /build/socket/setsockopt.os.dt -MT /build/socket/setsockopt.os In file included from ../socket/sys/socket.h:22, from ../include/sys/socket.h:2, from ../sysdeps/unix/sysv/linux/setsockopt.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/socket/setsockopt.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/shutdown.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/socket/shutdown.os -MD -MP -MF /build/socket/shutdown.os.dt -MT /build/socket/shutdown.os In file included from ../socket/sys/socket.h:22, from ../include/sys/socket.h:2, from ../sysdeps/unix/sysv/linux/shutdown.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/socket/shutdown.os] Error 1 gcc -m32 sockaddr_un_set.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/socket/sockaddr_un_set.os -MD -MP -MF /build/socket/sockaddr_un_set.os.dt -MT /build/socket/sockaddr_un_set.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from sockaddr_un_set.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/socket/sockaddr_un_set.os] Error 1 gcc -m32 ../sysdeps/unix/sockatmark.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/socket/sockatmark.os -MD -MP -MF /build/socket/sockatmark.os.dt -MT /build/socket/sockatmark.os In file included from ../misc/sys/ioctl.h:21, from ../include/sys/ioctl.h:2, from ../sysdeps/unix/sockatmark.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:467: /build/socket/sockatmark.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/socket.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/socket/socket.os -MD -MP -MF /build/socket/socket.os.dt -MT /build/socket/socket.os In file included from ../socket/sys/socket.h:22, from ../include/sys/socket.h:2, from ../sysdeps/unix/sysv/linux/socket.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/socket/socket.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/socketpair.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/socket/socketpair.os -MD -MP -MF /build/socket/socketpair.os.dt -MT /build/socket/socketpair.os In file included from ../socket/sys/socket.h:22, from ../include/sys/socket.h:2, from ../sysdeps/unix/sysv/linux/socketpair.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/socket/socketpair.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/sa_len.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/socket/sa_len.os -MD -MP -MF /build/socket/sa_len.os.dt -MT /build/socket/sa_len.os In file included from ../socket/sys/socket.h:22, from ../include/sys/socket.h:2, from ../socket/sa_len.c:19, from ../sysdeps/unix/sysv/linux/sa_len.c:9: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/socket/sa_len.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/cmsg_nxthdr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/socket -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/socket/cmsg_nxthdr.os -MD -MP -MF /build/socket/cmsg_nxthdr.os.dt -MT /build/socket/cmsg_nxthdr.os In file included from ../socket/sys/socket.h:22, from ../include/sys/socket.h:2, from ../sysdeps/unix/sysv/linux/cmsg_nxthdr.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/socket/cmsg_nxthdr.os] Error 1 make[2]: Target 'subdir_lib' not remade because of errors. make[2]: Leaving directory '/glibc/socket' make[1]: *** [Makefile:484: socket/subdir_lib] Error 2 make subdir=sysvipc -C sysvipc ..=../ subdir_lib make[2]: Entering directory '/glibc/sysvipc' gcc -m32 ftok.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/sysvipc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/sysvipc/ftok.o -MD -MP -MF /build/sysvipc/ftok.o.dt -MT /build/sysvipc/ftok.o In file included from ../sysvipc/sys/ipc.h:21, from ../include/sys/ipc.h:1, from ftok.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sysvipc/ftok.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/msgsnd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/sysvipc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/sysvipc/msgsnd.o -MD -MP -MF /build/sysvipc/msgsnd.o.dt -MT /build/sysvipc/msgsnd.o In file included from ../sysvipc/sys/ipc.h:21, from ../include/sys/ipc.h:1, from ../sysdeps/unix/sysv/linux/ipc_priv.h:19, from ../sysdeps/unix/sysv/linux/msgsnd.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/sysvipc/msgsnd.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/msgrcv.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/sysvipc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/sysvipc/msgrcv.o -MD -MP -MF /build/sysvipc/msgrcv.o.dt -MT /build/sysvipc/msgrcv.o In file included from ../sysvipc/sys/ipc.h:21, from ../include/sys/ipc.h:1, from ../sysdeps/unix/sysv/linux/ipc_priv.h:19, from ../sysdeps/unix/sysv/linux/msgrcv.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/sysvipc/msgrcv.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/msgget.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/sysvipc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/sysvipc/msgget.o -MD -MP -MF /build/sysvipc/msgget.o.dt -MT /build/sysvipc/msgget.o In file included from ../sysvipc/sys/ipc.h:21, from ../include/sys/ipc.h:1, from ../sysdeps/unix/sysv/linux/ipc_priv.h:19, from ../sysdeps/unix/sysv/linux/msgget.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/sysvipc/msgget.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/msgctl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/sysvipc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/sysvipc/msgctl.o -MD -MP -MF /build/sysvipc/msgctl.o.dt -MT /build/sysvipc/msgctl.o In file included from ../sysvipc/sys/msg.h:21, from ../sysdeps/unix/sysv/linux/include/sys/msg.h:2, from ../include/sys/msg.h:1, from ../sysdeps/unix/sysv/linux/msgctl.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/sysvipc/msgctl.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/semop.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/sysvipc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/sysvipc/semop.o -MD -MP -MF /build/sysvipc/semop.o.dt -MT /build/sysvipc/semop.o In file included from ../sysvipc/sys/sem.h:21, from ../sysdeps/unix/sysv/linux/include/sys/sem.h:2, from ../include/sys/sem.h:1, from ../sysdeps/unix/sysv/linux/semop.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/sysvipc/semop.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/semget.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/sysvipc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/sysvipc/semget.o -MD -MP -MF /build/sysvipc/semget.o.dt -MT /build/sysvipc/semget.o In file included from ../sysvipc/sys/sem.h:21, from ../sysdeps/unix/sysv/linux/include/sys/sem.h:2, from ../include/sys/sem.h:1, from ../sysdeps/unix/sysv/linux/semget.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/sysvipc/semget.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/semctl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/sysvipc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/sysvipc/semctl.o -MD -MP -MF /build/sysvipc/semctl.o.dt -MT /build/sysvipc/semctl.o In file included from ../sysvipc/sys/sem.h:21, from ../sysdeps/unix/sysv/linux/include/sys/sem.h:2, from ../include/sys/sem.h:1, from ../sysdeps/unix/sysv/linux/semctl.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/sysvipc/semctl.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/semtimedop.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/sysvipc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/sysvipc/semtimedop.o -MD -MP -MF /build/sysvipc/semtimedop.o.dt -MT /build/sysvipc/semtimedop.o In file included from ../sysvipc/sys/sem.h:21, from ../sysdeps/unix/sysv/linux/include/sys/sem.h:2, from ../include/sys/sem.h:1, from ../sysdeps/unix/sysv/linux/semtimedop.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/sysvipc/semtimedop.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/shmat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/sysvipc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/sysvipc/shmat.o -MD -MP -MF /build/sysvipc/shmat.o.dt -MT /build/sysvipc/shmat.o In file included from ../sysvipc/sys/ipc.h:21, from ../include/sys/ipc.h:1, from ../sysdeps/unix/sysv/linux/ipc_priv.h:19, from ../sysdeps/unix/sysv/linux/shmat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/sysvipc/shmat.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/shmdt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/sysvipc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/sysvipc/shmdt.o -MD -MP -MF /build/sysvipc/shmdt.o.dt -MT /build/sysvipc/shmdt.o In file included from ../sysvipc/sys/ipc.h:21, from ../include/sys/ipc.h:1, from ../sysdeps/unix/sysv/linux/ipc_priv.h:19, from ../sysdeps/unix/sysv/linux/shmdt.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/sysvipc/shmdt.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/shmget.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/sysvipc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/sysvipc/shmget.o -MD -MP -MF /build/sysvipc/shmget.o.dt -MT /build/sysvipc/shmget.o In file included from ../sysvipc/sys/msg.h:21, from ../sysdeps/unix/sysv/linux/include/sys/msg.h:2, from ../include/sys/msg.h:1, from ../sysdeps/unix/sysv/linux/shmget.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/sysvipc/shmget.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/shmctl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/sysvipc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/sysvipc/shmctl.o -MD -MP -MF /build/sysvipc/shmctl.o.dt -MT /build/sysvipc/shmctl.o In file included from ../sysvipc/sys/shm.h:21, from ../sysdeps/unix/sysv/linux/include/sys/shm.h:2, from ../include/sys/shm.h:1, from ../sysdeps/unix/sysv/linux/shmctl.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/sysvipc/shmctl.o] Error 1 gcc -m32 ftok.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sysvipc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sysvipc/ftok.os -MD -MP -MF /build/sysvipc/ftok.os.dt -MT /build/sysvipc/ftok.os In file included from ../sysvipc/sys/ipc.h:21, from ../include/sys/ipc.h:1, from ftok.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sysvipc/ftok.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/msgsnd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/sysvipc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sysvipc/msgsnd.os -MD -MP -MF /build/sysvipc/msgsnd.os.dt -MT /build/sysvipc/msgsnd.os In file included from ../sysvipc/sys/ipc.h:21, from ../include/sys/ipc.h:1, from ../sysdeps/unix/sysv/linux/ipc_priv.h:19, from ../sysdeps/unix/sysv/linux/msgsnd.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/sysvipc/msgsnd.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/msgrcv.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/sysvipc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sysvipc/msgrcv.os -MD -MP -MF /build/sysvipc/msgrcv.os.dt -MT /build/sysvipc/msgrcv.os In file included from ../sysvipc/sys/ipc.h:21, from ../include/sys/ipc.h:1, from ../sysdeps/unix/sysv/linux/ipc_priv.h:19, from ../sysdeps/unix/sysv/linux/msgrcv.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/sysvipc/msgrcv.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/msgget.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sysvipc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sysvipc/msgget.os -MD -MP -MF /build/sysvipc/msgget.os.dt -MT /build/sysvipc/msgget.os In file included from ../sysvipc/sys/ipc.h:21, from ../include/sys/ipc.h:1, from ../sysdeps/unix/sysv/linux/ipc_priv.h:19, from ../sysdeps/unix/sysv/linux/msgget.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/sysvipc/msgget.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/msgctl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sysvipc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sysvipc/msgctl.os -MD -MP -MF /build/sysvipc/msgctl.os.dt -MT /build/sysvipc/msgctl.os In file included from ../sysvipc/sys/msg.h:21, from ../sysdeps/unix/sysv/linux/include/sys/msg.h:2, from ../include/sys/msg.h:1, from ../sysdeps/unix/sysv/linux/msgctl.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/sysvipc/msgctl.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/semop.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sysvipc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sysvipc/semop.os -MD -MP -MF /build/sysvipc/semop.os.dt -MT /build/sysvipc/semop.os In file included from ../sysvipc/sys/sem.h:21, from ../sysdeps/unix/sysv/linux/include/sys/sem.h:2, from ../include/sys/sem.h:1, from ../sysdeps/unix/sysv/linux/semop.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/sysvipc/semop.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/semget.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sysvipc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sysvipc/semget.os -MD -MP -MF /build/sysvipc/semget.os.dt -MT /build/sysvipc/semget.os In file included from ../sysvipc/sys/sem.h:21, from ../sysdeps/unix/sysv/linux/include/sys/sem.h:2, from ../include/sys/sem.h:1, from ../sysdeps/unix/sysv/linux/semget.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/sysvipc/semget.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/semctl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sysvipc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sysvipc/semctl.os -MD -MP -MF /build/sysvipc/semctl.os.dt -MT /build/sysvipc/semctl.os In file included from ../sysvipc/sys/sem.h:21, from ../sysdeps/unix/sysv/linux/include/sys/sem.h:2, from ../include/sys/sem.h:1, from ../sysdeps/unix/sysv/linux/semctl.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/sysvipc/semctl.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/semtimedop.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sysvipc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sysvipc/semtimedop.os -MD -MP -MF /build/sysvipc/semtimedop.os.dt -MT /build/sysvipc/semtimedop.os In file included from ../sysvipc/sys/sem.h:21, from ../sysdeps/unix/sysv/linux/include/sys/sem.h:2, from ../include/sys/sem.h:1, from ../sysdeps/unix/sysv/linux/semtimedop.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/sysvipc/semtimedop.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/shmat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sysvipc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sysvipc/shmat.os -MD -MP -MF /build/sysvipc/shmat.os.dt -MT /build/sysvipc/shmat.os In file included from ../sysvipc/sys/ipc.h:21, from ../include/sys/ipc.h:1, from ../sysdeps/unix/sysv/linux/ipc_priv.h:19, from ../sysdeps/unix/sysv/linux/shmat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/sysvipc/shmat.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/shmdt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sysvipc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sysvipc/shmdt.os -MD -MP -MF /build/sysvipc/shmdt.os.dt -MT /build/sysvipc/shmdt.os In file included from ../sysvipc/sys/ipc.h:21, from ../include/sys/ipc.h:1, from ../sysdeps/unix/sysv/linux/ipc_priv.h:19, from ../sysdeps/unix/sysv/linux/shmdt.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/sysvipc/shmdt.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/shmget.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sysvipc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sysvipc/shmget.os -MD -MP -MF /build/sysvipc/shmget.os.dt -MT /build/sysvipc/shmget.os In file included from ../sysvipc/sys/msg.h:21, from ../sysdeps/unix/sysv/linux/include/sys/msg.h:2, from ../include/sys/msg.h:1, from ../sysdeps/unix/sysv/linux/shmget.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/sysvipc/shmget.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/shmctl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sysvipc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sysvipc/shmctl.os -MD -MP -MF /build/sysvipc/shmctl.os.dt -MT /build/sysvipc/shmctl.os In file included from ../sysvipc/sys/shm.h:21, from ../sysdeps/unix/sysv/linux/include/sys/shm.h:2, from ../include/sys/shm.h:1, from ../sysdeps/unix/sysv/linux/shmctl.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/sysvipc/shmctl.os] Error 1 make[2]: Target 'subdir_lib' not remade because of errors. make[2]: Leaving directory '/glibc/sysvipc' make[1]: *** [Makefile:484: sysvipc/subdir_lib] Error 2 make subdir=gmon -C gmon ..=../ subdir_lib make[2]: Entering directory '/glibc/gmon' gcc -m32 gmon.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/gmon -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/gmon/gmon.o -MD -MP -MF /build/gmon/gmon.o.dt -MT /build/gmon/gmon.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from gmon.c:29: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/gmon/gmon.o] Error 1 gcc -m32 mcount.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-omit-frame-pointer -ftls-model=initial-exec -I../include -I/build/gmon -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/gmon/mcount.o -MD -MP -MF /build/gmon/mcount.o.dt -MT /build/gmon/mcount.o In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from mcount.c:34: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/gmon/mcount.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/profil.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/gmon -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/gmon/profil.o -MD -MP -MF /build/gmon/profil.o.dt -MT /build/gmon/profil.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/posix/profil.c:19, from ../sysdeps/unix/sysv/linux/profil.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/gmon/profil.o] Error 1 gcc -m32 ../sysdeps/posix/sprofil.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/gmon -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/gmon/sprofil.o -MD -MP -MF /build/gmon/sprofil.o.dt -MT /build/gmon/sprofil.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from ../sysdeps/posix/sprofil.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:485: /build/gmon/sprofil.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/prof-freq.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/gmon -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/gmon/prof-freq.o -MD -MP -MF /build/gmon/prof-freq.o.dt -MT /build/gmon/prof-freq.o In file included from ../time/sys/time.h:21, from ../include/sys/time.h:20, from ../sysdeps/unix/sysv/linux/prof-freq.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/gmon/prof-freq.o] Error 1 gcc -m32 ../sysdeps/i386/i386-mcount.S -c -I../include -I/build/gmon -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/gmon/i386-mcount.o -MD -MP -MF /build/gmon/i386-mcount.o.dt -MT /build/gmon/i386-mcount.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/i386/i386-mcount.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:721: /build/gmon/i386-mcount.o] Error 1 gcc -m32 gmon.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/gmon -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/gmon/gmon.os -MD -MP -MF /build/gmon/gmon.os.dt -MT /build/gmon/gmon.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from gmon.c:29: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/gmon/gmon.os] Error 1 gcc -m32 mcount.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-omit-frame-pointer -ftls-model=initial-exec -I../include -I/build/gmon -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/gmon/mcount.os -MD -MP -MF /build/gmon/mcount.os.dt -MT /build/gmon/mcount.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from mcount.c:34: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/gmon/mcount.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/profil.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/gmon -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/gmon/profil.os -MD -MP -MF /build/gmon/profil.os.dt -MT /build/gmon/profil.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/posix/profil.c:19, from ../sysdeps/unix/sysv/linux/profil.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/gmon/profil.os] Error 1 gcc -m32 ../sysdeps/posix/sprofil.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/gmon -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/gmon/sprofil.os -MD -MP -MF /build/gmon/sprofil.os.dt -MT /build/gmon/sprofil.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from ../sysdeps/posix/sprofil.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:501: /build/gmon/sprofil.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/prof-freq.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/gmon -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/gmon/prof-freq.os -MD -MP -MF /build/gmon/prof-freq.os.dt -MT /build/gmon/prof-freq.os In file included from ../time/sys/time.h:21, from ../include/sys/time.h:20, from ../sysdeps/unix/sysv/linux/prof-freq.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/gmon/prof-freq.os] Error 1 gcc -m32 ../sysdeps/i386/i386-mcount.S -c -I../include -I/build/gmon -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/gmon/i386-mcount.os -MD -MP -MF /build/gmon/i386-mcount.os.dt -MT /build/gmon/i386-mcount.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/i386/i386-mcount.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:737: /build/gmon/i386-mcount.os] Error 1 make[2]: Target 'subdir_lib' not remade because of errors. make[2]: Leaving directory '/glibc/gmon' make[1]: *** [Makefile:484: gmon/subdir_lib] Error 2 make subdir=gnulib -C gnulib ..=../ subdir_lib make[2]: Entering directory '/glibc/gnulib' make[2]: Nothing to be done for 'subdir_lib'. make[2]: Leaving directory '/glibc/gnulib' make subdir=wctype -C wctype ..=../ subdir_lib make[2]: Entering directory '/glibc/wctype' gcc -m32 wcfuncs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wctype -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/wctype/wcfuncs.o -MD -MP -MF /build/wctype/wcfuncs.o.dt -MT /build/wctype/wcfuncs.o In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from wcfuncs.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wctype/wcfuncs.o] Error 1 gcc -m32 wctype.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wctype -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/wctype/wctype.o -MD -MP -MF /build/wctype/wctype.o.dt -MT /build/wctype/wctype.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from wctype.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wctype/wctype.o] Error 1 gcc -m32 iswctype.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wctype -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/wctype/iswctype.o -MD -MP -MF /build/wctype/iswctype.o.dt -MT /build/wctype/iswctype.o In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from iswctype.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wctype/iswctype.o] Error 1 gcc -m32 wctrans.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wctype -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/wctype/wctrans.o -MD -MP -MF /build/wctype/wctrans.o.dt -MT /build/wctype/wctrans.o In file included from ../stdlib/inttypes.h:25, from ../include/inttypes.h:2, from wctrans.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wctype/wctrans.o] Error 1 gcc -m32 towctrans.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wctype -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/wctype/towctrans.o -MD -MP -MF /build/wctype/towctrans.o.dt -MT /build/wctype/towctrans.o In file included from ../wctype/wctype.h:26, from ../include/wctype.h:2, from towctrans.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wctype/towctrans.o] Error 1 gcc -m32 wcfuncs_l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wctype -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/wctype/wcfuncs_l.o -MD -MP -MF /build/wctype/wcfuncs_l.o.dt -MT /build/wctype/wcfuncs_l.o In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from wcfuncs_l.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wctype/wcfuncs_l.o] Error 1 gcc -m32 wctype_l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wctype -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/wctype/wctype_l.o -MD -MP -MF /build/wctype/wctype_l.o.dt -MT /build/wctype/wctype_l.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from wctype_l.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wctype/wctype_l.o] Error 1 gcc -m32 iswctype_l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wctype -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/wctype/iswctype_l.o -MD -MP -MF /build/wctype/iswctype_l.o.dt -MT /build/wctype/iswctype_l.o In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from iswctype_l.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wctype/iswctype_l.o] Error 1 gcc -m32 wctrans_l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wctype -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/wctype/wctrans_l.o -MD -MP -MF /build/wctype/wctrans_l.o.dt -MT /build/wctype/wctrans_l.o In file included from ../locale/locale.h:25, from ../include/locale.h:2, from wctrans_l.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wctype/wctrans_l.o] Error 1 gcc -m32 towctrans_l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/wctype -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/wctype/towctrans_l.o -MD -MP -MF /build/wctype/towctrans_l.o.dt -MT /build/wctype/towctrans_l.o In file included from ../wctype/wctype.h:26, from ../include/wctype.h:2, from towctrans_l.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wctype/towctrans_l.o] Error 1 gcc -m32 wcfuncs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wctype -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/wctype/wcfuncs.os -MD -MP -MF /build/wctype/wcfuncs.os.dt -MT /build/wctype/wcfuncs.os In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from wcfuncs.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wctype/wcfuncs.os] Error 1 gcc -m32 wctype.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wctype -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/wctype/wctype.os -MD -MP -MF /build/wctype/wctype.os.dt -MT /build/wctype/wctype.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from wctype.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wctype/wctype.os] Error 1 gcc -m32 iswctype.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wctype -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/wctype/iswctype.os -MD -MP -MF /build/wctype/iswctype.os.dt -MT /build/wctype/iswctype.os In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from iswctype.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wctype/iswctype.os] Error 1 gcc -m32 wctrans.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wctype -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/wctype/wctrans.os -MD -MP -MF /build/wctype/wctrans.os.dt -MT /build/wctype/wctrans.os In file included from ../stdlib/inttypes.h:25, from ../include/inttypes.h:2, from wctrans.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wctype/wctrans.os] Error 1 gcc -m32 towctrans.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wctype -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/wctype/towctrans.os -MD -MP -MF /build/wctype/towctrans.os.dt -MT /build/wctype/towctrans.os In file included from ../wctype/wctype.h:26, from ../include/wctype.h:2, from towctrans.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wctype/towctrans.os] Error 1 gcc -m32 wcfuncs_l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wctype -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/wctype/wcfuncs_l.os -MD -MP -MF /build/wctype/wcfuncs_l.os.dt -MT /build/wctype/wcfuncs_l.os In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from wcfuncs_l.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wctype/wcfuncs_l.os] Error 1 gcc -m32 wctype_l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wctype -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/wctype/wctype_l.os -MD -MP -MF /build/wctype/wctype_l.os.dt -MT /build/wctype/wctype_l.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from wctype_l.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wctype/wctype_l.os] Error 1 gcc -m32 iswctype_l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wctype -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/wctype/iswctype_l.os -MD -MP -MF /build/wctype/iswctype_l.os.dt -MT /build/wctype/iswctype_l.os In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from iswctype_l.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wctype/iswctype_l.os] Error 1 gcc -m32 wctrans_l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wctype -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/wctype/wctrans_l.os -MD -MP -MF /build/wctype/wctrans_l.os.dt -MT /build/wctype/wctrans_l.os In file included from ../locale/locale.h:25, from ../include/locale.h:2, from wctrans_l.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wctype/wctrans_l.os] Error 1 gcc -m32 towctrans_l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/wctype -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/wctype/towctrans_l.os -MD -MP -MF /build/wctype/towctrans_l.os.dt -MT /build/wctype/towctrans_l.os In file included from ../wctype/wctype.h:26, from ../include/wctype.h:2, from towctrans_l.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/wctype/towctrans_l.os] Error 1 make[2]: Target 'subdir_lib' not remade because of errors. make[2]: Leaving directory '/glibc/wctype' make[1]: *** [Makefile:484: wctype/subdir_lib] Error 2 make subdir=manual -C manual ..=../ subdir_lib make[2]: Entering directory '/glibc/manual' make[2]: Nothing to be done for 'subdir_lib'. make[2]: Leaving directory '/glibc/manual' make subdir=shadow -C shadow ..=../ subdir_lib make[2]: Entering directory '/glibc/shadow' gcc -m32 getspent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/shadow -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/shadow/getspent.o -MD -MP -MF /build/shadow/getspent.o.dt -MT /build/shadow/getspent.o In file included from ../shadow/shadow.h:27, from ../include/shadow.h:2, from getspent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/shadow/getspent.o] Error 1 gcc -m32 getspnam.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/shadow -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/shadow/getspnam.o -MD -MP -MF /build/shadow/getspnam.o.dt -MT /build/shadow/getspnam.o In file included from ../shadow/shadow.h:27, from ../include/shadow.h:2, from getspnam.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/shadow/getspnam.o] Error 1 gcc -m32 sgetspent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/shadow -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/shadow/sgetspent.o -MD -MP -MF /build/shadow/sgetspent.o.dt -MT /build/shadow/sgetspent.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from sgetspent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/shadow/sgetspent.o] Error 1 gcc -m32 fgetspent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/shadow -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/shadow/fgetspent.o -MD -MP -MF /build/shadow/fgetspent.o.dt -MT /build/shadow/fgetspent.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from fgetspent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/shadow/fgetspent.o] Error 1 gcc -m32 putspent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -D_IO_MTSAFE_IO -ftls-model=initial-exec -I../include -I/build/shadow -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/shadow/putspent.o -MD -MP -MF /build/shadow/putspent.o.dt -MT /build/shadow/putspent.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from putspent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/shadow/putspent.o] Error 1 gcc -m32 getspent_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/shadow -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/shadow/getspent_r.o -MD -MP -MF /build/shadow/getspent_r.o.dt -MT /build/shadow/getspent_r.o In file included from ../shadow/shadow.h:27, from ../include/shadow.h:2, from getspent_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/shadow/getspent_r.o] Error 1 gcc -m32 getspnam_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/shadow -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/shadow/getspnam_r.o -MD -MP -MF /build/shadow/getspnam_r.o.dt -MT /build/shadow/getspnam_r.o In file included from ../shadow/shadow.h:27, from ../include/shadow.h:2, from getspnam_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/shadow/getspnam_r.o] Error 1 gcc -m32 sgetspent_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/shadow -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/shadow/sgetspent_r.o -MD -MP -MF /build/shadow/sgetspent_r.o.dt -MT /build/shadow/sgetspent_r.o In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from sgetspent_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/shadow/sgetspent_r.o] Error 1 gcc -m32 fgetspent_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -D_IO_MTSAFE_IO -ftls-model=initial-exec -I../include -I/build/shadow -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/shadow/fgetspent_r.o -MD -MP -MF /build/shadow/fgetspent_r.o.dt -MT /build/shadow/fgetspent_r.o In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from fgetspent_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/shadow/fgetspent_r.o] Error 1 gcc -m32 lckpwdf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/shadow -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/shadow/lckpwdf.o -MD -MP -MF /build/shadow/lckpwdf.o.dt -MT /build/shadow/lckpwdf.o In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from lckpwdf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/shadow/lckpwdf.o] Error 1 gcc -m32 getspent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/shadow -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/shadow/getspent.os -MD -MP -MF /build/shadow/getspent.os.dt -MT /build/shadow/getspent.os In file included from ../shadow/shadow.h:27, from ../include/shadow.h:2, from getspent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/shadow/getspent.os] Error 1 gcc -m32 getspnam.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/shadow -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/shadow/getspnam.os -MD -MP -MF /build/shadow/getspnam.os.dt -MT /build/shadow/getspnam.os In file included from ../shadow/shadow.h:27, from ../include/shadow.h:2, from getspnam.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/shadow/getspnam.os] Error 1 gcc -m32 sgetspent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/shadow -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/shadow/sgetspent.os -MD -MP -MF /build/shadow/sgetspent.os.dt -MT /build/shadow/sgetspent.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from sgetspent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/shadow/sgetspent.os] Error 1 gcc -m32 fgetspent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/shadow -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/shadow/fgetspent.os -MD -MP -MF /build/shadow/fgetspent.os.dt -MT /build/shadow/fgetspent.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from fgetspent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/shadow/fgetspent.os] Error 1 gcc -m32 putspent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -D_IO_MTSAFE_IO -ftls-model=initial-exec -I../include -I/build/shadow -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/shadow/putspent.os -MD -MP -MF /build/shadow/putspent.os.dt -MT /build/shadow/putspent.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from putspent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/shadow/putspent.os] Error 1 gcc -m32 getspent_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/shadow -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/shadow/getspent_r.os -MD -MP -MF /build/shadow/getspent_r.os.dt -MT /build/shadow/getspent_r.os In file included from ../shadow/shadow.h:27, from ../include/shadow.h:2, from getspent_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/shadow/getspent_r.os] Error 1 gcc -m32 getspnam_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/shadow -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/shadow/getspnam_r.os -MD -MP -MF /build/shadow/getspnam_r.os.dt -MT /build/shadow/getspnam_r.os In file included from ../shadow/shadow.h:27, from ../include/shadow.h:2, from getspnam_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/shadow/getspnam_r.os] Error 1 gcc -m32 sgetspent_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/shadow -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/shadow/sgetspent_r.os -MD -MP -MF /build/shadow/sgetspent_r.os.dt -MT /build/shadow/sgetspent_r.os In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from sgetspent_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/shadow/sgetspent_r.os] Error 1 gcc -m32 fgetspent_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -D_IO_MTSAFE_IO -ftls-model=initial-exec -I../include -I/build/shadow -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/shadow/fgetspent_r.os -MD -MP -MF /build/shadow/fgetspent_r.os.dt -MT /build/shadow/fgetspent_r.os In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from fgetspent_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/shadow/fgetspent_r.os] Error 1 gcc -m32 lckpwdf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/shadow -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/shadow/lckpwdf.os -MD -MP -MF /build/shadow/lckpwdf.os.dt -MT /build/shadow/lckpwdf.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from lckpwdf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/shadow/lckpwdf.os] Error 1 make[2]: Target 'subdir_lib' not remade because of errors. make[2]: Leaving directory '/glibc/shadow' make[1]: *** [Makefile:484: shadow/subdir_lib] Error 2 make subdir=gshadow -C gshadow ..=../ subdir_lib make[2]: Entering directory '/glibc/gshadow' gcc -m32 getsgent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/gshadow -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/gshadow/getsgent.o -MD -MP -MF /build/gshadow/getsgent.o.dt -MT /build/gshadow/getsgent.o In file included from ../gshadow/gshadow.h:23, from ../include/gshadow.h:2, from getsgent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/gshadow/getsgent.o] Error 1 gcc -m32 getsgnam.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/gshadow -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/gshadow/getsgnam.o -MD -MP -MF /build/gshadow/getsgnam.o.dt -MT /build/gshadow/getsgnam.o In file included from ../gshadow/gshadow.h:23, from ../include/gshadow.h:2, from getsgnam.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/gshadow/getsgnam.o] Error 1 gcc -m32 sgetsgent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/gshadow -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/gshadow/sgetsgent.o -MD -MP -MF /build/gshadow/sgetsgent.o.dt -MT /build/gshadow/sgetsgent.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from sgetsgent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/gshadow/sgetsgent.o] Error 1 gcc -m32 fgetsgent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/gshadow -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/gshadow/fgetsgent.o -MD -MP -MF /build/gshadow/fgetsgent.o.dt -MT /build/gshadow/fgetsgent.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from fgetsgent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/gshadow/fgetsgent.o] Error 1 gcc -m32 putsgent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -D_IO_MTSAFE_IO -ftls-model=initial-exec -I../include -I/build/gshadow -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/gshadow/putsgent.o -MD -MP -MF /build/gshadow/putsgent.o.dt -MT /build/gshadow/putsgent.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from putsgent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/gshadow/putsgent.o] Error 1 gcc -m32 getsgent_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/gshadow -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/gshadow/getsgent_r.o -MD -MP -MF /build/gshadow/getsgent_r.o.dt -MT /build/gshadow/getsgent_r.o In file included from ../gshadow/gshadow.h:23, from ../include/gshadow.h:2, from getsgent_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/gshadow/getsgent_r.o] Error 1 gcc -m32 getsgnam_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/gshadow -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/gshadow/getsgnam_r.o -MD -MP -MF /build/gshadow/getsgnam_r.o.dt -MT /build/gshadow/getsgnam_r.o In file included from ../gshadow/gshadow.h:23, from ../include/gshadow.h:2, from getsgnam_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/gshadow/getsgnam_r.o] Error 1 gcc -m32 sgetsgent_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/gshadow -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/gshadow/sgetsgent_r.o -MD -MP -MF /build/gshadow/sgetsgent_r.o.dt -MT /build/gshadow/sgetsgent_r.o In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from sgetsgent_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/gshadow/sgetsgent_r.o] Error 1 gcc -m32 fgetsgent_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -D_IO_MTSAFE_IO -ftls-model=initial-exec -I../include -I/build/gshadow -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/gshadow/fgetsgent_r.o -MD -MP -MF /build/gshadow/fgetsgent_r.o.dt -MT /build/gshadow/fgetsgent_r.o In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from fgetsgent_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/gshadow/fgetsgent_r.o] Error 1 gcc -m32 getsgent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/gshadow -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/gshadow/getsgent.os -MD -MP -MF /build/gshadow/getsgent.os.dt -MT /build/gshadow/getsgent.os In file included from ../gshadow/gshadow.h:23, from ../include/gshadow.h:2, from getsgent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/gshadow/getsgent.os] Error 1 gcc -m32 getsgnam.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/gshadow -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/gshadow/getsgnam.os -MD -MP -MF /build/gshadow/getsgnam.os.dt -MT /build/gshadow/getsgnam.os In file included from ../gshadow/gshadow.h:23, from ../include/gshadow.h:2, from getsgnam.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/gshadow/getsgnam.os] Error 1 gcc -m32 sgetsgent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/gshadow -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/gshadow/sgetsgent.os -MD -MP -MF /build/gshadow/sgetsgent.os.dt -MT /build/gshadow/sgetsgent.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from sgetsgent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/gshadow/sgetsgent.os] Error 1 gcc -m32 fgetsgent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/gshadow -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/gshadow/fgetsgent.os -MD -MP -MF /build/gshadow/fgetsgent.os.dt -MT /build/gshadow/fgetsgent.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from fgetsgent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/gshadow/fgetsgent.os] Error 1 gcc -m32 putsgent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -D_IO_MTSAFE_IO -ftls-model=initial-exec -I../include -I/build/gshadow -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/gshadow/putsgent.os -MD -MP -MF /build/gshadow/putsgent.os.dt -MT /build/gshadow/putsgent.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from putsgent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/gshadow/putsgent.os] Error 1 gcc -m32 getsgent_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/gshadow -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/gshadow/getsgent_r.os -MD -MP -MF /build/gshadow/getsgent_r.os.dt -MT /build/gshadow/getsgent_r.os In file included from ../gshadow/gshadow.h:23, from ../include/gshadow.h:2, from getsgent_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/gshadow/getsgent_r.os] Error 1 gcc -m32 getsgnam_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/gshadow -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/gshadow/getsgnam_r.os -MD -MP -MF /build/gshadow/getsgnam_r.os.dt -MT /build/gshadow/getsgnam_r.os In file included from ../gshadow/gshadow.h:23, from ../include/gshadow.h:2, from getsgnam_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/gshadow/getsgnam_r.os] Error 1 gcc -m32 sgetsgent_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/gshadow -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/gshadow/sgetsgent_r.os -MD -MP -MF /build/gshadow/sgetsgent_r.os.dt -MT /build/gshadow/sgetsgent_r.os In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from sgetsgent_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/gshadow/sgetsgent_r.os] Error 1 gcc -m32 fgetsgent_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -D_IO_MTSAFE_IO -ftls-model=initial-exec -I../include -I/build/gshadow -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/gshadow/fgetsgent_r.os -MD -MP -MF /build/gshadow/fgetsgent_r.os.dt -MT /build/gshadow/fgetsgent_r.os In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from fgetsgent_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/gshadow/fgetsgent_r.os] Error 1 make[2]: Target 'subdir_lib' not remade because of errors. make[2]: Leaving directory '/glibc/gshadow' make[1]: *** [Makefile:484: gshadow/subdir_lib] Error 2 make subdir=po -C po ..=../ subdir_lib make[2]: Entering directory '/glibc/po' make[2]: Nothing to be done for 'subdir_lib'. make[2]: Leaving directory '/glibc/po' make subdir=argp -C argp ..=../ subdir_lib make[2]: Entering directory '/glibc/argp' gcc -m32 argp-eexst.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/argp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/argp/argp-eexst.o -MD -MP -MF /build/argp/argp-eexst.o.dt -MT /build/argp/argp-eexst.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from argp.h:23, from argp-eexst.c:26: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/argp/argp-eexst.o] Error 1 gcc -m32 argp-fmtstream.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/argp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/argp/argp-fmtstream.o -MD -MP -MF /build/argp/argp-fmtstream.o.dt -MT /build/argp/argp-fmtstream.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from argp-fmtstream.c:27: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/argp/argp-fmtstream.o] Error 1 gcc -m32 argp-fs-xinl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/argp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/argp/argp-fs-xinl.o -MD -MP -MF /build/argp/argp-fs-xinl.o.dt -MT /build/argp/argp-fs-xinl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from ../argp/argp-fmtstream.h:28, from ../include/argp-fmtstream.h:2, from argp-fs-xinl.c:27: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/argp/argp-fs-xinl.o] Error 1 gcc -m32 argp-help.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fexceptions -ftls-model=initial-exec -I../include -I/build/argp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/argp/argp-help.o -MD -MP -MF /build/argp/argp-help.o.dt -MT /build/argp/argp-help.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from argp-help.c:45: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/argp/argp-help.o] Error 1 gcc -m32 argp-parse.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/argp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/argp/argp-parse.o -MD -MP -MF /build/argp/argp-parse.o.dt -MT /build/argp/argp-parse.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from argp-parse.c:39: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/argp/argp-parse.o] Error 1 gcc -m32 argp-pvh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/argp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/argp/argp-pvh.o -MD -MP -MF /build/argp/argp-pvh.o.dt -MT /build/argp/argp-pvh.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from argp.h:23, from argp-pvh.c:24: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/argp/argp-pvh.o] Error 1 gcc -m32 argp-xinl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/argp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/argp/argp-xinl.o -MD -MP -MF /build/argp/argp-xinl.o.dt -MT /build/argp/argp-xinl.o In file included from argp-xinl.c:25: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/argp/argp-xinl.o] Error 1 gcc -m32 argp-eexst.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/argp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/argp/argp-eexst.os -MD -MP -MF /build/argp/argp-eexst.os.dt -MT /build/argp/argp-eexst.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from argp.h:23, from argp-eexst.c:26: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/argp/argp-eexst.os] Error 1 gcc -m32 argp-fmtstream.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/argp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/argp/argp-fmtstream.os -MD -MP -MF /build/argp/argp-fmtstream.os.dt -MT /build/argp/argp-fmtstream.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from argp-fmtstream.c:27: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ In file included from ../libio/libioP.h:50, from argp-fmtstream.c:44: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/argp/argp-fmtstream.os] Error 1 gcc -m32 argp-fs-xinl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/argp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/argp/argp-fs-xinl.os -MD -MP -MF /build/argp/argp-fs-xinl.os.dt -MT /build/argp/argp-fs-xinl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from ../argp/argp-fmtstream.h:28, from ../include/argp-fmtstream.h:2, from argp-fs-xinl.c:27: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/argp/argp-fs-xinl.os] Error 1 gcc -m32 argp-help.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fexceptions -ftls-model=initial-exec -I../include -I/build/argp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/argp/argp-help.os -MD -MP -MF /build/argp/argp-help.os.dt -MT /build/argp/argp-help.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from argp-help.c:45: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../include/../libio/libioP.h:50, from argp-help.c:52: ../include/../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../include/../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../include/../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../wcsmbs/wchar.h: At top level: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/argp/argp-help.os] Error 1 gcc -m32 argp-parse.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/argp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/argp/argp-parse.os -MD -MP -MF /build/argp/argp-parse.os.dt -MT /build/argp/argp-parse.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from argp-parse.c:39: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/argp/argp-parse.os] Error 1 gcc -m32 argp-pvh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/argp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/argp/argp-pvh.os -MD -MP -MF /build/argp/argp-pvh.os.dt -MT /build/argp/argp-pvh.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from argp.h:23, from argp-pvh.c:24: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/argp/argp-pvh.os] Error 1 gcc -m32 argp-xinl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/argp -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/argp/argp-xinl.os -MD -MP -MF /build/argp/argp-xinl.os.dt -MT /build/argp/argp-xinl.os In file included from argp-xinl.c:25: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/argp/argp-xinl.os] Error 1 make[2]: Target 'subdir_lib' not remade because of errors. make[2]: Leaving directory '/glibc/argp' make[1]: *** [Makefile:484: argp/subdir_lib] Error 2 make subdir=conform -C conform ..=../ subdir_lib make[2]: Entering directory '/glibc/conform' make[2]: Nothing to be done for 'subdir_lib'. make[2]: Leaving directory '/glibc/conform' make subdir=debug -C debug ..=../ subdir_lib make[2]: Entering directory '/glibc/debug' gcc -m32 ../sysdeps/unix/sysv/linux/i386/____longjmp_chk.S -c -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/debug/____longjmp_chk.o -MD -MP -MF /build/debug/____longjmp_chk.o.dt -MT /build/debug/____longjmp_chk.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/sysv/linux/i386/____longjmp_chk.S:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/____longjmp_chk.S:21:10: fatal error: jmp_buf-ssp.h: No such file or directory 21 | #include | ^~~~~~~~~~~~~~~ cc1: some warnings being treated as errors compilation terminated. make[2]: *** [/build/sysd-rules:75: /build/debug/____longjmp_chk.o] Error 1 gcc -m32 asprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_IO_MTSAFE_IO -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/asprintf_chk.o -MD -MP -MF /build/debug/asprintf_chk.o.dt -MT /build/debug/asprintf_chk.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from asprintf_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/asprintf_chk.o] Error 1 gcc -m32 ../sysdeps/i386/backtrace.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-omit-frame-pointer -funwind-tables -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/backtrace.o -MD -MP -MF /build/debug/backtrace.o.dt -MT /build/debug/backtrace.o In file included from ../debug/execinfo.h:21, from ../include/execinfo.h:2, from ../sysdeps/i386/backtrace.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:723: /build/debug/backtrace.o] Error 1 gcc -m32 backtracesyms.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/backtracesyms.o -MD -MP -MF /build/debug/backtracesyms.o.dt -MT /build/debug/backtracesyms.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from backtracesyms.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/backtracesyms.o] Error 1 gcc -m32 backtracesymsfd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/backtracesymsfd.o -MD -MP -MF /build/debug/backtracesymsfd.o.dt -MT /build/debug/backtracesymsfd.o In file included from ../debug/execinfo.h:21, from ../include/execinfo.h:2, from backtracesymsfd.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/backtracesymsfd.o] Error 1 gcc -m32 chk_fail.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/chk_fail.o -MD -MP -MF /build/debug/chk_fail.o.dt -MT /build/debug/chk_fail.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from chk_fail.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/chk_fail.o] Error 1 gcc -m32 confstr_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/confstr_chk.o -MD -MP -MF /build/debug/confstr_chk.o.dt -MT /build/debug/confstr_chk.o In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from confstr_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/confstr_chk.o] Error 1 gcc -m32 dprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_IO_MTSAFE_IO -fexceptions -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/dprintf_chk.o -MD -MP -MF /build/debug/dprintf_chk.o.dt -MT /build/debug/dprintf_chk.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from dprintf_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/dprintf_chk.o] Error 1 gcc -m32 explicit_bzero_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/explicit_bzero_chk.o -MD -MP -MF /build/debug/explicit_bzero_chk.o.dt -MT /build/debug/explicit_bzero_chk.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from explicit_bzero_chk.c:26: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/explicit_bzero_chk.o] Error 1 gcc -m32 fdelt_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/fdelt_chk.o -MD -MP -MF /build/debug/fdelt_chk.o.dt -MT /build/debug/fdelt_chk.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from fdelt_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/fdelt_chk.o] Error 1 gcc -m32 fgets_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_IO_MTSAFE_IO -fexceptions -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/fgets_chk.o -MD -MP -MF /build/debug/fgets_chk.o.dt -MT /build/debug/fgets_chk.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from fgets_chk.c:27: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/fgets_chk.o] Error 1 gcc -m32 fgets_u_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_IO_MTSAFE_IO -fexceptions -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/fgets_u_chk.o -MD -MP -MF /build/debug/fgets_u_chk.o.dt -MT /build/debug/fgets_u_chk.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from fgets_u_chk.c:27: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/fgets_u_chk.o] Error 1 gcc -m32 fgetws_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_IO_MTSAFE_IO -fexceptions -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/fgetws_chk.o -MD -MP -MF /build/debug/fgetws_chk.o.dt -MT /build/debug/fgetws_chk.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from fgetws_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/fgetws_chk.o] Error 1 gcc -m32 fgetws_u_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_IO_MTSAFE_IO -fexceptions -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/fgetws_u_chk.o -MD -MP -MF /build/debug/fgetws_u_chk.o.dt -MT /build/debug/fgetws_u_chk.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from fgetws_u_chk.c:27: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/fgetws_u_chk.o] Error 1 gcc -m32 fortify_fail.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/fortify_fail.o -MD -MP -MF /build/debug/fortify_fail.o.dt -MT /build/debug/fortify_fail.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from fortify_fail.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/fortify_fail.o] Error 1 gcc -m32 fprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_IO_MTSAFE_IO -fexceptions -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/fprintf_chk.o -MD -MP -MF /build/debug/fprintf_chk.o.dt -MT /build/debug/fprintf_chk.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from fprintf_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/fprintf_chk.o] Error 1 gcc -m32 fread_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_IO_MTSAFE_IO -fexceptions -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/fread_chk.o -MD -MP -MF /build/debug/fread_chk.o.dt -MT /build/debug/fread_chk.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from fread_chk.c:27: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/fread_chk.o] Error 1 gcc -m32 fread_u_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_IO_MTSAFE_IO -fexceptions -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/fread_u_chk.o -MD -MP -MF /build/debug/fread_u_chk.o.dt -MT /build/debug/fread_u_chk.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from fread_u_chk.c:27: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/fread_u_chk.o] Error 1 gcc -m32 fwprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_IO_MTSAFE_IO -fexceptions -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/fwprintf_chk.o -MD -MP -MF /build/debug/fwprintf_chk.o.dt -MT /build/debug/fwprintf_chk.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from fwprintf_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/fwprintf_chk.o] Error 1 gcc -m32 getcwd_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/getcwd_chk.o -MD -MP -MF /build/debug/getcwd_chk.o.dt -MT /build/debug/getcwd_chk.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from getcwd_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/getcwd_chk.o] Error 1 gcc -m32 getdomainname_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/getdomainname_chk.o -MD -MP -MF /build/debug/getdomainname_chk.o.dt -MT /build/debug/getdomainname_chk.o In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from getdomainname_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/getdomainname_chk.o] Error 1 gcc -m32 getgroups_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/getgroups_chk.o -MD -MP -MF /build/debug/getgroups_chk.o.dt -MT /build/debug/getgroups_chk.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from getgroups_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/getgroups_chk.o] Error 1 gcc -m32 gethostname_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/gethostname_chk.o -MD -MP -MF /build/debug/gethostname_chk.o.dt -MT /build/debug/gethostname_chk.o In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from gethostname_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/gethostname_chk.o] Error 1 gcc -m32 gets_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_IO_MTSAFE_IO -fexceptions -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/gets_chk.o -MD -MP -MF /build/debug/gets_chk.o.dt -MT /build/debug/gets_chk.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from gets_chk.c:27: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/gets_chk.o] Error 1 gcc -m32 getwd_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/getwd_chk.o -MD -MP -MF /build/debug/getwd_chk.o.dt -MT /build/debug/getwd_chk.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from getwd_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/getwd_chk.o] Error 1 gcc -m32 longjmp_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/longjmp_chk.o -MD -MP -MF /build/debug/longjmp_chk.o.dt -MT /build/debug/longjmp_chk.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../include/libc-pointer-arith.h:22, from ../sysdeps/unix/sysv/linux/x86/setjmpP.h:23, from longjmp_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/longjmp_chk.o] Error 1 gcc -m32 mbsnrtowcs_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/mbsnrtowcs_chk.o -MD -MP -MF /build/debug/mbsnrtowcs_chk.o.dt -MT /build/debug/mbsnrtowcs_chk.o In file included from ../locale/locale.h:25, from ../include/locale.h:2, from mbsnrtowcs_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/mbsnrtowcs_chk.o] Error 1 gcc -m32 mbsrtowcs_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/mbsrtowcs_chk.o -MD -MP -MF /build/debug/mbsrtowcs_chk.o.dt -MT /build/debug/mbsrtowcs_chk.o In file included from ../locale/locale.h:25, from ../include/locale.h:2, from mbsrtowcs_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/mbsrtowcs_chk.o] Error 1 gcc -m32 mbstowcs_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/mbstowcs_chk.o -MD -MP -MF /build/debug/mbstowcs_chk.o.dt -MT /build/debug/mbstowcs_chk.o In file included from ../locale/locale.h:25, from ../include/locale.h:2, from mbstowcs_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/mbstowcs_chk.o] Error 1 gcc -m32 noophooks.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/noophooks.o -MD -MP -MF /build/debug/noophooks.o.dt -MT /build/debug/noophooks.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from ../sysdeps/generic/hp-timing-common.h:37, from ../sysdeps/x86/hp-timing.h:53, from ../include/libc-internal.h:22, from noophooks.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/noophooks.o] Error 1 gcc -m32 obprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_IO_MTSAFE_IO -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/obprintf_chk.o -MD -MP -MF /build/debug/obprintf_chk.o.dt -MT /build/debug/obprintf_chk.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from obprintf_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/obprintf_chk.o] Error 1 gcc -m32 poll_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/poll_chk.o -MD -MP -MF /build/debug/poll_chk.o.dt -MT /build/debug/poll_chk.o In file included from ../io/sys/poll.h:22, from ../include/sys/poll.h:2, from poll_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/poll_chk.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/ppoll_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/ppoll_chk.o -MD -MP -MF /build/debug/ppoll_chk.o.dt -MT /build/debug/ppoll_chk.o In file included from ../io/sys/poll.h:22, from ../include/sys/poll.h:2, from ../include/poll.h:1, from ../sysdeps/unix/sysv/linux/ppoll_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/debug/ppoll_chk.o] Error 1 gcc -m32 pread64_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/pread64_chk.o -MD -MP -MF /build/debug/pread64_chk.o.dt -MT /build/debug/pread64_chk.o In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from pread64_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/pread64_chk.o] Error 1 gcc -m32 pread_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/pread_chk.o -MD -MP -MF /build/debug/pread_chk.o.dt -MT /build/debug/pread_chk.o In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from pread_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/pread_chk.o] Error 1 gcc -m32 printf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_IO_MTSAFE_IO -fexceptions -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/printf_chk.o -MD -MP -MF /build/debug/printf_chk.o.dt -MT /build/debug/printf_chk.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from printf_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/printf_chk.o] Error 1 gcc -m32 read_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/read_chk.o -MD -MP -MF /build/debug/read_chk.o.dt -MT /build/debug/read_chk.o In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from read_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/read_chk.o] Error 1 gcc -m32 readlink_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/readlink_chk.o -MD -MP -MF /build/debug/readlink_chk.o.dt -MT /build/debug/readlink_chk.o In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from readlink_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/readlink_chk.o] Error 1 gcc -m32 readlinkat_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/readlinkat_chk.o -MD -MP -MF /build/debug/readlinkat_chk.o.dt -MT /build/debug/readlinkat_chk.o In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from readlinkat_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/readlinkat_chk.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/readonly-area.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/readonly-area.o -MD -MP -MF /build/debug/readonly-area.o.dt -MT /build/debug/readonly-area.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/readonly-area.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/debug/readonly-area.o] Error 1 gcc -m32 realpath_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/realpath_chk.o -MD -MP -MF /build/debug/realpath_chk.o.dt -MT /build/debug/realpath_chk.o In file included from ../bits/libc-header-start.h:33, from ../include/limits.h:26, from realpath_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/realpath_chk.o] Error 1 gcc -m32 recv_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/recv_chk.o -MD -MP -MF /build/debug/recv_chk.o.dt -MT /build/debug/recv_chk.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from recv_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/recv_chk.o] Error 1 gcc -m32 recvfrom_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/recvfrom_chk.o -MD -MP -MF /build/debug/recvfrom_chk.o.dt -MT /build/debug/recvfrom_chk.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from recvfrom_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/recvfrom_chk.o] Error 1 gcc -m32 snprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_IO_MTSAFE_IO -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/snprintf_chk.o -MD -MP -MF /build/debug/snprintf_chk.o.dt -MT /build/debug/snprintf_chk.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from snprintf_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/snprintf_chk.o] Error 1 gcc -m32 sprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_IO_MTSAFE_IO -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/sprintf_chk.o -MD -MP -MF /build/debug/sprintf_chk.o.dt -MT /build/debug/sprintf_chk.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from sprintf_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/sprintf_chk.o] Error 1 gcc -m32 stack_chk_fail.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/stack_chk_fail.o -MD -MP -MF /build/debug/stack_chk_fail.o.dt -MT /build/debug/stack_chk_fail.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from stack_chk_fail.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/stack_chk_fail.o] Error 1 gcc -m32 stpcpy_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/stpcpy_chk.o -MD -MP -MF /build/debug/stpcpy_chk.o.dt -MT /build/debug/stpcpy_chk.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from stpcpy_chk.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/stpcpy_chk.o] Error 1 gcc -m32 stpncpy_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/stpncpy_chk.o -MD -MP -MF /build/debug/stpncpy_chk.o.dt -MT /build/debug/stpncpy_chk.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from stpncpy_chk.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/stpncpy_chk.o] Error 1 gcc -m32 strcat_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/strcat_chk.o -MD -MP -MF /build/debug/strcat_chk.o.dt -MT /build/debug/strcat_chk.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from strcat_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/strcat_chk.o] Error 1 gcc -m32 strcpy_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/strcpy_chk.o -MD -MP -MF /build/debug/strcpy_chk.o.dt -MT /build/debug/strcpy_chk.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from strcpy_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/strcpy_chk.o] Error 1 gcc -m32 strlcat_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/strlcat_chk.o -MD -MP -MF /build/debug/strlcat_chk.o.dt -MT /build/debug/strlcat_chk.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from strlcat_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/strlcat_chk.o] Error 1 gcc -m32 strlcpy_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/strlcpy_chk.o -MD -MP -MF /build/debug/strlcpy_chk.o.dt -MT /build/debug/strlcpy_chk.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from strlcpy_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/strlcpy_chk.o] Error 1 gcc -m32 strncat_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/strncat_chk.o -MD -MP -MF /build/debug/strncat_chk.o.dt -MT /build/debug/strncat_chk.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from strncat_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/strncat_chk.o] Error 1 gcc -m32 strncpy_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/strncpy_chk.o -MD -MP -MF /build/debug/strncpy_chk.o.dt -MT /build/debug/strncpy_chk.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from strncpy_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/strncpy_chk.o] Error 1 gcc -m32 swprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_IO_MTSAFE_IO -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/swprintf_chk.o -MD -MP -MF /build/debug/swprintf_chk.o.dt -MT /build/debug/swprintf_chk.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from swprintf_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/swprintf_chk.o] Error 1 gcc -m32 ttyname_r_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/ttyname_r_chk.o -MD -MP -MF /build/debug/ttyname_r_chk.o.dt -MT /build/debug/ttyname_r_chk.o In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ttyname_r_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/ttyname_r_chk.o] Error 1 gcc -m32 vasprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_IO_MTSAFE_IO -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/vasprintf_chk.o -MD -MP -MF /build/debug/vasprintf_chk.o.dt -MT /build/debug/vasprintf_chk.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from vasprintf_chk.c:27: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/vasprintf_chk.o] Error 1 gcc -m32 vdprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_IO_MTSAFE_IO -fexceptions -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/vdprintf_chk.o -MD -MP -MF /build/debug/vdprintf_chk.o.dt -MT /build/debug/vdprintf_chk.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from vdprintf_chk.c:27: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/vdprintf_chk.o] Error 1 gcc -m32 vfprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_IO_MTSAFE_IO -fexceptions -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/vfprintf_chk.o -MD -MP -MF /build/debug/vfprintf_chk.o.dt -MT /build/debug/vfprintf_chk.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from vfprintf_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/vfprintf_chk.o] Error 1 gcc -m32 vfwprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_IO_MTSAFE_IO -fexceptions -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/vfwprintf_chk.o -MD -MP -MF /build/debug/vfwprintf_chk.o.dt -MT /build/debug/vfwprintf_chk.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from vfwprintf_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/vfwprintf_chk.o] Error 1 gcc -m32 vobprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/vobprintf_chk.o -MD -MP -MF /build/debug/vobprintf_chk.o.dt -MT /build/debug/vobprintf_chk.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from vobprintf_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/vobprintf_chk.o] Error 1 gcc -m32 vprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_IO_MTSAFE_IO -fexceptions -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/vprintf_chk.o -MD -MP -MF /build/debug/vprintf_chk.o.dt -MT /build/debug/vprintf_chk.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from vprintf_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/vprintf_chk.o] Error 1 gcc -m32 vsnprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_IO_MTSAFE_IO -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/vsnprintf_chk.o -MD -MP -MF /build/debug/vsnprintf_chk.o.dt -MT /build/debug/vsnprintf_chk.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from vsnprintf_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/vsnprintf_chk.o] Error 1 gcc -m32 vsprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_IO_MTSAFE_IO -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/vsprintf_chk.o -MD -MP -MF /build/debug/vsprintf_chk.o.dt -MT /build/debug/vsprintf_chk.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from vsprintf_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/vsprintf_chk.o] Error 1 gcc -m32 vswprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_IO_MTSAFE_IO -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/vswprintf_chk.o -MD -MP -MF /build/debug/vswprintf_chk.o.dt -MT /build/debug/vswprintf_chk.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from vswprintf_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/vswprintf_chk.o] Error 1 gcc -m32 vwprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_IO_MTSAFE_IO -fexceptions -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/vwprintf_chk.o -MD -MP -MF /build/debug/vwprintf_chk.o.dt -MT /build/debug/vwprintf_chk.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from vwprintf_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/vwprintf_chk.o] Error 1 gcc -m32 wcpcpy_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/wcpcpy_chk.o -MD -MP -MF /build/debug/wcpcpy_chk.o.dt -MT /build/debug/wcpcpy_chk.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcpcpy_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/wcpcpy_chk.o] Error 1 gcc -m32 wcpncpy_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/wcpncpy_chk.o -MD -MP -MF /build/debug/wcpncpy_chk.o.dt -MT /build/debug/wcpncpy_chk.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcpncpy_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/wcpncpy_chk.o] Error 1 gcc -m32 wcrtomb_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/wcrtomb_chk.o -MD -MP -MF /build/debug/wcrtomb_chk.o.dt -MT /build/debug/wcrtomb_chk.o In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from wcrtomb_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/wcrtomb_chk.o] Error 1 gcc -m32 wcscat_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/wcscat_chk.o -MD -MP -MF /build/debug/wcscat_chk.o.dt -MT /build/debug/wcscat_chk.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcscat_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/wcscat_chk.o] Error 1 gcc -m32 wcscpy_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/wcscpy_chk.o -MD -MP -MF /build/debug/wcscpy_chk.o.dt -MT /build/debug/wcscpy_chk.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcscpy_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/wcscpy_chk.o] Error 1 gcc -m32 wcslcat_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/wcslcat_chk.o -MD -MP -MF /build/debug/wcslcat_chk.o.dt -MT /build/debug/wcslcat_chk.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcslcat_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/wcslcat_chk.o] Error 1 gcc -m32 wcslcpy_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/wcslcpy_chk.o -MD -MP -MF /build/debug/wcslcpy_chk.o.dt -MT /build/debug/wcslcpy_chk.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcslcpy_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/wcslcpy_chk.o] Error 1 gcc -m32 wcsncat_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/wcsncat_chk.o -MD -MP -MF /build/debug/wcsncat_chk.o.dt -MT /build/debug/wcsncat_chk.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcsncat_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/wcsncat_chk.o] Error 1 gcc -m32 wcsncpy_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/wcsncpy_chk.o -MD -MP -MF /build/debug/wcsncpy_chk.o.dt -MT /build/debug/wcsncpy_chk.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcsncpy_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/wcsncpy_chk.o] Error 1 gcc -m32 wcsnrtombs_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/wcsnrtombs_chk.o -MD -MP -MF /build/debug/wcsnrtombs_chk.o.dt -MT /build/debug/wcsnrtombs_chk.o In file included from ../locale/locale.h:25, from ../include/locale.h:2, from wcsnrtombs_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/wcsnrtombs_chk.o] Error 1 gcc -m32 wcsrtombs_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/wcsrtombs_chk.o -MD -MP -MF /build/debug/wcsrtombs_chk.o.dt -MT /build/debug/wcsrtombs_chk.o In file included from ../locale/locale.h:25, from ../include/locale.h:2, from wcsrtombs_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/wcsrtombs_chk.o] Error 1 gcc -m32 wcstombs_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/wcstombs_chk.o -MD -MP -MF /build/debug/wcstombs_chk.o.dt -MT /build/debug/wcstombs_chk.o In file included from ../locale/locale.h:25, from ../include/locale.h:2, from wcstombs_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/wcstombs_chk.o] Error 1 gcc -m32 wctomb_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/wctomb_chk.o -MD -MP -MF /build/debug/wctomb_chk.o.dt -MT /build/debug/wctomb_chk.o In file included from ../locale/locale.h:25, from ../include/locale.h:2, from wctomb_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/wctomb_chk.o] Error 1 gcc -m32 wmemcpy_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/wmemcpy_chk.o -MD -MP -MF /build/debug/wmemcpy_chk.o.dt -MT /build/debug/wmemcpy_chk.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wmemcpy_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/wmemcpy_chk.o] Error 1 gcc -m32 wmemmove_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/wmemmove_chk.o -MD -MP -MF /build/debug/wmemmove_chk.o.dt -MT /build/debug/wmemmove_chk.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wmemmove_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/wmemmove_chk.o] Error 1 gcc -m32 wmempcpy_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/wmempcpy_chk.o -MD -MP -MF /build/debug/wmempcpy_chk.o.dt -MT /build/debug/wmempcpy_chk.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wmempcpy_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/wmempcpy_chk.o] Error 1 gcc -m32 wmemset_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/wmemset_chk.o -MD -MP -MF /build/debug/wmemset_chk.o.dt -MT /build/debug/wmemset_chk.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wmemset_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/wmemset_chk.o] Error 1 gcc -m32 wprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -D_IO_MTSAFE_IO -fexceptions -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/wprintf_chk.o -MD -MP -MF /build/debug/wprintf_chk.o.dt -MT /build/debug/wprintf_chk.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from wprintf_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/wprintf_chk.o] Error 1 gcc -m32 ../sysdeps/i386/i686/multiarch/memcpy_chk-nonshared.S -c -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/debug/memcpy_chk-nonshared.o -MD -MP -MF /build/debug/memcpy_chk-nonshared.o.dt -MT /build/debug/memcpy_chk-nonshared.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/i386/memcpy_chk.S:20, from ../sysdeps/i386/i686/multiarch/memcpy_chk-nonshared.S:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:585: /build/debug/memcpy_chk-nonshared.o] Error 1 gcc -m32 ../sysdeps/i386/i686/multiarch/mempcpy_chk-nonshared.S -c -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/debug/mempcpy_chk-nonshared.o -MD -MP -MF /build/debug/mempcpy_chk-nonshared.o.dt -MT /build/debug/mempcpy_chk-nonshared.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/i386/mempcpy_chk.S:20, from ../sysdeps/i386/i686/multiarch/mempcpy_chk-nonshared.S:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:585: /build/debug/mempcpy_chk-nonshared.o] Error 1 gcc -m32 ../sysdeps/i386/i686/multiarch/memmove_chk-nonshared.S -c -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/debug/memmove_chk-nonshared.o -MD -MP -MF /build/debug/memmove_chk-nonshared.o.dt -MT /build/debug/memmove_chk-nonshared.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/i386/memmove_chk.S:20, from ../sysdeps/i386/i686/multiarch/memmove_chk-nonshared.S:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:585: /build/debug/memmove_chk-nonshared.o] Error 1 gcc -m32 ../sysdeps/i386/i686/multiarch/memset_chk-nonshared.S -c -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/debug/memset_chk-nonshared.o -MD -MP -MF /build/debug/memset_chk-nonshared.o.dt -MT /build/debug/memset_chk-nonshared.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/i386/memset_chk.S:20, from ../sysdeps/i386/i686/multiarch/memset_chk-nonshared.S:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:585: /build/debug/memset_chk-nonshared.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/i386/____longjmp_chk.S -c -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/debug/____longjmp_chk.os -MD -MP -MF /build/debug/____longjmp_chk.os.dt -MT /build/debug/____longjmp_chk.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/sysv/linux/i386/____longjmp_chk.S:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/____longjmp_chk.S:21:10: fatal error: jmp_buf-ssp.h: No such file or directory 21 | #include | ^~~~~~~~~~~~~~~ cc1: some warnings being treated as errors compilation terminated. make[2]: *** [/build/sysd-rules:91: /build/debug/____longjmp_chk.os] Error 1 gcc -m32 asprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -D_IO_MTSAFE_IO -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/asprintf_chk.os -MD -MP -MF /build/debug/asprintf_chk.os.dt -MT /build/debug/asprintf_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from asprintf_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/asprintf_chk.os] Error 1 gcc -m32 ../sysdeps/i386/backtrace.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-omit-frame-pointer -funwind-tables -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/backtrace.os -MD -MP -MF /build/debug/backtrace.os.dt -MT /build/debug/backtrace.os In file included from ../debug/execinfo.h:21, from ../include/execinfo.h:2, from ../sysdeps/i386/backtrace.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../sysdeps/generic/unwind-link.h:34, from ../sysdeps/i386/backtrace.c:21: ../sysdeps/i386/backtrace.c: In function 'backtrace_helper': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../sysdeps/generic/unwind-link.h:67:5: note: in expansion of macro 'PTR_DEMANGLE' 67 | PTR_DEMANGLE (__unwind_fptr); \ | ^~~~~~~~~~~~ ../sysdeps/i386/backtrace.c:40:18: note: in expansion of macro 'UNWIND_LINK_PTR' 40 | = (void *) UNWIND_LINK_PTR (arg->unwind_link, _Unwind_GetIP) (ctx); | ^~~~~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../sysdeps/generic/unwind-link.h:67:5: note: in expansion of macro 'PTR_DEMANGLE' 67 | PTR_DEMANGLE (__unwind_fptr); \ | ^~~~~~~~~~~~ ../sysdeps/i386/backtrace.c:40:18: note: in expansion of macro 'UNWIND_LINK_PTR' 40 | = (void *) UNWIND_LINK_PTR (arg->unwind_link, _Unwind_GetIP) (ctx); | ^~~~~~~~~~~~~~~ ../sysdeps/i386/backtrace.c: In function '__backtrace': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../sysdeps/generic/unwind-link.h:67:5: note: in expansion of macro 'PTR_DEMANGLE' 67 | PTR_DEMANGLE (__unwind_fptr); \ | ^~~~~~~~~~~~ ../sysdeps/i386/backtrace.c:93:3: note: in expansion of macro 'UNWIND_LINK_PTR' 93 | UNWIND_LINK_PTR (arg.unwind_link, _Unwind_Backtrace) | ^~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:739: /build/debug/backtrace.os] Error 1 gcc -m32 backtracesyms.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/backtracesyms.os -MD -MP -MF /build/debug/backtracesyms.os.dt -MT /build/debug/backtracesyms.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from backtracesyms.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/backtracesyms.os] Error 1 gcc -m32 backtracesymsfd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/backtracesymsfd.os -MD -MP -MF /build/debug/backtracesymsfd.os.dt -MT /build/debug/backtracesymsfd.os In file included from ../debug/execinfo.h:21, from ../include/execinfo.h:2, from backtracesymsfd.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/backtracesymsfd.os] Error 1 gcc -m32 chk_fail.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/chk_fail.os -MD -MP -MF /build/debug/chk_fail.os.dt -MT /build/debug/chk_fail.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from chk_fail.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/chk_fail.os] Error 1 gcc -m32 confstr_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/confstr_chk.os -MD -MP -MF /build/debug/confstr_chk.os.dt -MT /build/debug/confstr_chk.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from confstr_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/confstr_chk.os] Error 1 gcc -m32 dprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -D_IO_MTSAFE_IO -fexceptions -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/dprintf_chk.os -MD -MP -MF /build/debug/dprintf_chk.os.dt -MT /build/debug/dprintf_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from dprintf_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/dprintf_chk.os] Error 1 gcc -m32 explicit_bzero_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/explicit_bzero_chk.os -MD -MP -MF /build/debug/explicit_bzero_chk.os.dt -MT /build/debug/explicit_bzero_chk.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from explicit_bzero_chk.c:26: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/explicit_bzero_chk.os] Error 1 gcc -m32 fdelt_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/fdelt_chk.os -MD -MP -MF /build/debug/fdelt_chk.os.dt -MT /build/debug/fdelt_chk.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from fdelt_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/fdelt_chk.os] Error 1 gcc -m32 fgets_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -D_IO_MTSAFE_IO -fexceptions -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/fgets_chk.os -MD -MP -MF /build/debug/fgets_chk.os.dt -MT /build/debug/fgets_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from fgets_chk.c:27: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/fgets_chk.os] Error 1 gcc -m32 fgets_u_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -D_IO_MTSAFE_IO -fexceptions -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/fgets_u_chk.os -MD -MP -MF /build/debug/fgets_u_chk.os.dt -MT /build/debug/fgets_u_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from fgets_u_chk.c:27: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/fgets_u_chk.os] Error 1 gcc -m32 fgetws_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -D_IO_MTSAFE_IO -fexceptions -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/fgetws_chk.os -MD -MP -MF /build/debug/fgetws_chk.os.dt -MT /build/debug/fgetws_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from fgetws_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../wcsmbs/wchar.h: At top level: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/fgetws_chk.os] Error 1 gcc -m32 fgetws_u_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -D_IO_MTSAFE_IO -fexceptions -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/fgetws_u_chk.os -MD -MP -MF /build/debug/fgetws_u_chk.os.dt -MT /build/debug/fgetws_u_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from fgetws_u_chk.c:27: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../wcsmbs/wchar.h: At top level: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/fgetws_u_chk.os] Error 1 gcc -m32 fortify_fail.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/fortify_fail.os -MD -MP -MF /build/debug/fortify_fail.os.dt -MT /build/debug/fortify_fail.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from fortify_fail.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/fortify_fail.os] Error 1 gcc -m32 fprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -D_IO_MTSAFE_IO -fexceptions -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/fprintf_chk.os -MD -MP -MF /build/debug/fprintf_chk.os.dt -MT /build/debug/fprintf_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from fprintf_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/fprintf_chk.os] Error 1 gcc -m32 fread_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -D_IO_MTSAFE_IO -fexceptions -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/fread_chk.os -MD -MP -MF /build/debug/fread_chk.os.dt -MT /build/debug/fread_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from fread_chk.c:27: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/fread_chk.os] Error 1 gcc -m32 fread_u_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -D_IO_MTSAFE_IO -fexceptions -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/fread_u_chk.os -MD -MP -MF /build/debug/fread_u_chk.os.dt -MT /build/debug/fread_u_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from fread_u_chk.c:27: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/fread_u_chk.os] Error 1 gcc -m32 fwprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -D_IO_MTSAFE_IO -fexceptions -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/fwprintf_chk.os -MD -MP -MF /build/debug/fwprintf_chk.os.dt -MT /build/debug/fwprintf_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from fwprintf_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/fwprintf_chk.os] Error 1 gcc -m32 getcwd_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/getcwd_chk.os -MD -MP -MF /build/debug/getcwd_chk.os.dt -MT /build/debug/getcwd_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from getcwd_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/getcwd_chk.os] Error 1 gcc -m32 getdomainname_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/getdomainname_chk.os -MD -MP -MF /build/debug/getdomainname_chk.os.dt -MT /build/debug/getdomainname_chk.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from getdomainname_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/getdomainname_chk.os] Error 1 gcc -m32 getgroups_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/getgroups_chk.os -MD -MP -MF /build/debug/getgroups_chk.os.dt -MT /build/debug/getgroups_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from getgroups_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/getgroups_chk.os] Error 1 gcc -m32 gethostname_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/gethostname_chk.os -MD -MP -MF /build/debug/gethostname_chk.os.dt -MT /build/debug/gethostname_chk.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from gethostname_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/gethostname_chk.os] Error 1 gcc -m32 gets_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -D_IO_MTSAFE_IO -fexceptions -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/gets_chk.os -MD -MP -MF /build/debug/gets_chk.os.dt -MT /build/debug/gets_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from gets_chk.c:27: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../include/limits.h: At top level: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/gets_chk.os] Error 1 gcc -m32 getwd_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/getwd_chk.os -MD -MP -MF /build/debug/getwd_chk.os.dt -MT /build/debug/getwd_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from getwd_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/getwd_chk.os] Error 1 gcc -m32 longjmp_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/longjmp_chk.os -MD -MP -MF /build/debug/longjmp_chk.os.dt -MT /build/debug/longjmp_chk.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../include/libc-pointer-arith.h:22, from ../sysdeps/unix/sysv/linux/x86/setjmpP.h:23, from longjmp_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/longjmp_chk.os] Error 1 gcc -m32 mbsnrtowcs_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/mbsnrtowcs_chk.os -MD -MP -MF /build/debug/mbsnrtowcs_chk.os.dt -MT /build/debug/mbsnrtowcs_chk.os In file included from ../locale/locale.h:25, from ../include/locale.h:2, from mbsnrtowcs_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/mbsnrtowcs_chk.os] Error 1 gcc -m32 mbsrtowcs_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/mbsrtowcs_chk.os -MD -MP -MF /build/debug/mbsrtowcs_chk.os.dt -MT /build/debug/mbsrtowcs_chk.os In file included from ../locale/locale.h:25, from ../include/locale.h:2, from mbsrtowcs_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/mbsrtowcs_chk.os] Error 1 gcc -m32 mbstowcs_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/mbstowcs_chk.os -MD -MP -MF /build/debug/mbstowcs_chk.os.dt -MT /build/debug/mbstowcs_chk.os In file included from ../locale/locale.h:25, from ../include/locale.h:2, from mbstowcs_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/mbstowcs_chk.os] Error 1 gcc -m32 ../sysdeps/i386/i686/multiarch/memcpy_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/memcpy_chk.os -MD -MP -MF /build/debug/memcpy_chk.os.dt -MT /build/debug/memcpy_chk.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from ../sysdeps/i386/i686/multiarch/memcpy_chk.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:603: /build/debug/memcpy_chk.os] Error 1 gcc -m32 ../sysdeps/i386/i686/multiarch/memmove_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/memmove_chk.os -MD -MP -MF /build/debug/memmove_chk.os.dt -MT /build/debug/memmove_chk.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from ../sysdeps/i386/i686/multiarch/memmove_chk.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:603: /build/debug/memmove_chk.os] Error 1 gcc -m32 ../sysdeps/i386/i686/multiarch/mempcpy_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/mempcpy_chk.os -MD -MP -MF /build/debug/mempcpy_chk.os.dt -MT /build/debug/mempcpy_chk.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from ../sysdeps/i386/i686/multiarch/mempcpy_chk.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:603: /build/debug/mempcpy_chk.os] Error 1 gcc -m32 ../sysdeps/i386/i686/multiarch/memset_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/memset_chk.os -MD -MP -MF /build/debug/memset_chk.os.dt -MT /build/debug/memset_chk.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from ../sysdeps/i386/i686/multiarch/memset_chk.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:603: /build/debug/memset_chk.os] Error 1 gcc -m32 noophooks.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/noophooks.os -MD -MP -MF /build/debug/noophooks.os.dt -MT /build/debug/noophooks.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from ../sysdeps/generic/hp-timing-common.h:37, from ../sysdeps/x86/hp-timing.h:53, from ../include/libc-internal.h:22, from noophooks.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/noophooks.os] Error 1 gcc -m32 obprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -D_IO_MTSAFE_IO -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/obprintf_chk.os -MD -MP -MF /build/debug/obprintf_chk.os.dt -MT /build/debug/obprintf_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from obprintf_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/obprintf_chk.os] Error 1 gcc -m32 poll_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/poll_chk.os -MD -MP -MF /build/debug/poll_chk.os.dt -MT /build/debug/poll_chk.os In file included from ../io/sys/poll.h:22, from ../include/sys/poll.h:2, from poll_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/poll_chk.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/ppoll_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/ppoll_chk.os -MD -MP -MF /build/debug/ppoll_chk.os.dt -MT /build/debug/ppoll_chk.os In file included from ../io/sys/poll.h:22, from ../include/sys/poll.h:2, from ../include/poll.h:1, from ../sysdeps/unix/sysv/linux/ppoll_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/debug/ppoll_chk.os] Error 1 gcc -m32 pread64_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/pread64_chk.os -MD -MP -MF /build/debug/pread64_chk.os.dt -MT /build/debug/pread64_chk.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from pread64_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/pread64_chk.os] Error 1 gcc -m32 pread_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/pread_chk.os -MD -MP -MF /build/debug/pread_chk.os.dt -MT /build/debug/pread_chk.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from pread_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/pread_chk.os] Error 1 gcc -m32 printf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -D_IO_MTSAFE_IO -fexceptions -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/printf_chk.os -MD -MP -MF /build/debug/printf_chk.os.dt -MT /build/debug/printf_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from printf_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/printf_chk.os] Error 1 gcc -m32 read_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/read_chk.os -MD -MP -MF /build/debug/read_chk.os.dt -MT /build/debug/read_chk.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from read_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/read_chk.os] Error 1 gcc -m32 readlink_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/readlink_chk.os -MD -MP -MF /build/debug/readlink_chk.os.dt -MT /build/debug/readlink_chk.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from readlink_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/readlink_chk.os] Error 1 gcc -m32 readlinkat_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/readlinkat_chk.os -MD -MP -MF /build/debug/readlinkat_chk.os.dt -MT /build/debug/readlinkat_chk.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from readlinkat_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/readlinkat_chk.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/readonly-area.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/readonly-area.os -MD -MP -MF /build/debug/readonly-area.os.dt -MT /build/debug/readonly-area.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/readonly-area.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50, from ../sysdeps/unix/sysv/linux/readonly-area.c:24: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/debug/readonly-area.os] Error 1 gcc -m32 realpath_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/realpath_chk.os -MD -MP -MF /build/debug/realpath_chk.os.dt -MT /build/debug/realpath_chk.os In file included from ../bits/libc-header-start.h:33, from ../include/limits.h:26, from realpath_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/realpath_chk.os] Error 1 gcc -m32 recv_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/recv_chk.os -MD -MP -MF /build/debug/recv_chk.os.dt -MT /build/debug/recv_chk.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from recv_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/recv_chk.os] Error 1 gcc -m32 recvfrom_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/recvfrom_chk.os -MD -MP -MF /build/debug/recvfrom_chk.os.dt -MT /build/debug/recvfrom_chk.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from recvfrom_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/recvfrom_chk.os] Error 1 gcc -m32 snprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -D_IO_MTSAFE_IO -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/snprintf_chk.os -MD -MP -MF /build/debug/snprintf_chk.os.dt -MT /build/debug/snprintf_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from snprintf_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/snprintf_chk.os] Error 1 gcc -m32 sprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -D_IO_MTSAFE_IO -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/sprintf_chk.os -MD -MP -MF /build/debug/sprintf_chk.os.dt -MT /build/debug/sprintf_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from sprintf_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/sprintf_chk.os] Error 1 gcc -m32 stack_chk_fail.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/stack_chk_fail.os -MD -MP -MF /build/debug/stack_chk_fail.os.dt -MT /build/debug/stack_chk_fail.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from stack_chk_fail.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/stack_chk_fail.os] Error 1 gcc -m32 stpcpy_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/stpcpy_chk.os -MD -MP -MF /build/debug/stpcpy_chk.os.dt -MT /build/debug/stpcpy_chk.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from stpcpy_chk.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/stpcpy_chk.os] Error 1 gcc -m32 stpncpy_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/stpncpy_chk.os -MD -MP -MF /build/debug/stpncpy_chk.os.dt -MT /build/debug/stpncpy_chk.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from stpncpy_chk.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/stpncpy_chk.os] Error 1 gcc -m32 strcat_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/strcat_chk.os -MD -MP -MF /build/debug/strcat_chk.os.dt -MT /build/debug/strcat_chk.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from strcat_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/strcat_chk.os] Error 1 gcc -m32 strcpy_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/strcpy_chk.os -MD -MP -MF /build/debug/strcpy_chk.os.dt -MT /build/debug/strcpy_chk.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from strcpy_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/strcpy_chk.os] Error 1 gcc -m32 strlcat_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/strlcat_chk.os -MD -MP -MF /build/debug/strlcat_chk.os.dt -MT /build/debug/strlcat_chk.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from strlcat_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/strlcat_chk.os] Error 1 gcc -m32 strlcpy_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/strlcpy_chk.os -MD -MP -MF /build/debug/strlcpy_chk.os.dt -MT /build/debug/strlcpy_chk.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from strlcpy_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/strlcpy_chk.os] Error 1 gcc -m32 strncat_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/strncat_chk.os -MD -MP -MF /build/debug/strncat_chk.os.dt -MT /build/debug/strncat_chk.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from strncat_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/strncat_chk.os] Error 1 gcc -m32 strncpy_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/strncpy_chk.os -MD -MP -MF /build/debug/strncpy_chk.os.dt -MT /build/debug/strncpy_chk.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from strncpy_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/strncpy_chk.os] Error 1 gcc -m32 swprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -D_IO_MTSAFE_IO -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/swprintf_chk.os -MD -MP -MF /build/debug/swprintf_chk.os.dt -MT /build/debug/swprintf_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from swprintf_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/swprintf_chk.os] Error 1 gcc -m32 ttyname_r_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/ttyname_r_chk.os -MD -MP -MF /build/debug/ttyname_r_chk.os.dt -MT /build/debug/ttyname_r_chk.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ttyname_r_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/ttyname_r_chk.os] Error 1 gcc -m32 vasprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -D_IO_MTSAFE_IO -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/vasprintf_chk.os -MD -MP -MF /build/debug/vasprintf_chk.os.dt -MT /build/debug/vasprintf_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from vasprintf_chk.c:27: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/vasprintf_chk.os] Error 1 gcc -m32 vdprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -D_IO_MTSAFE_IO -fexceptions -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/vdprintf_chk.os -MD -MP -MF /build/debug/vdprintf_chk.os.dt -MT /build/debug/vdprintf_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from vdprintf_chk.c:27: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/vdprintf_chk.os] Error 1 gcc -m32 vfprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -D_IO_MTSAFE_IO -fexceptions -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/vfprintf_chk.os -MD -MP -MF /build/debug/vfprintf_chk.os.dt -MT /build/debug/vfprintf_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from vfprintf_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/vfprintf_chk.os] Error 1 gcc -m32 vfwprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -D_IO_MTSAFE_IO -fexceptions -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/vfwprintf_chk.os -MD -MP -MF /build/debug/vfwprintf_chk.os.dt -MT /build/debug/vfwprintf_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from vfwprintf_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/vfwprintf_chk.os] Error 1 gcc -m32 vobprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/vobprintf_chk.os -MD -MP -MF /build/debug/vobprintf_chk.os.dt -MT /build/debug/vobprintf_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from vobprintf_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/vobprintf_chk.os] Error 1 gcc -m32 vprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -D_IO_MTSAFE_IO -fexceptions -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/vprintf_chk.os -MD -MP -MF /build/debug/vprintf_chk.os.dt -MT /build/debug/vprintf_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from vprintf_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/vprintf_chk.os] Error 1 gcc -m32 vsnprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -D_IO_MTSAFE_IO -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/vsnprintf_chk.os -MD -MP -MF /build/debug/vsnprintf_chk.os.dt -MT /build/debug/vsnprintf_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from vsnprintf_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/vsnprintf_chk.os] Error 1 gcc -m32 vsprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -D_IO_MTSAFE_IO -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/vsprintf_chk.os -MD -MP -MF /build/debug/vsprintf_chk.os.dt -MT /build/debug/vsprintf_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from vsprintf_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/vsprintf_chk.os] Error 1 gcc -m32 vswprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -D_IO_MTSAFE_IO -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/vswprintf_chk.os -MD -MP -MF /build/debug/vswprintf_chk.os.dt -MT /build/debug/vswprintf_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from vswprintf_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/vswprintf_chk.os] Error 1 gcc -m32 vwprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -D_IO_MTSAFE_IO -fexceptions -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/vwprintf_chk.os -MD -MP -MF /build/debug/vwprintf_chk.os.dt -MT /build/debug/vwprintf_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from vwprintf_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/vwprintf_chk.os] Error 1 gcc -m32 wcpcpy_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/wcpcpy_chk.os -MD -MP -MF /build/debug/wcpcpy_chk.os.dt -MT /build/debug/wcpcpy_chk.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcpcpy_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/wcpcpy_chk.os] Error 1 gcc -m32 wcpncpy_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/wcpncpy_chk.os -MD -MP -MF /build/debug/wcpncpy_chk.os.dt -MT /build/debug/wcpncpy_chk.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcpncpy_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/wcpncpy_chk.os] Error 1 gcc -m32 wcrtomb_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/wcrtomb_chk.os -MD -MP -MF /build/debug/wcrtomb_chk.os.dt -MT /build/debug/wcrtomb_chk.os In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from wcrtomb_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/wcrtomb_chk.os] Error 1 gcc -m32 wcscat_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/wcscat_chk.os -MD -MP -MF /build/debug/wcscat_chk.os.dt -MT /build/debug/wcscat_chk.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcscat_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/wcscat_chk.os] Error 1 gcc -m32 wcscpy_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/wcscpy_chk.os -MD -MP -MF /build/debug/wcscpy_chk.os.dt -MT /build/debug/wcscpy_chk.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcscpy_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/wcscpy_chk.os] Error 1 gcc -m32 wcslcat_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/wcslcat_chk.os -MD -MP -MF /build/debug/wcslcat_chk.os.dt -MT /build/debug/wcslcat_chk.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcslcat_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/wcslcat_chk.os] Error 1 gcc -m32 wcslcpy_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/wcslcpy_chk.os -MD -MP -MF /build/debug/wcslcpy_chk.os.dt -MT /build/debug/wcslcpy_chk.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcslcpy_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/wcslcpy_chk.os] Error 1 gcc -m32 wcsncat_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/wcsncat_chk.os -MD -MP -MF /build/debug/wcsncat_chk.os.dt -MT /build/debug/wcsncat_chk.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcsncat_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/wcsncat_chk.os] Error 1 gcc -m32 wcsncpy_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/wcsncpy_chk.os -MD -MP -MF /build/debug/wcsncpy_chk.os.dt -MT /build/debug/wcsncpy_chk.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcsncpy_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/wcsncpy_chk.os] Error 1 gcc -m32 wcsnrtombs_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/wcsnrtombs_chk.os -MD -MP -MF /build/debug/wcsnrtombs_chk.os.dt -MT /build/debug/wcsnrtombs_chk.os In file included from ../locale/locale.h:25, from ../include/locale.h:2, from wcsnrtombs_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/wcsnrtombs_chk.os] Error 1 gcc -m32 wcsrtombs_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/wcsrtombs_chk.os -MD -MP -MF /build/debug/wcsrtombs_chk.os.dt -MT /build/debug/wcsrtombs_chk.os In file included from ../locale/locale.h:25, from ../include/locale.h:2, from wcsrtombs_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/wcsrtombs_chk.os] Error 1 gcc -m32 wcstombs_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/wcstombs_chk.os -MD -MP -MF /build/debug/wcstombs_chk.os.dt -MT /build/debug/wcstombs_chk.os In file included from ../locale/locale.h:25, from ../include/locale.h:2, from wcstombs_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/wcstombs_chk.os] Error 1 gcc -m32 wctomb_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/wctomb_chk.os -MD -MP -MF /build/debug/wctomb_chk.os.dt -MT /build/debug/wctomb_chk.os In file included from ../locale/locale.h:25, from ../include/locale.h:2, from wctomb_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/wctomb_chk.os] Error 1 gcc -m32 wmemcpy_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/wmemcpy_chk.os -MD -MP -MF /build/debug/wmemcpy_chk.os.dt -MT /build/debug/wmemcpy_chk.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wmemcpy_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/wmemcpy_chk.os] Error 1 gcc -m32 wmemmove_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/wmemmove_chk.os -MD -MP -MF /build/debug/wmemmove_chk.os.dt -MT /build/debug/wmemmove_chk.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wmemmove_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/wmemmove_chk.os] Error 1 gcc -m32 wmempcpy_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/wmempcpy_chk.os -MD -MP -MF /build/debug/wmempcpy_chk.os.dt -MT /build/debug/wmempcpy_chk.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wmempcpy_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/wmempcpy_chk.os] Error 1 gcc -m32 wmemset_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/wmemset_chk.os -MD -MP -MF /build/debug/wmemset_chk.os.dt -MT /build/debug/wmemset_chk.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wmemset_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/wmemset_chk.os] Error 1 gcc -m32 wprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -D_IO_MTSAFE_IO -fexceptions -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/wprintf_chk.os -MD -MP -MF /build/debug/wprintf_chk.os.dt -MT /build/debug/wprintf_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from wprintf_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/wprintf_chk.os] Error 1 gcc -m32 stack_chk_fail_local.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/debug/stack_chk_fail_local.oS -MD -MP -MF /build/debug/stack_chk_fail_local.oS.dt -MT /build/debug/stack_chk_fail_local.oS In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from stack_chk_fail_local.c:35: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/stack_chk_fail_local.oS] Error 1 make[2]: Target 'subdir_lib' not remade because of errors. make[2]: Leaving directory '/glibc/debug' make[1]: *** [Makefile:484: debug/subdir_lib] Error 2 make subdir=mathvec -C mathvec ..=../ subdir_lib make[2]: Entering directory '/glibc/mathvec' make[2]: Nothing to be done for 'subdir_lib'. make[2]: Leaving directory '/glibc/mathvec' make subdir=support -C support ..=../ subdir_lib make[2]: Entering directory '/glibc/support' make[2]: Nothing to be done for 'subdir_lib'. make[2]: Leaving directory '/glibc/support' make subdir=crypt -C crypt ..=../ subdir_lib make[2]: Entering directory '/glibc/crypt' make[2]: Nothing to be done for 'subdir_lib'. make[2]: Leaving directory '/glibc/crypt' make subdir=nptl_db -C nptl_db ..=../ subdir_lib make[2]: Entering directory '/glibc/nptl_db' make[2]: Nothing to be done for 'subdir_lib'. make[2]: Leaving directory '/glibc/nptl_db' make subdir=inet -C inet ..=../ subdir_lib make[2]: Entering directory '/glibc/inet' gcc -m32 htonl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/htonl.o -MD -MP -MF /build/inet/htonl.o.dt -MT /build/inet/htonl.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from htonl.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/htonl.o] Error 1 gcc -m32 htons.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/htons.o -MD -MP -MF /build/inet/htons.o.dt -MT /build/inet/htons.o In file included from ../inet/netinet/in.h:21, from ../include/netinet/in.h:3, from htons.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/htons.o] Error 1 gcc -m32 inet_lnaof.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/inet_lnaof.o -MD -MP -MF /build/inet/inet_lnaof.o.dt -MT /build/inet/inet_lnaof.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from inet_lnaof.c:30: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/inet_lnaof.o] Error 1 gcc -m32 inet_mkadr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/inet_mkadr.o -MD -MP -MF /build/inet/inet_mkadr.o.dt -MT /build/inet/inet_mkadr.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from inet_mkadr.c:30: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/inet_mkadr.o] Error 1 gcc -m32 inet_netof.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/inet_netof.o -MD -MP -MF /build/inet/inet_netof.o.dt -MT /build/inet/inet_netof.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from inet_netof.c:30: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/inet_netof.o] Error 1 gcc -m32 inet_ntoa.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/inet_ntoa.o -MD -MP -MF /build/inet/inet_ntoa.o.dt -MT /build/inet/inet_ntoa.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from inet_ntoa.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/inet_ntoa.o] Error 1 gcc -m32 inet_net.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/inet_net.o -MD -MP -MF /build/inet/inet_net.o.dt -MT /build/inet/inet_net.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from inet_net.c:47: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/inet_net.o] Error 1 gcc -m32 herrno.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/herrno.o -MD -MP -MF /build/inet/herrno.o.dt -MT /build/inet/herrno.o In file included from herrno.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/herrno.o] Error 1 gcc -m32 herrno-loc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/herrno-loc.o -MD -MP -MF /build/inet/herrno-loc.o.dt -MT /build/inet/herrno-loc.o In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from herrno-loc.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/herrno-loc.o] Error 1 gcc -m32 gethstbyad.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/gethstbyad.o -MD -MP -MF /build/inet/gethstbyad.o.dt -MT /build/inet/gethstbyad.o In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from gethstbyad.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/gethstbyad.o] Error 1 gcc -m32 gethstbyad_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/gethstbyad_r.o -MD -MP -MF /build/inet/gethstbyad_r.o.dt -MT /build/inet/gethstbyad_r.o In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from gethstbyad_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/gethstbyad_r.o] Error 1 gcc -m32 gethstbynm.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/gethstbynm.o -MD -MP -MF /build/inet/gethstbynm.o.dt -MT /build/inet/gethstbynm.o In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from gethstbynm.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/gethstbynm.o] Error 1 gcc -m32 gethstbynm2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/gethstbynm2.o -MD -MP -MF /build/inet/gethstbynm2.o.dt -MT /build/inet/gethstbynm2.o In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from gethstbynm2.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/gethstbynm2.o] Error 1 gcc -m32 gethstbynm2_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/gethstbynm2_r.o -MD -MP -MF /build/inet/gethstbynm2_r.o.dt -MT /build/inet/gethstbynm2_r.o In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from gethstbynm2_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/gethstbynm2_r.o] Error 1 gcc -m32 gethstbynm_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/gethstbynm_r.o -MD -MP -MF /build/inet/gethstbynm_r.o.dt -MT /build/inet/gethstbynm_r.o In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from gethstbynm_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/gethstbynm_r.o] Error 1 gcc -m32 gethstent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/gethstent.o -MD -MP -MF /build/inet/gethstent.o.dt -MT /build/inet/gethstent.o In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from gethstent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/gethstent.o] Error 1 gcc -m32 gethstent_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/gethstent_r.o -MD -MP -MF /build/inet/gethstent_r.o.dt -MT /build/inet/gethstent_r.o In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from gethstent_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/gethstent_r.o] Error 1 gcc -m32 getnetbyad.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/getnetbyad.o -MD -MP -MF /build/inet/getnetbyad.o.dt -MT /build/inet/getnetbyad.o In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from getnetbyad.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getnetbyad.o] Error 1 gcc -m32 getnetbyad_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/getnetbyad_r.o -MD -MP -MF /build/inet/getnetbyad_r.o.dt -MT /build/inet/getnetbyad_r.o In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from getnetbyad_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getnetbyad_r.o] Error 1 gcc -m32 getnetbynm.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/getnetbynm.o -MD -MP -MF /build/inet/getnetbynm.o.dt -MT /build/inet/getnetbynm.o In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from getnetbynm.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getnetbynm.o] Error 1 gcc -m32 getnetent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/getnetent.o -MD -MP -MF /build/inet/getnetent.o.dt -MT /build/inet/getnetent.o In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from getnetent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getnetent.o] Error 1 gcc -m32 getnetent_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/getnetent_r.o -MD -MP -MF /build/inet/getnetent_r.o.dt -MT /build/inet/getnetent_r.o In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from getnetent_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getnetent_r.o] Error 1 gcc -m32 getnetbynm_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/getnetbynm_r.o -MD -MP -MF /build/inet/getnetbynm_r.o.dt -MT /build/inet/getnetbynm_r.o In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from getnetbynm_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getnetbynm_r.o] Error 1 gcc -m32 getproto.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/getproto.o -MD -MP -MF /build/inet/getproto.o.dt -MT /build/inet/getproto.o In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from getproto.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getproto.o] Error 1 gcc -m32 getproto_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/getproto_r.o -MD -MP -MF /build/inet/getproto_r.o.dt -MT /build/inet/getproto_r.o In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from getproto_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getproto_r.o] Error 1 gcc -m32 getprtent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/getprtent.o -MD -MP -MF /build/inet/getprtent.o.dt -MT /build/inet/getprtent.o In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from getprtent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getprtent.o] Error 1 gcc -m32 getprtent_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/getprtent_r.o -MD -MP -MF /build/inet/getprtent_r.o.dt -MT /build/inet/getprtent_r.o In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from getprtent_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getprtent_r.o] Error 1 gcc -m32 getprtname.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/getprtname.o -MD -MP -MF /build/inet/getprtname.o.dt -MT /build/inet/getprtname.o In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from getprtname.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getprtname.o] Error 1 gcc -m32 getprtname_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/getprtname_r.o -MD -MP -MF /build/inet/getprtname_r.o.dt -MT /build/inet/getprtname_r.o In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from getprtname_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getprtname_r.o] Error 1 gcc -m32 getsrvbynm.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/getsrvbynm.o -MD -MP -MF /build/inet/getsrvbynm.o.dt -MT /build/inet/getsrvbynm.o In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from getsrvbynm.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getsrvbynm.o] Error 1 gcc -m32 getsrvbynm_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/getsrvbynm_r.o -MD -MP -MF /build/inet/getsrvbynm_r.o.dt -MT /build/inet/getsrvbynm_r.o In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from getsrvbynm_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getsrvbynm_r.o] Error 1 gcc -m32 getsrvbypt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/getsrvbypt.o -MD -MP -MF /build/inet/getsrvbypt.o.dt -MT /build/inet/getsrvbypt.o In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from getsrvbypt.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getsrvbypt.o] Error 1 gcc -m32 getsrvbypt_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/getsrvbypt_r.o -MD -MP -MF /build/inet/getsrvbypt_r.o.dt -MT /build/inet/getsrvbypt_r.o In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from getsrvbypt_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getsrvbypt_r.o] Error 1 gcc -m32 getservent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/getservent.o -MD -MP -MF /build/inet/getservent.o.dt -MT /build/inet/getservent.o In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from getservent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getservent.o] Error 1 gcc -m32 getservent_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/getservent_r.o -MD -MP -MF /build/inet/getservent_r.o.dt -MT /build/inet/getservent_r.o In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from getservent_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getservent_r.o] Error 1 gcc -m32 getrpcent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/getrpcent.o -MD -MP -MF /build/inet/getrpcent.o.dt -MT /build/inet/getrpcent.o In file included from ../inet/rpc/netdb.h:39, from ../include/rpc/netdb.h:2, from getrpcent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getrpcent.o] Error 1 gcc -m32 getrpcbyname.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/getrpcbyname.o -MD -MP -MF /build/inet/getrpcbyname.o.dt -MT /build/inet/getrpcbyname.o In file included from ../inet/rpc/netdb.h:39, from ../include/rpc/netdb.h:2, from getrpcbyname.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getrpcbyname.o] Error 1 gcc -m32 getrpcbynumber.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/getrpcbynumber.o -MD -MP -MF /build/inet/getrpcbynumber.o.dt -MT /build/inet/getrpcbynumber.o In file included from ../inet/rpc/netdb.h:39, from ../include/rpc/netdb.h:2, from getrpcbynumber.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getrpcbynumber.o] Error 1 gcc -m32 getrpcent_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/getrpcent_r.o -MD -MP -MF /build/inet/getrpcent_r.o.dt -MT /build/inet/getrpcent_r.o In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from getrpcent_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getrpcent_r.o] Error 1 gcc -m32 getrpcbyname_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/getrpcbyname_r.o -MD -MP -MF /build/inet/getrpcbyname_r.o.dt -MT /build/inet/getrpcbyname_r.o In file included from ../inet/rpc/netdb.h:39, from ../include/rpc/netdb.h:2, from getrpcbyname_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getrpcbyname_r.o] Error 1 gcc -m32 getrpcbynumber_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/getrpcbynumber_r.o -MD -MP -MF /build/inet/getrpcbynumber_r.o.dt -MT /build/inet/getrpcbynumber_r.o In file included from ../inet/rpc/netdb.h:39, from ../include/rpc/netdb.h:2, from getrpcbynumber_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getrpcbynumber_r.o] Error 1 gcc -m32 ether_aton.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/ether_aton.o -MD -MP -MF /build/inet/ether_aton.o.dt -MT /build/inet/ether_aton.o In file included from ../inet/netinet/ether.h:22, from ../include/netinet/ether.h:2, from ether_aton.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/ether_aton.o] Error 1 gcc -m32 ether_aton_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/ether_aton_r.o -MD -MP -MF /build/inet/ether_aton_r.o.dt -MT /build/inet/ether_aton_r.o In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from ether_aton_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/ether_aton_r.o] Error 1 gcc -m32 ether_hton.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/ether_hton.o -MD -MP -MF /build/inet/ether_hton.o.dt -MT /build/inet/ether_hton.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ether_hton.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/ether_hton.o] Error 1 gcc -m32 ether_line.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/ether_line.o -MD -MP -MF /build/inet/ether_line.o.dt -MT /build/inet/ether_line.o In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from ether_line.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/ether_line.o] Error 1 gcc -m32 ether_ntoa.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/ether_ntoa.o -MD -MP -MF /build/inet/ether_ntoa.o.dt -MT /build/inet/ether_ntoa.o In file included from ../inet/netinet/ether.h:22, from ../include/netinet/ether.h:2, from ether_ntoa.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/ether_ntoa.o] Error 1 gcc -m32 ether_ntoa_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/ether_ntoa_r.o -MD -MP -MF /build/inet/ether_ntoa_r.o.dt -MT /build/inet/ether_ntoa_r.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from ether_ntoa_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/ether_ntoa_r.o] Error 1 gcc -m32 ether_ntoh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/ether_ntoh.o -MD -MP -MF /build/inet/ether_ntoh.o.dt -MT /build/inet/ether_ntoh.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ether_ntoh.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/ether_ntoh.o] Error 1 gcc -m32 rcmd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/rcmd.o -MD -MP -MF /build/inet/rcmd.o.dt -MT /build/inet/rcmd.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from rcmd.c:58: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/rcmd.o] Error 1 gcc -m32 rexec.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/rexec.o -MD -MP -MF /build/inet/rexec.o.dt -MT /build/inet/rexec.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from rexec.c:30: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/rexec.o] Error 1 gcc -m32 ruserpass.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/ruserpass.o -MD -MP -MF /build/inet/ruserpass.o.dt -MT /build/inet/ruserpass.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ruserpass.c:30: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/ruserpass.o] Error 1 gcc -m32 bindresvport.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/bindresvport.o -MD -MP -MF /build/inet/bindresvport.o.dt -MT /build/inet/bindresvport.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from bindresvport.c:32: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/bindresvport.o] Error 1 gcc -m32 getnetgrent_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/getnetgrent_r.o -MD -MP -MF /build/inet/getnetgrent_r.o.dt -MT /build/inet/getnetgrent_r.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from getnetgrent_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getnetgrent_r.o] Error 1 gcc -m32 getnetgrent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/getnetgrent.o -MD -MP -MF /build/inet/getnetgrent.o.dt -MT /build/inet/getnetgrent.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from getnetgrent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getnetgrent.o] Error 1 gcc -m32 getaliasent_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/getaliasent_r.o -MD -MP -MF /build/inet/getaliasent_r.o.dt -MT /build/inet/getaliasent_r.o In file included from ../inet/aliases.h:21, from ../include/aliases.h:2, from getaliasent_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getaliasent_r.o] Error 1 gcc -m32 getaliasent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/getaliasent.o -MD -MP -MF /build/inet/getaliasent.o.dt -MT /build/inet/getaliasent.o In file included from ../inet/aliases.h:21, from ../include/aliases.h:2, from getaliasent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getaliasent.o] Error 1 gcc -m32 getaliasname.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/getaliasname.o -MD -MP -MF /build/inet/getaliasname.o.dt -MT /build/inet/getaliasname.o In file included from ../inet/aliases.h:21, from ../include/aliases.h:2, from getaliasname.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getaliasname.o] Error 1 gcc -m32 getaliasname_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/getaliasname_r.o -MD -MP -MF /build/inet/getaliasname_r.o.dt -MT /build/inet/getaliasname_r.o In file included from ../inet/aliases.h:21, from ../include/aliases.h:2, from getaliasname_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getaliasname_r.o] Error 1 gcc -m32 in6_addr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/in6_addr.o -MD -MP -MF /build/inet/in6_addr.o.dt -MT /build/inet/in6_addr.o In file included from ../inet/netinet/in.h:21, from ../include/netinet/in.h:3, from in6_addr.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/in6_addr.o] Error 1 gcc -m32 getnameinfo.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/getnameinfo.o -MD -MP -MF /build/inet/getnameinfo.o.dt -MT /build/inet/getnameinfo.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from getnameinfo.c:56: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getnameinfo.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/if_index.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/if_index.o -MD -MP -MF /build/inet/if_index.o.dt -MT /build/inet/if_index.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/if_index.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/inet/if_index.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/ifaddrs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/ifaddrs.o -MD -MP -MF /build/inet/ifaddrs.o.dt -MT /build/inet/ifaddrs.o In file included from ../stdlib/alloca.h:21, from ../include/alloca.h:3, from ../sysdeps/unix/sysv/linux/ifaddrs.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/inet/ifaddrs.o] Error 1 gcc -m32 inet6_option.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/inet6_option.o -MD -MP -MF /build/inet/inet6_option.o.dt -MT /build/inet/inet6_option.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from inet6_option.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/inet6_option.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/getipv4sourcefilter.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/getipv4sourcefilter.o -MD -MP -MF /build/inet/getipv4sourcefilter.o.dt -MT /build/inet/getipv4sourcefilter.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/getipv4sourcefilter.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/inet/getipv4sourcefilter.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/setipv4sourcefilter.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/setipv4sourcefilter.o -MD -MP -MF /build/inet/setipv4sourcefilter.o.dt -MT /build/inet/setipv4sourcefilter.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/setipv4sourcefilter.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/inet/setipv4sourcefilter.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/getsourcefilter.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/getsourcefilter.o -MD -MP -MF /build/inet/getsourcefilter.o.dt -MT /build/inet/getsourcefilter.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from ../sysdeps/unix/sysv/linux/getsourcefilter.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/inet/getsourcefilter.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/setsourcefilter.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/setsourcefilter.o -MD -MP -MF /build/inet/setsourcefilter.o.dt -MT /build/inet/setsourcefilter.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/setsourcefilter.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/inet/setsourcefilter.o] Error 1 gcc -m32 inet6_opt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/inet6_opt.o -MD -MP -MF /build/inet/inet6_opt.o.dt -MT /build/inet/inet6_opt.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from inet6_opt.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/inet6_opt.o] Error 1 gcc -m32 inet6_rth.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/inet6_rth.o -MD -MP -MF /build/inet/inet6_rth.o.dt -MT /build/inet/inet6_rth.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from inet6_rth.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/inet6_rth.o] Error 1 gcc -m32 inet6_scopeid_pton.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/inet6_scopeid_pton.o -MD -MP -MF /build/inet/inet6_scopeid_pton.o.dt -MT /build/inet/inet6_scopeid_pton.o In file included from ../inet/arpa/inet.h:21, from ../include/arpa/inet.h:1, from ./net-internal.h:22, from inet6_scopeid_pton.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/inet6_scopeid_pton.o] Error 1 gcc -m32 deadline.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/deadline.o -MD -MP -MF /build/inet/deadline.o.dt -MT /build/inet/deadline.o In file included from ../inet/arpa/inet.h:21, from ../include/arpa/inet.h:1, from ./net-internal.h:22, from deadline.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/deadline.o] Error 1 gcc -m32 idna.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/idna.o -MD -MP -MF /build/inet/idna.o.dt -MT /build/inet/idna.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../include/atomic.h:47, from ../include/allocate_once.h:22, from idna.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from idna.c:24: idna.c: In function 'functions_allocate': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ idna.c:76:3: note: in expansion of macro 'PTR_MANGLE' 76 | PTR_MANGLE (result->lookup_ul); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ idna.c:76:3: note: in expansion of macro 'PTR_MANGLE' 76 | PTR_MANGLE (result->lookup_ul); | ^~~~~~~~~~ idna.c: In function '__idna_to_dns_encoding': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ idna.c:139:3: note: in expansion of macro 'PTR_DEMANGLE' 139 | PTR_DEMANGLE (fptr); | ^~~~~~~~~~~~ idna.c: In function '__idna_from_dns_encoding': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ idna.c:164:3: note: in expansion of macro 'PTR_DEMANGLE' 164 | PTR_DEMANGLE (fptr); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/idna.o] Error 1 gcc -m32 idna_name_classify.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/idna_name_classify.o -MD -MP -MF /build/inet/idna_name_classify.o.dt -MT /build/inet/idna_name_classify.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from idna_name_classify.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/idna_name_classify.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/check_pf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/check_pf.o -MD -MP -MF /build/inet/check_pf.o.dt -MT /build/inet/check_pf.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from ../sysdeps/unix/sysv/linux/check_pf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/inet/check_pf.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/check_native.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/check_native.o -MD -MP -MF /build/inet/check_native.o.dt -MT /build/inet/check_native.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from ../sysdeps/unix/sysv/linux/check_native.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/inet/check_native.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/ifreq.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/ifreq.o -MD -MP -MF /build/inet/ifreq.o.dt -MT /build/inet/ifreq.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from ../sysdeps/generic/ifreq.h:18, from ../include/ifreq.h:1, from ../sysdeps/unix/sysv/linux/ifreq.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/inet/ifreq.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/netlink_assert_response.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/inet/netlink_assert_response.o -MD -MP -MF /build/inet/netlink_assert_response.o.dt -MT /build/inet/netlink_assert_response.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/netlink_assert_response.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/inet/netlink_assert_response.o] Error 1 gcc -m32 htonl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/htonl.os -MD -MP -MF /build/inet/htonl.os.dt -MT /build/inet/htonl.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from htonl.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/htonl.os] Error 1 gcc -m32 htons.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/htons.os -MD -MP -MF /build/inet/htons.os.dt -MT /build/inet/htons.os In file included from ../inet/netinet/in.h:21, from ../include/netinet/in.h:3, from htons.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/htons.os] Error 1 gcc -m32 inet_lnaof.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/inet_lnaof.os -MD -MP -MF /build/inet/inet_lnaof.os.dt -MT /build/inet/inet_lnaof.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from inet_lnaof.c:30: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/inet_lnaof.os] Error 1 gcc -m32 inet_mkadr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/inet_mkadr.os -MD -MP -MF /build/inet/inet_mkadr.os.dt -MT /build/inet/inet_mkadr.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from inet_mkadr.c:30: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/inet_mkadr.os] Error 1 gcc -m32 inet_netof.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/inet_netof.os -MD -MP -MF /build/inet/inet_netof.os.dt -MT /build/inet/inet_netof.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from inet_netof.c:30: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/inet_netof.os] Error 1 gcc -m32 inet_ntoa.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/inet_ntoa.os -MD -MP -MF /build/inet/inet_ntoa.os.dt -MT /build/inet/inet_ntoa.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from inet_ntoa.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/inet_ntoa.os] Error 1 gcc -m32 inet_net.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/inet_net.os -MD -MP -MF /build/inet/inet_net.os.dt -MT /build/inet/inet_net.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from inet_net.c:47: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/inet_net.os] Error 1 gcc -m32 herrno.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/herrno.os -MD -MP -MF /build/inet/herrno.os.dt -MT /build/inet/herrno.os In file included from herrno.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/herrno.os] Error 1 gcc -m32 herrno-loc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/herrno-loc.os -MD -MP -MF /build/inet/herrno-loc.os.dt -MT /build/inet/herrno-loc.os In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from herrno-loc.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/herrno-loc.os] Error 1 gcc -m32 gethstbyad.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/gethstbyad.os -MD -MP -MF /build/inet/gethstbyad.os.dt -MT /build/inet/gethstbyad.os In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from gethstbyad.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/gethstbyad.os] Error 1 gcc -m32 gethstbyad_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/gethstbyad_r.os -MD -MP -MF /build/inet/gethstbyad_r.os.dt -MT /build/inet/gethstbyad_r.os In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from gethstbyad_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/gethstbyad_r.os] Error 1 gcc -m32 gethstbynm.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/gethstbynm.os -MD -MP -MF /build/inet/gethstbynm.os.dt -MT /build/inet/gethstbynm.os In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from gethstbynm.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/gethstbynm.os] Error 1 gcc -m32 gethstbynm2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/gethstbynm2.os -MD -MP -MF /build/inet/gethstbynm2.os.dt -MT /build/inet/gethstbynm2.os In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from gethstbynm2.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/gethstbynm2.os] Error 1 gcc -m32 gethstbynm2_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/gethstbynm2_r.os -MD -MP -MF /build/inet/gethstbynm2_r.os.dt -MT /build/inet/gethstbynm2_r.os In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from gethstbynm2_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/gethstbynm2_r.os] Error 1 gcc -m32 gethstbynm_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/gethstbynm_r.os -MD -MP -MF /build/inet/gethstbynm_r.os.dt -MT /build/inet/gethstbynm_r.os In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from gethstbynm_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/gethstbynm_r.os] Error 1 gcc -m32 gethstent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/gethstent.os -MD -MP -MF /build/inet/gethstent.os.dt -MT /build/inet/gethstent.os In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from gethstent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/gethstent.os] Error 1 gcc -m32 gethstent_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/gethstent_r.os -MD -MP -MF /build/inet/gethstent_r.os.dt -MT /build/inet/gethstent_r.os In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from gethstent_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/gethstent_r.os] Error 1 gcc -m32 getnetbyad.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/getnetbyad.os -MD -MP -MF /build/inet/getnetbyad.os.dt -MT /build/inet/getnetbyad.os In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from getnetbyad.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getnetbyad.os] Error 1 gcc -m32 getnetbyad_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/getnetbyad_r.os -MD -MP -MF /build/inet/getnetbyad_r.os.dt -MT /build/inet/getnetbyad_r.os In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from getnetbyad_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getnetbyad_r.os] Error 1 gcc -m32 getnetbynm.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/getnetbynm.os -MD -MP -MF /build/inet/getnetbynm.os.dt -MT /build/inet/getnetbynm.os In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from getnetbynm.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getnetbynm.os] Error 1 gcc -m32 getnetent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/getnetent.os -MD -MP -MF /build/inet/getnetent.os.dt -MT /build/inet/getnetent.os In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from getnetent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getnetent.os] Error 1 gcc -m32 getnetent_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/getnetent_r.os -MD -MP -MF /build/inet/getnetent_r.os.dt -MT /build/inet/getnetent_r.os In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from getnetent_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getnetent_r.os] Error 1 gcc -m32 getnetbynm_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/getnetbynm_r.os -MD -MP -MF /build/inet/getnetbynm_r.os.dt -MT /build/inet/getnetbynm_r.os In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from getnetbynm_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getnetbynm_r.os] Error 1 gcc -m32 getproto.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/getproto.os -MD -MP -MF /build/inet/getproto.os.dt -MT /build/inet/getproto.os In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from getproto.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getproto.os] Error 1 gcc -m32 getproto_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/getproto_r.os -MD -MP -MF /build/inet/getproto_r.os.dt -MT /build/inet/getproto_r.os In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from getproto_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getproto_r.os] Error 1 gcc -m32 getprtent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/getprtent.os -MD -MP -MF /build/inet/getprtent.os.dt -MT /build/inet/getprtent.os In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from getprtent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getprtent.os] Error 1 gcc -m32 getprtent_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/getprtent_r.os -MD -MP -MF /build/inet/getprtent_r.os.dt -MT /build/inet/getprtent_r.os In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from getprtent_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getprtent_r.os] Error 1 gcc -m32 getprtname.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/getprtname.os -MD -MP -MF /build/inet/getprtname.os.dt -MT /build/inet/getprtname.os In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from getprtname.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getprtname.os] Error 1 gcc -m32 getprtname_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/getprtname_r.os -MD -MP -MF /build/inet/getprtname_r.os.dt -MT /build/inet/getprtname_r.os In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from getprtname_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getprtname_r.os] Error 1 gcc -m32 getsrvbynm.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/getsrvbynm.os -MD -MP -MF /build/inet/getsrvbynm.os.dt -MT /build/inet/getsrvbynm.os In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from getsrvbynm.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getsrvbynm.os] Error 1 gcc -m32 getsrvbynm_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/getsrvbynm_r.os -MD -MP -MF /build/inet/getsrvbynm_r.os.dt -MT /build/inet/getsrvbynm_r.os In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from getsrvbynm_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getsrvbynm_r.os] Error 1 gcc -m32 getsrvbypt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/getsrvbypt.os -MD -MP -MF /build/inet/getsrvbypt.os.dt -MT /build/inet/getsrvbypt.os In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from getsrvbypt.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getsrvbypt.os] Error 1 gcc -m32 getsrvbypt_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/getsrvbypt_r.os -MD -MP -MF /build/inet/getsrvbypt_r.os.dt -MT /build/inet/getsrvbypt_r.os In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from getsrvbypt_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getsrvbypt_r.os] Error 1 gcc -m32 getservent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/getservent.os -MD -MP -MF /build/inet/getservent.os.dt -MT /build/inet/getservent.os In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from getservent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getservent.os] Error 1 gcc -m32 getservent_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/getservent_r.os -MD -MP -MF /build/inet/getservent_r.os.dt -MT /build/inet/getservent_r.os In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from getservent_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getservent_r.os] Error 1 gcc -m32 getrpcent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/getrpcent.os -MD -MP -MF /build/inet/getrpcent.os.dt -MT /build/inet/getrpcent.os In file included from ../inet/rpc/netdb.h:39, from ../include/rpc/netdb.h:2, from getrpcent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getrpcent.os] Error 1 gcc -m32 getrpcbyname.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/getrpcbyname.os -MD -MP -MF /build/inet/getrpcbyname.os.dt -MT /build/inet/getrpcbyname.os In file included from ../inet/rpc/netdb.h:39, from ../include/rpc/netdb.h:2, from getrpcbyname.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getrpcbyname.os] Error 1 gcc -m32 getrpcbynumber.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/getrpcbynumber.os -MD -MP -MF /build/inet/getrpcbynumber.os.dt -MT /build/inet/getrpcbynumber.os In file included from ../inet/rpc/netdb.h:39, from ../include/rpc/netdb.h:2, from getrpcbynumber.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getrpcbynumber.os] Error 1 gcc -m32 getrpcent_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/getrpcent_r.os -MD -MP -MF /build/inet/getrpcent_r.os.dt -MT /build/inet/getrpcent_r.os In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from getrpcent_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getrpcent_r.os] Error 1 gcc -m32 getrpcbyname_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/getrpcbyname_r.os -MD -MP -MF /build/inet/getrpcbyname_r.os.dt -MT /build/inet/getrpcbyname_r.os In file included from ../inet/rpc/netdb.h:39, from ../include/rpc/netdb.h:2, from getrpcbyname_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getrpcbyname_r.os] Error 1 gcc -m32 getrpcbynumber_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/getrpcbynumber_r.os -MD -MP -MF /build/inet/getrpcbynumber_r.os.dt -MT /build/inet/getrpcbynumber_r.os In file included from ../inet/rpc/netdb.h:39, from ../include/rpc/netdb.h:2, from getrpcbynumber_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getrpcbynumber_r.os] Error 1 gcc -m32 ether_aton.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/ether_aton.os -MD -MP -MF /build/inet/ether_aton.os.dt -MT /build/inet/ether_aton.os In file included from ../inet/netinet/ether.h:22, from ../include/netinet/ether.h:2, from ether_aton.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/ether_aton.os] Error 1 gcc -m32 ether_aton_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/ether_aton_r.os -MD -MP -MF /build/inet/ether_aton_r.os.dt -MT /build/inet/ether_aton_r.os In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from ether_aton_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/ether_aton_r.os] Error 1 gcc -m32 ether_hton.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/ether_hton.os -MD -MP -MF /build/inet/ether_hton.os.dt -MT /build/inet/ether_hton.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ether_hton.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/ether_hton.os] Error 1 gcc -m32 ether_line.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/ether_line.os -MD -MP -MF /build/inet/ether_line.os.dt -MT /build/inet/ether_line.os In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from ether_line.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/ether_line.os] Error 1 gcc -m32 ether_ntoa.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/ether_ntoa.os -MD -MP -MF /build/inet/ether_ntoa.os.dt -MT /build/inet/ether_ntoa.os In file included from ../inet/netinet/ether.h:22, from ../include/netinet/ether.h:2, from ether_ntoa.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/ether_ntoa.os] Error 1 gcc -m32 ether_ntoa_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/ether_ntoa_r.os -MD -MP -MF /build/inet/ether_ntoa_r.os.dt -MT /build/inet/ether_ntoa_r.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from ether_ntoa_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/ether_ntoa_r.os] Error 1 gcc -m32 ether_ntoh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/ether_ntoh.os -MD -MP -MF /build/inet/ether_ntoh.os.dt -MT /build/inet/ether_ntoh.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ether_ntoh.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/ether_ntoh.os] Error 1 gcc -m32 rcmd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/rcmd.os -MD -MP -MF /build/inet/rcmd.os.dt -MT /build/inet/rcmd.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from rcmd.c:58: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/rcmd.os] Error 1 gcc -m32 rexec.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/rexec.os -MD -MP -MF /build/inet/rexec.os.dt -MT /build/inet/rexec.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from rexec.c:30: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/rexec.os] Error 1 gcc -m32 ruserpass.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/ruserpass.os -MD -MP -MF /build/inet/ruserpass.os.dt -MT /build/inet/ruserpass.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ruserpass.c:30: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/ruserpass.os] Error 1 gcc -m32 bindresvport.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/bindresvport.os -MD -MP -MF /build/inet/bindresvport.os.dt -MT /build/inet/bindresvport.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from bindresvport.c:32: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/bindresvport.os] Error 1 gcc -m32 getnetgrent_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/getnetgrent_r.os -MD -MP -MF /build/inet/getnetgrent_r.os.dt -MT /build/inet/getnetgrent_r.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from getnetgrent_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getnetgrent_r.os] Error 1 gcc -m32 getnetgrent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/getnetgrent.os -MD -MP -MF /build/inet/getnetgrent.os.dt -MT /build/inet/getnetgrent.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from getnetgrent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getnetgrent.os] Error 1 gcc -m32 getaliasent_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/getaliasent_r.os -MD -MP -MF /build/inet/getaliasent_r.os.dt -MT /build/inet/getaliasent_r.os In file included from ../inet/aliases.h:21, from ../include/aliases.h:2, from getaliasent_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getaliasent_r.os] Error 1 gcc -m32 getaliasent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/getaliasent.os -MD -MP -MF /build/inet/getaliasent.os.dt -MT /build/inet/getaliasent.os In file included from ../inet/aliases.h:21, from ../include/aliases.h:2, from getaliasent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getaliasent.os] Error 1 gcc -m32 getaliasname.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/getaliasname.os -MD -MP -MF /build/inet/getaliasname.os.dt -MT /build/inet/getaliasname.os In file included from ../inet/aliases.h:21, from ../include/aliases.h:2, from getaliasname.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getaliasname.os] Error 1 gcc -m32 getaliasname_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/getaliasname_r.os -MD -MP -MF /build/inet/getaliasname_r.os.dt -MT /build/inet/getaliasname_r.os In file included from ../inet/aliases.h:21, from ../include/aliases.h:2, from getaliasname_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getaliasname_r.os] Error 1 gcc -m32 in6_addr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/in6_addr.os -MD -MP -MF /build/inet/in6_addr.os.dt -MT /build/inet/in6_addr.os In file included from ../inet/netinet/in.h:21, from ../include/netinet/in.h:3, from in6_addr.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/in6_addr.os] Error 1 gcc -m32 getnameinfo.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/getnameinfo.os -MD -MP -MF /build/inet/getnameinfo.os.dt -MT /build/inet/getnameinfo.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from getnameinfo.c:56: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/getnameinfo.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/if_index.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/if_index.os -MD -MP -MF /build/inet/if_index.os.dt -MT /build/inet/if_index.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/if_index.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/inet/if_index.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/ifaddrs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/ifaddrs.os -MD -MP -MF /build/inet/ifaddrs.os.dt -MT /build/inet/ifaddrs.os In file included from ../stdlib/alloca.h:21, from ../include/alloca.h:3, from ../sysdeps/unix/sysv/linux/ifaddrs.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/inet/ifaddrs.os] Error 1 gcc -m32 inet6_option.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/inet6_option.os -MD -MP -MF /build/inet/inet6_option.os.dt -MT /build/inet/inet6_option.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from inet6_option.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/inet6_option.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/getipv4sourcefilter.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/getipv4sourcefilter.os -MD -MP -MF /build/inet/getipv4sourcefilter.os.dt -MT /build/inet/getipv4sourcefilter.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/getipv4sourcefilter.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/inet/getipv4sourcefilter.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/setipv4sourcefilter.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/setipv4sourcefilter.os -MD -MP -MF /build/inet/setipv4sourcefilter.os.dt -MT /build/inet/setipv4sourcefilter.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/setipv4sourcefilter.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/inet/setipv4sourcefilter.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/getsourcefilter.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/getsourcefilter.os -MD -MP -MF /build/inet/getsourcefilter.os.dt -MT /build/inet/getsourcefilter.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from ../sysdeps/unix/sysv/linux/getsourcefilter.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/inet/getsourcefilter.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/setsourcefilter.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/setsourcefilter.os -MD -MP -MF /build/inet/setsourcefilter.os.dt -MT /build/inet/setsourcefilter.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/setsourcefilter.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/inet/setsourcefilter.os] Error 1 gcc -m32 inet6_opt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/inet6_opt.os -MD -MP -MF /build/inet/inet6_opt.os.dt -MT /build/inet/inet6_opt.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from inet6_opt.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/inet6_opt.os] Error 1 gcc -m32 inet6_rth.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/inet6_rth.os -MD -MP -MF /build/inet/inet6_rth.os.dt -MT /build/inet/inet6_rth.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from inet6_rth.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/inet6_rth.os] Error 1 gcc -m32 inet6_scopeid_pton.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/inet6_scopeid_pton.os -MD -MP -MF /build/inet/inet6_scopeid_pton.os.dt -MT /build/inet/inet6_scopeid_pton.os In file included from ../inet/arpa/inet.h:21, from ../include/arpa/inet.h:1, from ./net-internal.h:22, from inet6_scopeid_pton.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/inet6_scopeid_pton.os] Error 1 gcc -m32 deadline.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/deadline.os -MD -MP -MF /build/inet/deadline.os.dt -MT /build/inet/deadline.os In file included from ../inet/arpa/inet.h:21, from ../include/arpa/inet.h:1, from ./net-internal.h:22, from deadline.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/deadline.os] Error 1 gcc -m32 idna.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/idna.os -MD -MP -MF /build/inet/idna.os.dt -MT /build/inet/idna.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../include/atomic.h:47, from ../include/allocate_once.h:22, from idna.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from idna.c:24: idna.c: In function 'functions_allocate': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ idna.c:76:3: note: in expansion of macro 'PTR_MANGLE' 76 | PTR_MANGLE (result->lookup_ul); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ idna.c:76:3: note: in expansion of macro 'PTR_MANGLE' 76 | PTR_MANGLE (result->lookup_ul); | ^~~~~~~~~~ idna.c: In function '__idna_to_dns_encoding': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ idna.c:139:3: note: in expansion of macro 'PTR_DEMANGLE' 139 | PTR_DEMANGLE (fptr); | ^~~~~~~~~~~~ idna.c: In function '__idna_from_dns_encoding': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ idna.c:164:3: note: in expansion of macro 'PTR_DEMANGLE' 164 | PTR_DEMANGLE (fptr); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/idna.os] Error 1 gcc -m32 idna_name_classify.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/idna_name_classify.os -MD -MP -MF /build/inet/idna_name_classify.os.dt -MT /build/inet/idna_name_classify.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from idna_name_classify.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/inet/idna_name_classify.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/check_pf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/check_pf.os -MD -MP -MF /build/inet/check_pf.os.dt -MT /build/inet/check_pf.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from ../sysdeps/unix/sysv/linux/check_pf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/inet/check_pf.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/check_native.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/check_native.os -MD -MP -MF /build/inet/check_native.os.dt -MT /build/inet/check_native.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from ../sysdeps/unix/sysv/linux/check_native.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/inet/check_native.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/ifreq.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/ifreq.os -MD -MP -MF /build/inet/ifreq.os.dt -MT /build/inet/ifreq.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from ../sysdeps/generic/ifreq.h:18, from ../include/ifreq.h:1, from ../sysdeps/unix/sysv/linux/ifreq.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/inet/ifreq.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/netlink_assert_response.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/inet -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/inet/netlink_assert_response.os -MD -MP -MF /build/inet/netlink_assert_response.os.dt -MT /build/inet/netlink_assert_response.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/netlink_assert_response.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/inet/netlink_assert_response.os] Error 1 make[2]: Target 'subdir_lib' not remade because of errors. make[2]: Leaving directory '/glibc/inet' make[1]: *** [Makefile:484: inet/subdir_lib] Error 2 make subdir=resolv -C resolv ..=../ subdir_lib make[2]: Entering directory '/glibc/resolv' gcc -m32 dn_comp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/dn_comp.o -MD -MP -MF /build/resolv/dn_comp.o.dt -MT /build/resolv/dn_comp.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from dn_comp.c:85: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/dn_comp.o] Error 1 gcc -m32 dn_expand.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/dn_expand.o -MD -MP -MF /build/resolv/dn_expand.o.dt -MT /build/resolv/dn_expand.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from dn_expand.c:85: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/dn_expand.o] Error 1 gcc -m32 dn_skipname.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/dn_skipname.o -MD -MP -MF /build/resolv/dn_skipname.o.dt -MT /build/resolv/dn_skipname.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from dn_skipname.c:85: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/dn_skipname.o] Error 1 gcc -m32 nss_dns/dns-canon.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/dns-canon.o -MD -MP -MF /build/resolv/dns-canon.o.dt -MT /build/resolv/dns-canon.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from nss_dns/dns-canon.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/dns-canon.o] Error 1 gcc -m32 nss_dns/dns-host.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/dns-host.o -MD -MP -MF /build/resolv/dns-host.o.dt -MT /build/resolv/dns-host.o In file included from ../stdlib/inttypes.h:25, from ../include/inttypes.h:2, from ../include/alloc_buffer.h:80, from nss_dns/dns-host.c:72: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/dns-host.o] Error 1 gcc -m32 nss_dns/dns-network.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/dns-network.o -MD -MP -MF /build/resolv/dns-network.o.dt -MT /build/resolv/dns-network.o In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from nss_dns/dns-network.c:57: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/dns-network.o] Error 1 gcc -m32 herror.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/herror.o -MD -MP -MF /build/resolv/herror.o.dt -MT /build/resolv/herror.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from herror.c:47: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/herror.o] Error 1 gcc -m32 inet_addr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/inet_addr.o -MD -MP -MF /build/resolv/inet_addr.o.dt -MT /build/resolv/inet_addr.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from inet_addr.c:85: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/inet_addr.o] Error 1 gcc -m32 inet_ntop.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/inet_ntop.o -MD -MP -MF /build/resolv/inet_ntop.o.dt -MT /build/resolv/inet_ntop.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from inet_ntop.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/inet_ntop.o] Error 1 gcc -m32 inet_pton.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/inet_pton.o -MD -MP -MF /build/resolv/inet_pton.o.dt -MT /build/resolv/inet_pton.o In file included from ../inet/arpa/inet.h:21, from ../include/arpa/inet.h:1, from inet_pton.c:35: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/inet_pton.o] Error 1 gcc -m32 ns_makecanon.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/ns_makecanon.o -MD -MP -MF /build/resolv/ns_makecanon.o.dt -MT /build/resolv/ns_makecanon.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ns_makecanon.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/ns_makecanon.o] Error 1 gcc -m32 ns_name_compress.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/ns_name_compress.o -MD -MP -MF /build/resolv/ns_name_compress.o.dt -MT /build/resolv/ns_name_compress.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ns_name_compress.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/ns_name_compress.o] Error 1 gcc -m32 ns_name_length_uncompressed.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/ns_name_length_uncompressed.o -MD -MP -MF /build/resolv/ns_name_length_uncompressed.o.dt -MT /build/resolv/ns_name_length_uncompressed.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ns_name_length_uncompressed.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/ns_name_length_uncompressed.o] Error 1 gcc -m32 ns_name_ntop.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/ns_name_ntop.o -MD -MP -MF /build/resolv/ns_name_ntop.o.dt -MT /build/resolv/ns_name_ntop.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ns_name_ntop.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/ns_name_ntop.o] Error 1 gcc -m32 ns_name_pack.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/ns_name_pack.o -MD -MP -MF /build/resolv/ns_name_pack.o.dt -MT /build/resolv/ns_name_pack.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ns_name_pack.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/ns_name_pack.o] Error 1 gcc -m32 ns_name_pton.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/ns_name_pton.o -MD -MP -MF /build/resolv/ns_name_pton.o.dt -MT /build/resolv/ns_name_pton.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ns_name_pton.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/ns_name_pton.o] Error 1 gcc -m32 ns_name_skip.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/ns_name_skip.o -MD -MP -MF /build/resolv/ns_name_skip.o.dt -MT /build/resolv/ns_name_skip.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ns_name_skip.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/ns_name_skip.o] Error 1 gcc -m32 ns_name_uncompress.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/ns_name_uncompress.o -MD -MP -MF /build/resolv/ns_name_uncompress.o.dt -MT /build/resolv/ns_name_uncompress.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ns_name_uncompress.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/ns_name_uncompress.o] Error 1 gcc -m32 ns_name_unpack.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/ns_name_unpack.o -MD -MP -MF /build/resolv/ns_name_unpack.o.dt -MT /build/resolv/ns_name_unpack.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ns_name_unpack.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/ns_name_unpack.o] Error 1 gcc -m32 ns_rr_cursor_init.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/ns_rr_cursor_init.o -MD -MP -MF /build/resolv/ns_rr_cursor_init.o.dt -MT /build/resolv/ns_rr_cursor_init.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ns_rr_cursor_init.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/ns_rr_cursor_init.o] Error 1 gcc -m32 ns_rr_cursor_next.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/ns_rr_cursor_next.o -MD -MP -MF /build/resolv/ns_rr_cursor_next.o.dt -MT /build/resolv/ns_rr_cursor_next.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ns_rr_cursor_next.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/ns_rr_cursor_next.o] Error 1 gcc -m32 ns_samebinaryname.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/ns_samebinaryname.o -MD -MP -MF /build/resolv/ns_samebinaryname.o.dt -MT /build/resolv/ns_samebinaryname.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ns_samebinaryname.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/ns_samebinaryname.o] Error 1 gcc -m32 ns_samename.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/ns_samename.o -MD -MP -MF /build/resolv/ns_samename.o.dt -MT /build/resolv/ns_samename.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ns_samename.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/ns_samename.o] Error 1 gcc -m32 nsap_addr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/nsap_addr.o -MD -MP -MF /build/resolv/nsap_addr.o.dt -MT /build/resolv/nsap_addr.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from nsap_addr.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/nsap_addr.o] Error 1 gcc -m32 nss_dns_functions.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/nss_dns_functions.o -MD -MP -MF /build/resolv/nss_dns_functions.o.dt -MT /build/resolv/nss_dns_functions.o In file included from ../nss/nss.h:24, from ../include/nss.h:2, from ../nss/nss_module.h:22, from nss_dns_functions.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/nss_dns_functions.o] Error 1 gcc -m32 res-close.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/res-close.o -MD -MP -MF /build/resolv/res-close.o.dt -MT /build/resolv/res-close.o In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../resolv/resolv.h:55, from ../include/resolv.h:14, from ./resolv-internal.h:22, from res-close.c:85: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res-close.o] Error 1 gcc -m32 res-name-checking.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/res-name-checking.o -MD -MP -MF /build/resolv/res-name-checking.o.dt -MT /build/resolv/res-name-checking.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from res-name-checking.c:85: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res-name-checking.o] Error 1 gcc -m32 res-noaaaa.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/res-noaaaa.o -MD -MP -MF /build/resolv/res-noaaaa.o.dt -MT /build/resolv/res-noaaaa.o In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../resolv/resolv.h:55, from ../include/resolv.h:14, from res-noaaaa.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res-noaaaa.o] Error 1 gcc -m32 res-state.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/res-state.o -MD -MP -MF /build/resolv/res-state.o.dt -MT /build/resolv/res-state.o In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../resolv/resolv.h:55, from ../include/resolv.h:14, from res-state.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res-state.o] Error 1 gcc -m32 res_context_hostalias.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/res_context_hostalias.o -MD -MP -MF /build/resolv/res_context_hostalias.o.dt -MT /build/resolv/res_context_hostalias.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from res_context_hostalias.c:85: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res_context_hostalias.o] Error 1 gcc -m32 res_enable_icmp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/res_enable_icmp.o -MD -MP -MF /build/resolv/res_enable_icmp.o.dt -MT /build/resolv/res_enable_icmp.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from res_enable_icmp.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res_enable_icmp.o] Error 1 gcc -m32 res_get_nsaddr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/res_get_nsaddr.o -MD -MP -MF /build/resolv/res_get_nsaddr.o.dt -MT /build/resolv/res_get_nsaddr.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from res_get_nsaddr.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res_get_nsaddr.o] Error 1 gcc -m32 res_hconf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/res_hconf.o -MD -MP -MF /build/resolv/res_hconf.o.dt -MT /build/resolv/res_hconf.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from res_hconf.c:27: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res_hconf.o] Error 1 gcc -m32 res_init.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/res_init.o -MD -MP -MF /build/resolv/res_init.o.dt -MT /build/resolv/res_init.o In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from res_init.c:85: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res_init.o] Error 1 gcc -m32 res_libc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/res_libc.o -MD -MP -MF /build/resolv/res_libc.o.dt -MT /build/resolv/res_libc.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../include/atomic.h:47, from res_libc.c:36: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res_libc.o] Error 1 gcc -m32 res_mkquery.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/res_mkquery.o -MD -MP -MF /build/resolv/res_mkquery.o.dt -MT /build/resolv/res_mkquery.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from res_mkquery.c:85: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res_mkquery.o] Error 1 gcc -m32 res_nameinquery.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/res_nameinquery.o -MD -MP -MF /build/resolv/res_nameinquery.o.dt -MT /build/resolv/res_nameinquery.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from res_nameinquery.c:85: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res_nameinquery.o] Error 1 gcc -m32 res_queriesmatch.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/res_queriesmatch.o -MD -MP -MF /build/resolv/res_queriesmatch.o.dt -MT /build/resolv/res_queriesmatch.o In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../resolv/resolv.h:55, from ../include/resolv.h:14, from res_queriesmatch.c:85: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res_queriesmatch.o] Error 1 gcc -m32 res_query.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/res_query.o -MD -MP -MF /build/resolv/res_query.o.dt -MT /build/resolv/res_query.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from res_query.c:67: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res_query.o] Error 1 gcc -m32 res_randomid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/res_randomid.o -MD -MP -MF /build/resolv/res_randomid.o.dt -MT /build/resolv/res_randomid.o In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../resolv/resolv.h:55, from ../include/resolv.h:14, from res_randomid.c:85: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res_randomid.o] Error 1 gcc -m32 res_send.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/res_send.o -MD -MP -MF /build/resolv/res_send.o.dt -MT /build/resolv/res_send.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from res_send.c:88: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res_send.o] Error 1 gcc -m32 resolv_conf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/resolv_conf.o -MD -MP -MF /build/resolv/resolv_conf.o.dt -MT /build/resolv/resolv_conf.o In file included from ../inet/netinet/in.h:21, from ../include/netinet/in.h:3, from ./resolv_conf.h:22, from resolv_conf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/resolv_conf.o] Error 1 gcc -m32 resolv_context.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/resolv_context.o -MD -MP -MF /build/resolv/resolv_context.o.dt -MT /build/resolv/resolv_context.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../resolv/bits/types/res_state.h:4, from ../include/bits/types/res_state.h:1, from ./resolv_context.h:41, from resolv_context.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/resolv_context.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/gai_sigqueue.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/gai_sigqueue.o -MD -MP -MF /build/resolv/gai_sigqueue.o.dt -MT /build/resolv/gai_sigqueue.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/gai_sigqueue.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/resolv/gai_sigqueue.o] Error 1 gcc -m32 gai_cancel.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/gai_cancel.o -MD -MP -MF /build/resolv/gai_cancel.o.dt -MT /build/resolv/gai_cancel.o In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from gai_cancel.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/gai_cancel.o] Error 1 gcc -m32 gai_error.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/gai_error.o -MD -MP -MF /build/resolv/gai_error.o.dt -MT /build/resolv/gai_error.o In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from gai_error.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/gai_error.o] Error 1 gcc -m32 gai_misc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/gai_misc.o -MD -MP -MF /build/resolv/gai_misc.o.dt -MT /build/resolv/gai_misc.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from gai_misc.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/gai_misc.o] Error 1 gcc -m32 gai_notify.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/gai_notify.o -MD -MP -MF /build/resolv/gai_notify.o.dt -MT /build/resolv/gai_notify.o In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from gai_notify.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/gai_notify.o] Error 1 gcc -m32 gai_suspend.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/gai_suspend.o -MD -MP -MF /build/resolv/gai_suspend.o.dt -MT /build/resolv/gai_suspend.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from gai_suspend.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/gai_suspend.o] Error 1 gcc -m32 getaddrinfo_a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/getaddrinfo_a.o -MD -MP -MF /build/resolv/getaddrinfo_a.o.dt -MT /build/resolv/getaddrinfo_a.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from getaddrinfo_a.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/getaddrinfo_a.o] Error 1 gcc -m32 dn_comp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/dn_comp.os -MD -MP -MF /build/resolv/dn_comp.os.dt -MT /build/resolv/dn_comp.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from dn_comp.c:85: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/dn_comp.os] Error 1 gcc -m32 dn_expand.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/dn_expand.os -MD -MP -MF /build/resolv/dn_expand.os.dt -MT /build/resolv/dn_expand.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from dn_expand.c:85: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/dn_expand.os] Error 1 gcc -m32 dn_skipname.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/dn_skipname.os -MD -MP -MF /build/resolv/dn_skipname.os.dt -MT /build/resolv/dn_skipname.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from dn_skipname.c:85: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/dn_skipname.os] Error 1 gcc -m32 nss_dns/dns-canon.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/dns-canon.os -MD -MP -MF /build/resolv/dns-canon.os.dt -MT /build/resolv/dns-canon.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from nss_dns/dns-canon.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/dns-canon.os] Error 1 gcc -m32 nss_dns/dns-host.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/dns-host.os -MD -MP -MF /build/resolv/dns-host.os.dt -MT /build/resolv/dns-host.os In file included from ../stdlib/inttypes.h:25, from ../include/inttypes.h:2, from ../include/alloc_buffer.h:80, from nss_dns/dns-host.c:72: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/dns-host.os] Error 1 gcc -m32 nss_dns/dns-network.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/dns-network.os -MD -MP -MF /build/resolv/dns-network.os.dt -MT /build/resolv/dns-network.os In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from nss_dns/dns-network.c:57: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/dns-network.os] Error 1 gcc -m32 herror.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/herror.os -MD -MP -MF /build/resolv/herror.os.dt -MT /build/resolv/herror.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from herror.c:47: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/herror.os] Error 1 gcc -m32 inet_addr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/inet_addr.os -MD -MP -MF /build/resolv/inet_addr.os.dt -MT /build/resolv/inet_addr.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from inet_addr.c:85: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/inet_addr.os] Error 1 gcc -m32 inet_ntop.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/inet_ntop.os -MD -MP -MF /build/resolv/inet_ntop.os.dt -MT /build/resolv/inet_ntop.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from inet_ntop.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/inet_ntop.os] Error 1 gcc -m32 inet_pton.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/inet_pton.os -MD -MP -MF /build/resolv/inet_pton.os.dt -MT /build/resolv/inet_pton.os In file included from ../inet/arpa/inet.h:21, from ../include/arpa/inet.h:1, from inet_pton.c:35: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/inet_pton.os] Error 1 gcc -m32 ns_makecanon.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/ns_makecanon.os -MD -MP -MF /build/resolv/ns_makecanon.os.dt -MT /build/resolv/ns_makecanon.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ns_makecanon.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/ns_makecanon.os] Error 1 gcc -m32 ns_name_compress.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/ns_name_compress.os -MD -MP -MF /build/resolv/ns_name_compress.os.dt -MT /build/resolv/ns_name_compress.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ns_name_compress.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/ns_name_compress.os] Error 1 gcc -m32 ns_name_length_uncompressed.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/ns_name_length_uncompressed.os -MD -MP -MF /build/resolv/ns_name_length_uncompressed.os.dt -MT /build/resolv/ns_name_length_uncompressed.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ns_name_length_uncompressed.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/ns_name_length_uncompressed.os] Error 1 gcc -m32 ns_name_ntop.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/ns_name_ntop.os -MD -MP -MF /build/resolv/ns_name_ntop.os.dt -MT /build/resolv/ns_name_ntop.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ns_name_ntop.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/ns_name_ntop.os] Error 1 gcc -m32 ns_name_pack.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/ns_name_pack.os -MD -MP -MF /build/resolv/ns_name_pack.os.dt -MT /build/resolv/ns_name_pack.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ns_name_pack.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/ns_name_pack.os] Error 1 gcc -m32 ns_name_pton.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/ns_name_pton.os -MD -MP -MF /build/resolv/ns_name_pton.os.dt -MT /build/resolv/ns_name_pton.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ns_name_pton.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/ns_name_pton.os] Error 1 gcc -m32 ns_name_skip.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/ns_name_skip.os -MD -MP -MF /build/resolv/ns_name_skip.os.dt -MT /build/resolv/ns_name_skip.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ns_name_skip.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/ns_name_skip.os] Error 1 gcc -m32 ns_name_uncompress.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/ns_name_uncompress.os -MD -MP -MF /build/resolv/ns_name_uncompress.os.dt -MT /build/resolv/ns_name_uncompress.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ns_name_uncompress.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/ns_name_uncompress.os] Error 1 gcc -m32 ns_name_unpack.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/ns_name_unpack.os -MD -MP -MF /build/resolv/ns_name_unpack.os.dt -MT /build/resolv/ns_name_unpack.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ns_name_unpack.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/ns_name_unpack.os] Error 1 gcc -m32 ns_rr_cursor_init.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/ns_rr_cursor_init.os -MD -MP -MF /build/resolv/ns_rr_cursor_init.os.dt -MT /build/resolv/ns_rr_cursor_init.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ns_rr_cursor_init.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/ns_rr_cursor_init.os] Error 1 gcc -m32 ns_rr_cursor_next.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/ns_rr_cursor_next.os -MD -MP -MF /build/resolv/ns_rr_cursor_next.os.dt -MT /build/resolv/ns_rr_cursor_next.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ns_rr_cursor_next.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/ns_rr_cursor_next.os] Error 1 gcc -m32 ns_samebinaryname.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/ns_samebinaryname.os -MD -MP -MF /build/resolv/ns_samebinaryname.os.dt -MT /build/resolv/ns_samebinaryname.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ns_samebinaryname.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/ns_samebinaryname.os] Error 1 gcc -m32 ns_samename.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/ns_samename.os -MD -MP -MF /build/resolv/ns_samename.os.dt -MT /build/resolv/ns_samename.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ns_samename.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/ns_samename.os] Error 1 gcc -m32 nsap_addr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/nsap_addr.os -MD -MP -MF /build/resolv/nsap_addr.os.dt -MT /build/resolv/nsap_addr.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from nsap_addr.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/nsap_addr.os] Error 1 gcc -m32 nss_dns_functions.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/nss_dns_functions.os -MD -MP -MF /build/resolv/nss_dns_functions.os.dt -MT /build/resolv/nss_dns_functions.os In file included from ../nss/nss.h:24, from ../include/nss.h:2, from ../nss/nss_module.h:22, from nss_dns_functions.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/nss_dns_functions.os] Error 1 gcc -m32 res-close.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/res-close.os -MD -MP -MF /build/resolv/res-close.os.dt -MT /build/resolv/res-close.os In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../resolv/resolv.h:55, from ../include/resolv.h:14, from ./resolv-internal.h:22, from res-close.c:85: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res-close.os] Error 1 gcc -m32 res-name-checking.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/res-name-checking.os -MD -MP -MF /build/resolv/res-name-checking.os.dt -MT /build/resolv/res-name-checking.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from res-name-checking.c:85: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res-name-checking.os] Error 1 gcc -m32 res-noaaaa.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/res-noaaaa.os -MD -MP -MF /build/resolv/res-noaaaa.os.dt -MT /build/resolv/res-noaaaa.os In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../resolv/resolv.h:55, from ../include/resolv.h:14, from res-noaaaa.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res-noaaaa.os] Error 1 gcc -m32 res-state.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/res-state.os -MD -MP -MF /build/resolv/res-state.os.dt -MT /build/resolv/res-state.os In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../resolv/resolv.h:55, from ../include/resolv.h:14, from res-state.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res-state.os] Error 1 gcc -m32 res_context_hostalias.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/res_context_hostalias.os -MD -MP -MF /build/resolv/res_context_hostalias.os.dt -MT /build/resolv/res_context_hostalias.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from res_context_hostalias.c:85: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res_context_hostalias.os] Error 1 gcc -m32 res_enable_icmp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/res_enable_icmp.os -MD -MP -MF /build/resolv/res_enable_icmp.os.dt -MT /build/resolv/res_enable_icmp.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from res_enable_icmp.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res_enable_icmp.os] Error 1 gcc -m32 res_get_nsaddr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/res_get_nsaddr.os -MD -MP -MF /build/resolv/res_get_nsaddr.os.dt -MT /build/resolv/res_get_nsaddr.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from res_get_nsaddr.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res_get_nsaddr.os] Error 1 gcc -m32 res_hconf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/res_hconf.os -MD -MP -MF /build/resolv/res_hconf.os.dt -MT /build/resolv/res_hconf.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from res_hconf.c:27: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res_hconf.os] Error 1 gcc -m32 res_init.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/res_init.os -MD -MP -MF /build/resolv/res_init.os.dt -MT /build/resolv/res_init.os In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from res_init.c:85: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res_init.os] Error 1 gcc -m32 res_libc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/res_libc.os -MD -MP -MF /build/resolv/res_libc.os.dt -MT /build/resolv/res_libc.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../include/atomic.h:47, from res_libc.c:36: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res_libc.os] Error 1 gcc -m32 res_mkquery.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/res_mkquery.os -MD -MP -MF /build/resolv/res_mkquery.os.dt -MT /build/resolv/res_mkquery.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from res_mkquery.c:85: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res_mkquery.os] Error 1 gcc -m32 res_nameinquery.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/res_nameinquery.os -MD -MP -MF /build/resolv/res_nameinquery.os.dt -MT /build/resolv/res_nameinquery.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from res_nameinquery.c:85: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res_nameinquery.os] Error 1 gcc -m32 res_queriesmatch.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/res_queriesmatch.os -MD -MP -MF /build/resolv/res_queriesmatch.os.dt -MT /build/resolv/res_queriesmatch.os In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../resolv/resolv.h:55, from ../include/resolv.h:14, from res_queriesmatch.c:85: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res_queriesmatch.os] Error 1 gcc -m32 res_query.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/res_query.os -MD -MP -MF /build/resolv/res_query.os.dt -MT /build/resolv/res_query.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from res_query.c:67: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res_query.os] Error 1 gcc -m32 res_randomid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/res_randomid.os -MD -MP -MF /build/resolv/res_randomid.os.dt -MT /build/resolv/res_randomid.os In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../resolv/resolv.h:55, from ../include/resolv.h:14, from res_randomid.c:85: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res_randomid.os] Error 1 gcc -m32 res_send.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/res_send.os -MD -MP -MF /build/resolv/res_send.os.dt -MT /build/resolv/res_send.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from res_send.c:88: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res_send.os] Error 1 gcc -m32 resolv_conf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/resolv_conf.os -MD -MP -MF /build/resolv/resolv_conf.os.dt -MT /build/resolv/resolv_conf.os In file included from ../inet/netinet/in.h:21, from ../include/netinet/in.h:3, from ./resolv_conf.h:22, from resolv_conf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/resolv_conf.os] Error 1 gcc -m32 resolv_context.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/resolv_context.os -MD -MP -MF /build/resolv/resolv_context.os.dt -MT /build/resolv/resolv_context.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../resolv/bits/types/res_state.h:4, from ../include/bits/types/res_state.h:1, from ./resolv_context.h:41, from resolv_context.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/resolv_context.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/gai_sigqueue.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/gai_sigqueue.os -MD -MP -MF /build/resolv/gai_sigqueue.os.dt -MT /build/resolv/gai_sigqueue.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/gai_sigqueue.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/resolv/gai_sigqueue.os] Error 1 gcc -m32 gai_cancel.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/gai_cancel.os -MD -MP -MF /build/resolv/gai_cancel.os.dt -MT /build/resolv/gai_cancel.os In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from gai_cancel.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/gai_cancel.os] Error 1 gcc -m32 gai_error.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/gai_error.os -MD -MP -MF /build/resolv/gai_error.os.dt -MT /build/resolv/gai_error.os In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from gai_error.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/gai_error.os] Error 1 gcc -m32 gai_misc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/gai_misc.os -MD -MP -MF /build/resolv/gai_misc.os.dt -MT /build/resolv/gai_misc.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from gai_misc.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/gai_misc.os] Error 1 gcc -m32 gai_notify.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/gai_notify.os -MD -MP -MF /build/resolv/gai_notify.os.dt -MT /build/resolv/gai_notify.os In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from gai_notify.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/gai_notify.os] Error 1 gcc -m32 gai_suspend.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/gai_suspend.os -MD -MP -MF /build/resolv/gai_suspend.os.dt -MT /build/resolv/gai_suspend.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from gai_suspend.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/gai_suspend.os] Error 1 gcc -m32 getaddrinfo_a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/getaddrinfo_a.os -MD -MP -MF /build/resolv/getaddrinfo_a.os.dt -MT /build/resolv/getaddrinfo_a.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from getaddrinfo_a.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/getaddrinfo_a.os] Error 1 make[2]: Target 'subdir_lib' not remade because of errors. make[2]: Leaving directory '/glibc/resolv' make[1]: *** [Makefile:484: resolv/subdir_lib] Error 2 make subdir=nss -C nss ..=../ subdir_lib make[2]: Entering directory '/glibc/nss' gcc -m32 nsswitch.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/nsswitch.o -MD -MP -MF /build/nss/nsswitch.o.dt -MT /build/nss/nsswitch.o In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from nsswitch.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/nsswitch.o] Error 1 gcc -m32 getnssent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/getnssent.o -MD -MP -MF /build/nss/getnssent.o.dt -MT /build/nss/getnssent.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from getnssent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/getnssent.o] Error 1 gcc -m32 getnssent_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/getnssent_r.o -MD -MP -MF /build/nss/getnssent_r.o.dt -MT /build/nss/getnssent_r.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from getnssent_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/getnssent_r.o] Error 1 gcc -m32 digits_dots.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/digits_dots.o -MD -MP -MF /build/nss/digits_dots.o.dt -MT /build/nss/digits_dots.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from digits_dots.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/digits_dots.o] Error 1 gcc -m32 valid_field.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/valid_field.o -MD -MP -MF /build/nss/valid_field.o.dt -MT /build/nss/valid_field.o In file included from ../nss/nss.h:24, from ../include/nss.h:2, from valid_field.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/valid_field.o] Error 1 gcc -m32 valid_list_field.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/valid_list_field.o -MD -MP -MF /build/nss/valid_list_field.o.dt -MT /build/nss/valid_list_field.o In file included from ../nss/nss.h:24, from ../include/nss.h:2, from valid_list_field.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/valid_list_field.o] Error 1 gcc -m32 rewrite_field.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/rewrite_field.o -MD -MP -MF /build/nss/rewrite_field.o.dt -MT /build/nss/rewrite_field.o In file included from ../nss/nss.h:24, from ../include/nss.h:2, from rewrite_field.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/rewrite_field.o] Error 1 gcc -m32 proto-lookup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/proto-lookup.o -MD -MP -MF /build/nss/proto-lookup.o.dt -MT /build/nss/proto-lookup.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from XXX-lookup.c:18, from proto-lookup.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/proto-lookup.o] Error 1 gcc -m32 service-lookup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/service-lookup.o -MD -MP -MF /build/nss/service-lookup.o.dt -MT /build/nss/service-lookup.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from XXX-lookup.c:18, from service-lookup.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/service-lookup.o] Error 1 gcc -m32 hosts-lookup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/hosts-lookup.o -MD -MP -MF /build/nss/hosts-lookup.o.dt -MT /build/nss/hosts-lookup.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from XXX-lookup.c:18, from hosts-lookup.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/hosts-lookup.o] Error 1 gcc -m32 network-lookup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/network-lookup.o -MD -MP -MF /build/nss/network-lookup.o.dt -MT /build/nss/network-lookup.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from XXX-lookup.c:18, from network-lookup.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/network-lookup.o] Error 1 gcc -m32 grp-lookup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/grp-lookup.o -MD -MP -MF /build/nss/grp-lookup.o.dt -MT /build/nss/grp-lookup.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from XXX-lookup.c:18, from grp-lookup.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/grp-lookup.o] Error 1 gcc -m32 pwd-lookup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/pwd-lookup.o -MD -MP -MF /build/nss/pwd-lookup.o.dt -MT /build/nss/pwd-lookup.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from XXX-lookup.c:18, from pwd-lookup.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/pwd-lookup.o] Error 1 gcc -m32 ethers-lookup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/ethers-lookup.o -MD -MP -MF /build/nss/ethers-lookup.o.dt -MT /build/nss/ethers-lookup.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from XXX-lookup.c:18, from ethers-lookup.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/ethers-lookup.o] Error 1 gcc -m32 spwd-lookup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/spwd-lookup.o -MD -MP -MF /build/nss/spwd-lookup.o.dt -MT /build/nss/spwd-lookup.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from XXX-lookup.c:18, from spwd-lookup.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/spwd-lookup.o] Error 1 gcc -m32 netgrp-lookup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/netgrp-lookup.o -MD -MP -MF /build/nss/netgrp-lookup.o.dt -MT /build/nss/netgrp-lookup.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from XXX-lookup.c:18, from netgrp-lookup.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/netgrp-lookup.o] Error 1 gcc -m32 alias-lookup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/alias-lookup.o -MD -MP -MF /build/nss/alias-lookup.o.dt -MT /build/nss/alias-lookup.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from XXX-lookup.c:18, from alias-lookup.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/alias-lookup.o] Error 1 gcc -m32 sgrp-lookup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/sgrp-lookup.o -MD -MP -MF /build/nss/sgrp-lookup.o.dt -MT /build/nss/sgrp-lookup.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from XXX-lookup.c:18, from sgrp-lookup.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/sgrp-lookup.o] Error 1 gcc -m32 key-lookup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/key-lookup.o -MD -MP -MF /build/nss/key-lookup.o.dt -MT /build/nss/key-lookup.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from XXX-lookup.c:18, from key-lookup.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/key-lookup.o] Error 1 gcc -m32 rpc-lookup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/rpc-lookup.o -MD -MP -MF /build/nss/rpc-lookup.o.dt -MT /build/nss/rpc-lookup.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from XXX-lookup.c:18, from rpc-lookup.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/rpc-lookup.o] Error 1 gcc -m32 compat-lookup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/compat-lookup.o -MD -MP -MF /build/nss/compat-lookup.o.dt -MT /build/nss/compat-lookup.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ../nss/nsswitch.h:23, from ../include/nsswitch.h:1, from compat-lookup.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/compat-lookup.o] Error 1 gcc -m32 nss_hash.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/nss_hash.o -MD -MP -MF /build/nss/nss_hash.o.dt -MT /build/nss/nss_hash.o In file included from ../nss/nss.h:24, from ../include/nss.h:2, from nss_hash.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/nss_hash.o] Error 1 gcc -m32 nss_files_fopen.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/nss_files_fopen.o -MD -MP -MF /build/nss/nss_files_fopen.o.dt -MT /build/nss/nss_files_fopen.o In file included from ../nss/nss.h:24, from ../include/nss.h:2, from ../include/nss_files.h:22, from nss_files_fopen.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/nss_files_fopen.o] Error 1 gcc -m32 nss_readline.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/nss_readline.o -MD -MP -MF /build/nss/nss_readline.o.dt -MT /build/nss/nss_readline.o In file included from ../nss/nss.h:24, from ../include/nss.h:2, from ../include/nss_files.h:22, from nss_readline.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/nss_readline.o] Error 1 gcc -m32 nss_parse_line_result.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/nss_parse_line_result.o -MD -MP -MF /build/nss/nss_parse_line_result.o.dt -MT /build/nss/nss_parse_line_result.o In file included from ../nss/nss.h:24, from ../include/nss.h:2, from ../include/nss_files.h:22, from nss_parse_line_result.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/nss_parse_line_result.o] Error 1 gcc -m32 nss_fgetent_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/nss_fgetent_r.o -MD -MP -MF /build/nss/nss_fgetent_r.o.dt -MT /build/nss/nss_fgetent_r.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from nss_fgetent_r.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/nss_fgetent_r.o] Error 1 gcc -m32 nss_module.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/nss_module.o -MD -MP -MF /build/nss/nss_module.o.dt -MT /build/nss/nss_module.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ../nss/nsswitch.h:23, from ../include/nsswitch.h:1, from nss_module.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from nss_module.c:35: nss_module.c: In function 'module_load_builtin': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ nss_module.c:132:9: note: in expansion of macro 'PTR_MANGLE' 132 | PTR_MANGLE (module->functions.untyped[i]); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ nss_module.c:132:9: note: in expansion of macro 'PTR_MANGLE' 132 | PTR_MANGLE (module->functions.untyped[i]); | ^~~~~~~~~~ nss_module.c: In function 'module_load': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ nss_module.c:238:7: note: in expansion of macro 'PTR_MANGLE' 238 | PTR_MANGLE (pointers[idx]); | ^~~~~~~~~~ nss_module.c: In function '__nss_module_get_function': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ nss_module.c:344:3: note: in expansion of macro 'PTR_DEMANGLE' 344 | PTR_DEMANGLE (fptr); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/nss_module.o] Error 1 gcc -m32 nss_action.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/nss_action.o -MD -MP -MF /build/nss/nss_action.o.dt -MT /build/nss/nss_action.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ../nss/nsswitch.h:23, from ../include/nsswitch.h:1, from nss_action.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/nss_action.o] Error 1 gcc -m32 nss_action_parse.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/nss_action_parse.o -MD -MP -MF /build/nss/nss_action_parse.o.dt -MT /build/nss/nss_action_parse.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ../nss/nsswitch.h:23, from ../include/nsswitch.h:1, from nss_action_parse.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/nss_action_parse.o] Error 1 gcc -m32 nss_database.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/nss_database.o -MD -MP -MF /build/nss/nss_database.o.dt -MT /build/nss/nss_database.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from ../include/file_change_detection.h:23, from nss_database.h:22, from nss_database.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/nss_database.o] Error 1 gcc -m32 nss_files_data.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/nss_files_data.o -MD -MP -MF /build/nss/nss_files_data.o.dt -MT /build/nss/nss_files_data.o In file included from ../nss/nss.h:24, from ../include/nss.h:2, from ../include/nss_files.h:22, from nss_files_data.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/nss_files_data.o] Error 1 gcc -m32 nss_files_functions.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/nss_files_functions.o -MD -MP -MF /build/nss/nss_files_functions.o.dt -MT /build/nss/nss_files_functions.o In file included from ../nss/nss.h:24, from ../include/nss.h:2, from ./nss_module.h:22, from nss_files_functions.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/nss_files_functions.o] Error 1 gcc -m32 nss_files/files-proto.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/files-proto.o -MD -MP -MF /build/nss/files-proto.o.dt -MT /build/nss/files-proto.o In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from nss_files/files-proto.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/files-proto.o] Error 1 gcc -m32 nss_files/files-service.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/files-service.o -MD -MP -MF /build/nss/files-service.o.dt -MT /build/nss/files-service.o In file included from ../inet/netinet/in.h:21, from ../include/netinet/in.h:3, from nss_files/files-service.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/files-service.o] Error 1 gcc -m32 nss_files/files-hosts.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/files-hosts.o -MD -MP -MF /build/nss/files-hosts.o.dt -MT /build/nss/files-hosts.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from nss_files/files-hosts.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/files-hosts.o] Error 1 gcc -m32 nss_files/files-network.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/files-network.o -MD -MP -MF /build/nss/files-network.o.dt -MT /build/nss/files-network.o In file included from ../inet/netinet/in.h:21, from ../include/netinet/in.h:3, from nss_files/files-network.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/files-network.o] Error 1 gcc -m32 nss_files/files-grp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/files-grp.o -MD -MP -MF /build/nss/files-grp.o.dt -MT /build/nss/files-grp.o In file included from ../grp/grp.h:25, from ../include/grp.h:2, from nss_files/files-grp.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/files-grp.o] Error 1 gcc -m32 nss_files/files-pwd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/files-pwd.o -MD -MP -MF /build/nss/files-pwd.o.dt -MT /build/nss/files-pwd.o In file included from ../pwd/pwd.h:25, from ../include/pwd.h:2, from nss_files/files-pwd.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/files-pwd.o] Error 1 gcc -m32 nss_files/files-ethers.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/files-ethers.o -MD -MP -MF /build/nss/files-ethers.o.dt -MT /build/nss/files-ethers.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from nss_files/files-ethers.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/files-ethers.o] Error 1 gcc -m32 nss_files/files-spwd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/files-spwd.o -MD -MP -MF /build/nss/files-spwd.o.dt -MT /build/nss/files-spwd.o In file included from ../shadow/shadow.h:27, from ../include/shadow.h:2, from nss_files/files-spwd.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/files-spwd.o] Error 1 gcc -m32 nss_files/files-netgrp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/files-netgrp.o -MD -MP -MF /build/nss/files-netgrp.o.dt -MT /build/nss/files-netgrp.o In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from nss_files/files-netgrp.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/files-netgrp.o] Error 1 gcc -m32 nss_files/files-alias.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/files-alias.o -MD -MP -MF /build/nss/files-alias.o.dt -MT /build/nss/files-alias.o In file included from ../inet/aliases.h:21, from ../include/aliases.h:2, from nss_files/files-alias.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/files-alias.o] Error 1 gcc -m32 nss_files/files-sgrp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/files-sgrp.o -MD -MP -MF /build/nss/files-sgrp.o.dt -MT /build/nss/files-sgrp.o In file included from ../gshadow/gshadow.h:23, from ../include/gshadow.h:2, from nss_files/files-sgrp.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/files-sgrp.o] Error 1 gcc -m32 nss_files/files-rpc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/files-rpc.o -MD -MP -MF /build/nss/files-rpc.o.dt -MT /build/nss/files-rpc.o In file included from ../inet/rpc/netdb.h:39, from ../include/rpc/netdb.h:2, from nss_files/files-rpc.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/files-rpc.o] Error 1 gcc -m32 nss_files/files-init.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/files-init.o -MD -MP -MF /build/nss/files-init.o.dt -MT /build/nss/files-init.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from nss_files/files-init.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/files-init.o] Error 1 gcc -m32 nss_files/files-initgroups.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/files-initgroups.o -MD -MP -MF /build/nss/files-initgroups.o.dt -MT /build/nss/files-initgroups.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from nss_files/files-initgroups.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/files-initgroups.o] Error 1 gcc -m32 nsswitch.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/nsswitch.os -MD -MP -MF /build/nss/nsswitch.os.dt -MT /build/nss/nsswitch.os In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from nsswitch.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/nsswitch.os] Error 1 gcc -m32 getnssent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/getnssent.os -MD -MP -MF /build/nss/getnssent.os.dt -MT /build/nss/getnssent.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from getnssent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/getnssent.os] Error 1 gcc -m32 getnssent_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/getnssent_r.os -MD -MP -MF /build/nss/getnssent_r.os.dt -MT /build/nss/getnssent_r.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from getnssent_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/getnssent_r.os] Error 1 gcc -m32 digits_dots.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/digits_dots.os -MD -MP -MF /build/nss/digits_dots.os.dt -MT /build/nss/digits_dots.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from digits_dots.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/digits_dots.os] Error 1 gcc -m32 valid_field.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/valid_field.os -MD -MP -MF /build/nss/valid_field.os.dt -MT /build/nss/valid_field.os In file included from ../nss/nss.h:24, from ../include/nss.h:2, from valid_field.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/valid_field.os] Error 1 gcc -m32 valid_list_field.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/valid_list_field.os -MD -MP -MF /build/nss/valid_list_field.os.dt -MT /build/nss/valid_list_field.os In file included from ../nss/nss.h:24, from ../include/nss.h:2, from valid_list_field.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/valid_list_field.os] Error 1 gcc -m32 rewrite_field.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/rewrite_field.os -MD -MP -MF /build/nss/rewrite_field.os.dt -MT /build/nss/rewrite_field.os In file included from ../nss/nss.h:24, from ../include/nss.h:2, from rewrite_field.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/rewrite_field.os] Error 1 gcc -m32 proto-lookup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/proto-lookup.os -MD -MP -MF /build/nss/proto-lookup.os.dt -MT /build/nss/proto-lookup.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from XXX-lookup.c:18, from proto-lookup.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/proto-lookup.os] Error 1 gcc -m32 service-lookup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/service-lookup.os -MD -MP -MF /build/nss/service-lookup.os.dt -MT /build/nss/service-lookup.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from XXX-lookup.c:18, from service-lookup.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/service-lookup.os] Error 1 gcc -m32 hosts-lookup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/hosts-lookup.os -MD -MP -MF /build/nss/hosts-lookup.os.dt -MT /build/nss/hosts-lookup.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from XXX-lookup.c:18, from hosts-lookup.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/hosts-lookup.os] Error 1 gcc -m32 network-lookup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/network-lookup.os -MD -MP -MF /build/nss/network-lookup.os.dt -MT /build/nss/network-lookup.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from XXX-lookup.c:18, from network-lookup.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/network-lookup.os] Error 1 gcc -m32 grp-lookup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/grp-lookup.os -MD -MP -MF /build/nss/grp-lookup.os.dt -MT /build/nss/grp-lookup.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from XXX-lookup.c:18, from grp-lookup.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/grp-lookup.os] Error 1 gcc -m32 pwd-lookup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/pwd-lookup.os -MD -MP -MF /build/nss/pwd-lookup.os.dt -MT /build/nss/pwd-lookup.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from XXX-lookup.c:18, from pwd-lookup.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/pwd-lookup.os] Error 1 gcc -m32 ethers-lookup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/ethers-lookup.os -MD -MP -MF /build/nss/ethers-lookup.os.dt -MT /build/nss/ethers-lookup.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from XXX-lookup.c:18, from ethers-lookup.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/ethers-lookup.os] Error 1 gcc -m32 spwd-lookup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/spwd-lookup.os -MD -MP -MF /build/nss/spwd-lookup.os.dt -MT /build/nss/spwd-lookup.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from XXX-lookup.c:18, from spwd-lookup.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/spwd-lookup.os] Error 1 gcc -m32 netgrp-lookup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/netgrp-lookup.os -MD -MP -MF /build/nss/netgrp-lookup.os.dt -MT /build/nss/netgrp-lookup.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from XXX-lookup.c:18, from netgrp-lookup.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/netgrp-lookup.os] Error 1 gcc -m32 alias-lookup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/alias-lookup.os -MD -MP -MF /build/nss/alias-lookup.os.dt -MT /build/nss/alias-lookup.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from XXX-lookup.c:18, from alias-lookup.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/alias-lookup.os] Error 1 gcc -m32 sgrp-lookup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/sgrp-lookup.os -MD -MP -MF /build/nss/sgrp-lookup.os.dt -MT /build/nss/sgrp-lookup.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from XXX-lookup.c:18, from sgrp-lookup.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/sgrp-lookup.os] Error 1 gcc -m32 key-lookup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/key-lookup.os -MD -MP -MF /build/nss/key-lookup.os.dt -MT /build/nss/key-lookup.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from XXX-lookup.c:18, from key-lookup.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/key-lookup.os] Error 1 gcc -m32 rpc-lookup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/rpc-lookup.os -MD -MP -MF /build/nss/rpc-lookup.os.dt -MT /build/nss/rpc-lookup.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from XXX-lookup.c:18, from rpc-lookup.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/rpc-lookup.os] Error 1 gcc -m32 compat-lookup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/compat-lookup.os -MD -MP -MF /build/nss/compat-lookup.os.dt -MT /build/nss/compat-lookup.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ../nss/nsswitch.h:23, from ../include/nsswitch.h:1, from compat-lookup.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/compat-lookup.os] Error 1 gcc -m32 nss_hash.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/nss_hash.os -MD -MP -MF /build/nss/nss_hash.os.dt -MT /build/nss/nss_hash.os In file included from ../nss/nss.h:24, from ../include/nss.h:2, from nss_hash.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/nss_hash.os] Error 1 gcc -m32 nss_files_fopen.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/nss_files_fopen.os -MD -MP -MF /build/nss/nss_files_fopen.os.dt -MT /build/nss/nss_files_fopen.os In file included from ../nss/nss.h:24, from ../include/nss.h:2, from ../include/nss_files.h:22, from nss_files_fopen.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/nss_files_fopen.os] Error 1 gcc -m32 nss_readline.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/nss_readline.os -MD -MP -MF /build/nss/nss_readline.os.dt -MT /build/nss/nss_readline.os In file included from ../nss/nss.h:24, from ../include/nss.h:2, from ../include/nss_files.h:22, from nss_readline.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/nss_readline.os] Error 1 gcc -m32 nss_parse_line_result.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/nss_parse_line_result.os -MD -MP -MF /build/nss/nss_parse_line_result.os.dt -MT /build/nss/nss_parse_line_result.os In file included from ../nss/nss.h:24, from ../include/nss.h:2, from ../include/nss_files.h:22, from nss_parse_line_result.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/nss_parse_line_result.os] Error 1 gcc -m32 nss_fgetent_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/nss_fgetent_r.os -MD -MP -MF /build/nss/nss_fgetent_r.os.dt -MT /build/nss/nss_fgetent_r.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from nss_fgetent_r.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/nss_fgetent_r.os] Error 1 gcc -m32 nss_module.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/nss_module.os -MD -MP -MF /build/nss/nss_module.os.dt -MT /build/nss/nss_module.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ../nss/nsswitch.h:23, from ../include/nsswitch.h:1, from nss_module.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from nss_module.c:35: nss_module.c: In function 'module_load_builtin': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ nss_module.c:132:9: note: in expansion of macro 'PTR_MANGLE' 132 | PTR_MANGLE (module->functions.untyped[i]); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ nss_module.c:132:9: note: in expansion of macro 'PTR_MANGLE' 132 | PTR_MANGLE (module->functions.untyped[i]); | ^~~~~~~~~~ nss_module.c: In function 'module_load_nss_files': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ nss_module.c:154:7: note: in expansion of macro 'PTR_DEMANGLE' 154 | PTR_DEMANGLE (cb); | ^~~~~~~~~~~~ nss_module.c: In function 'module_load': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ nss_module.c:238:7: note: in expansion of macro 'PTR_MANGLE' 238 | PTR_MANGLE (pointers[idx]); | ^~~~~~~~~~ nss_module.c: In function '__nss_module_get_function': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ nss_module.c:344:3: note: in expansion of macro 'PTR_DEMANGLE' 344 | PTR_DEMANGLE (fptr); | ^~~~~~~~~~~~ nss_module.c: In function '__nss_disable_nscd': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ nss_module.c:375:3: note: in expansion of macro 'PTR_MANGLE' 375 | PTR_MANGLE (cb); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/nss_module.os] Error 1 gcc -m32 nss_action.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/nss_action.os -MD -MP -MF /build/nss/nss_action.os.dt -MT /build/nss/nss_action.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ../nss/nsswitch.h:23, from ../include/nsswitch.h:1, from nss_action.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/nss_action.os] Error 1 gcc -m32 nss_action_parse.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/nss_action_parse.os -MD -MP -MF /build/nss/nss_action_parse.os.dt -MT /build/nss/nss_action_parse.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ../nss/nsswitch.h:23, from ../include/nsswitch.h:1, from nss_action_parse.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/nss_action_parse.os] Error 1 gcc -m32 nss_database.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/nss_database.os -MD -MP -MF /build/nss/nss_database.os.dt -MT /build/nss/nss_database.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from ../include/file_change_detection.h:23, from nss_database.h:22, from nss_database.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/nss_database.os] Error 1 gcc -m32 nss_files_data.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/nss_files_data.os -MD -MP -MF /build/nss/nss_files_data.os.dt -MT /build/nss/nss_files_data.os In file included from ../nss/nss.h:24, from ../include/nss.h:2, from ../include/nss_files.h:22, from nss_files_data.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/nss_files_data.os] Error 1 gcc -m32 nss_files_functions.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/nss_files_functions.os -MD -MP -MF /build/nss/nss_files_functions.os.dt -MT /build/nss/nss_files_functions.os In file included from ../nss/nss.h:24, from ../include/nss.h:2, from ./nss_module.h:22, from nss_files_functions.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/nss_files_functions.os] Error 1 gcc -m32 nss_files/files-proto.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/files-proto.os -MD -MP -MF /build/nss/files-proto.os.dt -MT /build/nss/files-proto.os In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from nss_files/files-proto.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/files-proto.os] Error 1 gcc -m32 nss_files/files-service.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/files-service.os -MD -MP -MF /build/nss/files-service.os.dt -MT /build/nss/files-service.os In file included from ../inet/netinet/in.h:21, from ../include/netinet/in.h:3, from nss_files/files-service.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/files-service.os] Error 1 gcc -m32 nss_files/files-hosts.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/files-hosts.os -MD -MP -MF /build/nss/files-hosts.os.dt -MT /build/nss/files-hosts.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from nss_files/files-hosts.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/files-hosts.os] Error 1 gcc -m32 nss_files/files-network.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/files-network.os -MD -MP -MF /build/nss/files-network.os.dt -MT /build/nss/files-network.os In file included from ../inet/netinet/in.h:21, from ../include/netinet/in.h:3, from nss_files/files-network.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/files-network.os] Error 1 gcc -m32 nss_files/files-grp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/files-grp.os -MD -MP -MF /build/nss/files-grp.os.dt -MT /build/nss/files-grp.os In file included from ../grp/grp.h:25, from ../include/grp.h:2, from nss_files/files-grp.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/files-grp.os] Error 1 gcc -m32 nss_files/files-pwd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/files-pwd.os -MD -MP -MF /build/nss/files-pwd.os.dt -MT /build/nss/files-pwd.os In file included from ../pwd/pwd.h:25, from ../include/pwd.h:2, from nss_files/files-pwd.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/files-pwd.os] Error 1 gcc -m32 nss_files/files-ethers.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/files-ethers.os -MD -MP -MF /build/nss/files-ethers.os.dt -MT /build/nss/files-ethers.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from nss_files/files-ethers.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/files-ethers.os] Error 1 gcc -m32 nss_files/files-spwd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/files-spwd.os -MD -MP -MF /build/nss/files-spwd.os.dt -MT /build/nss/files-spwd.os In file included from ../shadow/shadow.h:27, from ../include/shadow.h:2, from nss_files/files-spwd.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/files-spwd.os] Error 1 gcc -m32 nss_files/files-netgrp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/files-netgrp.os -MD -MP -MF /build/nss/files-netgrp.os.dt -MT /build/nss/files-netgrp.os In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from nss_files/files-netgrp.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/files-netgrp.os] Error 1 gcc -m32 nss_files/files-alias.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/files-alias.os -MD -MP -MF /build/nss/files-alias.os.dt -MT /build/nss/files-alias.os In file included from ../inet/aliases.h:21, from ../include/aliases.h:2, from nss_files/files-alias.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/files-alias.os] Error 1 gcc -m32 nss_files/files-sgrp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/files-sgrp.os -MD -MP -MF /build/nss/files-sgrp.os.dt -MT /build/nss/files-sgrp.os In file included from ../gshadow/gshadow.h:23, from ../include/gshadow.h:2, from nss_files/files-sgrp.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/files-sgrp.os] Error 1 gcc -m32 nss_files/files-rpc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/files-rpc.os -MD -MP -MF /build/nss/files-rpc.os.dt -MT /build/nss/files-rpc.os In file included from ../inet/rpc/netdb.h:39, from ../include/rpc/netdb.h:2, from nss_files/files-rpc.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/files-rpc.os] Error 1 gcc -m32 nss_files/files-init.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/files-init.os -MD -MP -MF /build/nss/files-init.os.dt -MT /build/nss/files-init.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from nss_files/files-init.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/files-init.os] Error 1 gcc -m32 nss_files/files-initgroups.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/files-initgroups.os -MD -MP -MF /build/nss/files-initgroups.os.dt -MT /build/nss/files-initgroups.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from nss_files/files-initgroups.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/files-initgroups.os] Error 1 make[2]: Target 'subdir_lib' not remade because of errors. make[2]: Leaving directory '/glibc/nss' make[1]: *** [Makefile:484: nss/subdir_lib] Error 2 make subdir=hesiod -C hesiod ..=../ subdir_lib make[2]: Entering directory '/glibc/hesiod' make[2]: Nothing to be done for 'subdir_lib'. make[2]: Leaving directory '/glibc/hesiod' make subdir=sunrpc -C sunrpc ..=../ subdir_lib make[2]: Entering directory '/glibc/sunrpc' gcc -m32 auth_none.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/auth_none.os -MD -MP -MF /build/sunrpc/auth_none.os.dt -MT /build/sunrpc/auth_none.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../sunrpc/rpc/types.h:60, from ../include/rpc/types.h:1, from ../sunrpc/rpc/rpc.h:38, from ../include/rpc/rpc.h:2, from auth_none.c:37: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sunrpc/auth_none.os] Error 1 gcc -m32 authuxprot.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/authuxprot.os -MD -MP -MF /build/sunrpc/authuxprot.os.dt -MT /build/sunrpc/authuxprot.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../sunrpc/rpc/types.h:60, from ../include/rpc/types.h:1, from authuxprot.c:36: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sunrpc/authuxprot.os] Error 1 gcc -m32 clnt_raw.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/clnt_raw.os -MD -MP -MF /build/sunrpc/clnt_raw.os.dt -MT /build/sunrpc/clnt_raw.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../sunrpc/rpc/types.h:60, from ../include/rpc/types.h:1, from ../sunrpc/rpc/rpc.h:38, from ../include/rpc/rpc.h:2, from clnt_raw.c:39: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sunrpc/clnt_raw.os] Error 1 gcc -m32 clnt_simp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/clnt_simp.os -MD -MP -MF /build/sunrpc/clnt_simp.os.dt -MT /build/sunrpc/clnt_simp.os In file included from ../stdlib/alloca.h:21, from ../include/alloca.h:3, from clnt_simp.c:35: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sunrpc/clnt_simp.os] Error 1 gcc -m32 rpc_dtable.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/rpc_dtable.os -MD -MP -MF /build/sunrpc/rpc_dtable.os.dt -MT /build/sunrpc/rpc_dtable.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from rpc_dtable.c:32: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sunrpc/rpc_dtable.os] Error 1 gcc -m32 getrpcport.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/getrpcport.os -MD -MP -MF /build/sunrpc/getrpcport.os.dt -MT /build/sunrpc/getrpcport.os In file included from ../stdlib/alloca.h:21, from ../include/alloca.h:3, from getrpcport.c:50: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sunrpc/getrpcport.os] Error 1 gcc -m32 pmap_clnt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/pmap_clnt.os -MD -MP -MF /build/sunrpc/pmap_clnt.os.dt -MT /build/sunrpc/pmap_clnt.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from pmap_clnt.c:36: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sunrpc/pmap_clnt.os] Error 1 gcc -m32 pm_getmaps.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/pm_getmaps.os -MD -MP -MF /build/sunrpc/pm_getmaps.os.dt -MT /build/sunrpc/pm_getmaps.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../sunrpc/rpc/types.h:60, from ../include/rpc/types.h:1, from ../sunrpc/rpc/rpc.h:38, from ../include/rpc/rpc.h:2, from pm_getmaps.c:36: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sunrpc/pm_getmaps.os] Error 1 gcc -m32 pmap_prot.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/pmap_prot.os -MD -MP -MF /build/sunrpc/pmap_prot.os.dt -MT /build/sunrpc/pmap_prot.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../sunrpc/rpc/types.h:60, from ../include/rpc/types.h:1, from pmap_prot.c:35: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sunrpc/pmap_prot.os] Error 1 gcc -m32 pmap_prot2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/pmap_prot2.os -MD -MP -MF /build/sunrpc/pmap_prot2.os.dt -MT /build/sunrpc/pmap_prot2.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../sunrpc/rpc/types.h:60, from ../include/rpc/types.h:1, from pmap_prot2.c:35: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sunrpc/pmap_prot2.os] Error 1 gcc -m32 pmap_rmt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/pmap_rmt.os -MD -MP -MF /build/sunrpc/pmap_rmt.os.dt -MT /build/sunrpc/pmap_rmt.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from pmap_rmt.c:36: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sunrpc/pmap_rmt.os] Error 1 gcc -m32 rpc_prot.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/rpc_prot.os -MD -MP -MF /build/sunrpc/rpc_prot.os.dt -MT /build/sunrpc/rpc_prot.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from rpc_prot.c:41: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sunrpc/rpc_prot.os] Error 1 gcc -m32 rpc_common.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/rpc_common.os -MD -MP -MF /build/sunrpc/rpc_common.os.dt -MT /build/sunrpc/rpc_common.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../sunrpc/rpc/types.h:60, from ../include/rpc/types.h:1, from ../sunrpc/rpc/rpc.h:38, from ../include/rpc/rpc.h:2, from rpc_common.c:30: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sunrpc/rpc_common.os] Error 1 gcc -m32 rpc_cmsg.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/rpc_cmsg.os -MD -MP -MF /build/sunrpc/rpc_cmsg.os.dt -MT /build/sunrpc/rpc_cmsg.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from rpc_cmsg.c:34: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sunrpc/rpc_cmsg.os] Error 1 gcc -m32 svc_auth.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/svc_auth.os -MD -MP -MF /build/sunrpc/svc_auth.os.dt -MT /build/sunrpc/svc_auth.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../sunrpc/rpc/types.h:60, from ../include/rpc/types.h:1, from ../sunrpc/rpc/rpc.h:38, from ../include/rpc/rpc.h:2, from svc_auth.c:34: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sunrpc/svc_auth.os] Error 1 gcc -m32 svc_authux.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/svc_authux.os -MD -MP -MF /build/sunrpc/svc_authux.os.dt -MT /build/sunrpc/svc_authux.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from svc_authux.c:39: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sunrpc/svc_authux.os] Error 1 gcc -m32 svc_raw.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/svc_raw.os -MD -MP -MF /build/sunrpc/svc_raw.os.dt -MT /build/sunrpc/svc_raw.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../sunrpc/rpc/types.h:60, from ../include/rpc/types.h:1, from ../sunrpc/rpc/rpc.h:38, from ../include/rpc/rpc.h:2, from svc_raw.c:37: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sunrpc/svc_raw.os] Error 1 gcc -m32 svc_simple.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/svc_simple.os -MD -MP -MF /build/sunrpc/svc_simple.os.dt -MT /build/sunrpc/svc_simple.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from svc_simple.c:35: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sunrpc/svc_simple.os] Error 1 gcc -m32 xdr_float.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/xdr_float.os -MD -MP -MF /build/sunrpc/xdr_float.os.dt -MT /build/sunrpc/xdr_float.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from xdr_float.c:38: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sunrpc/xdr_float.os] Error 1 gcc -m32 xdr_rec.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/xdr_rec.os -MD -MP -MF /build/sunrpc/xdr_rec.os.dt -MT /build/sunrpc/xdr_rec.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from xdr_rec.c:45: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sunrpc/xdr_rec.os] Error 1 gcc -m32 publickey.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/publickey.os -MD -MP -MF /build/sunrpc/publickey.os.dt -MT /build/sunrpc/publickey.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from publickey.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sunrpc/publickey.os] Error 1 gcc -m32 authdes_prot.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/authdes_prot.os -MD -MP -MF /build/sunrpc/authdes_prot.os.dt -MT /build/sunrpc/authdes_prot.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../sunrpc/rpc/types.h:60, from ../include/rpc/types.h:1, from authdes_prot.c:35: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sunrpc/authdes_prot.os] Error 1 gcc -m32 des_crypt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/des_crypt.os -MD -MP -MF /build/sunrpc/des_crypt.os.dt -MT /build/sunrpc/des_crypt.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from des_crypt.c:33: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sunrpc/des_crypt.os] Error 1 gcc -m32 des_impl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/des_impl.os -MD -MP -MF /build/sunrpc/des_impl.os.dt -MT /build/sunrpc/des_impl.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from des_impl.c:7: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sunrpc/des_impl.os] Error 1 gcc -m32 des_soft.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/des_soft.os -MD -MP -MF /build/sunrpc/des_soft.os.dt -MT /build/sunrpc/des_soft.os In file included from ../sunrpc/rpc/des_crypt.h:38, from ../include/rpc/des_crypt.h:2, from des_soft.c:34: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sunrpc/des_soft.os] Error 1 gcc -m32 key_prot.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/key_prot.os -MD -MP -MF /build/sunrpc/key_prot.os.dt -MT /build/sunrpc/key_prot.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../sunrpc/rpc/types.h:60, from ../include/rpc/types.h:1, from ../sunrpc/rpc/rpc.h:38, from ../include/rpc/rpc.h:2, from ../sunrpc/rpc/key_prot.h:9, from ../include/rpc/key_prot.h:2, from key_prot.c:31: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sunrpc/key_prot.os] Error 1 gcc -m32 openchild.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/openchild.os -MD -MP -MF /build/sunrpc/openchild.os.dt -MT /build/sunrpc/openchild.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from openchild.c:37: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sunrpc/openchild.os] Error 1 gcc -m32 rtime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/rtime.os -MD -MP -MF /build/sunrpc/rtime.os.dt -MT /build/sunrpc/rtime.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from rtime.c:40: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sunrpc/rtime.os] Error 1 gcc -m32 svcauth_des.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/svcauth_des.os -MD -MP -MF /build/sunrpc/svcauth_des.os.dt -MT /build/sunrpc/svcauth_des.os In file included from ../bits/libc-header-start.h:33, from ../include/limits.h:26, from svcauth_des.c:44: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sunrpc/svcauth_des.os] Error 1 gcc -m32 clnt_unix.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/clnt_unix.os -MD -MP -MF /build/sunrpc/clnt_unix.os.dt -MT /build/sunrpc/clnt_unix.os In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from clnt_unix.c:47: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sunrpc/clnt_unix.os] Error 1 gcc -m32 svc_unix.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/svc_unix.os -MD -MP -MF /build/sunrpc/svc_unix.os.dt -MT /build/sunrpc/svc_unix.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from svc_unix.c:55: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sunrpc/svc_unix.os] Error 1 gcc -m32 create_xid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/create_xid.os -MD -MP -MF /build/sunrpc/create_xid.os.dt -MT /build/sunrpc/create_xid.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from create_xid.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sunrpc/create_xid.os] Error 1 gcc -m32 auth_des.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/auth_des.os -MD -MP -MF /build/sunrpc/auth_des.os.dt -MT /build/sunrpc/auth_des.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from auth_des.c:35: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sunrpc/auth_des.os] Error 1 gcc -m32 auth_unix.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/auth_unix.os -MD -MP -MF /build/sunrpc/auth_unix.os.dt -MT /build/sunrpc/auth_unix.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from auth_unix.c:40: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sunrpc/auth_unix.os] Error 1 gcc -m32 clnt_gen.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/clnt_gen.os -MD -MP -MF /build/sunrpc/clnt_gen.os.dt -MT /build/sunrpc/clnt_gen.os In file included from ../stdlib/alloca.h:21, from ../include/alloca.h:3, from clnt_gen.c:32: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sunrpc/clnt_gen.os] Error 1 gcc -m32 clnt_perr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/clnt_perr.os -MD -MP -MF /build/sunrpc/clnt_perr.os.dt -MT /build/sunrpc/clnt_perr.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from clnt_perr.c:33: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sunrpc/clnt_perr.os] Error 1 gcc -m32 clnt_tcp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/clnt_tcp.os -MD -MP -MF /build/sunrpc/clnt_tcp.os.dt -MT /build/sunrpc/clnt_tcp.os In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from clnt_tcp.c:47: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sunrpc/clnt_tcp.os] Error 1 gcc -m32 clnt_udp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/clnt_udp.os -MD -MP -MF /build/sunrpc/clnt_udp.os.dt -MT /build/sunrpc/clnt_udp.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from clnt_udp.c:34: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sunrpc/clnt_udp.os] Error 1 gcc -m32 get_myaddr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/get_myaddr.os -MD -MP -MF /build/sunrpc/get_myaddr.os.dt -MT /build/sunrpc/get_myaddr.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../sunrpc/rpc/types.h:60, from ../include/rpc/types.h:1, from get_myaddr.c:35: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sunrpc/get_myaddr.os] Error 1 gcc -m32 key_call.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/key_call.os -MD -MP -MF /build/sunrpc/key_call.os.dt -MT /build/sunrpc/key_call.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from key_call.c:39: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sunrpc/key_call.os] Error 1 gcc -m32 netname.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/netname.os -MD -MP -MF /build/sunrpc/netname.os.dt -MT /build/sunrpc/netname.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from netname.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sunrpc/netname.os] Error 1 gcc -m32 pm_getport.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/pm_getport.os -MD -MP -MF /build/sunrpc/pm_getport.os.dt -MT /build/sunrpc/pm_getport.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from pm_getport.c:36: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sunrpc/pm_getport.os] Error 1 gcc -m32 rpc_thread.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/rpc_thread.os -MD -MP -MF /build/sunrpc/rpc_thread.os.dt -MT /build/sunrpc/rpc_thread.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from rpc_thread.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sunrpc/rpc_thread.os] Error 1 gcc -m32 svc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/svc.os -MD -MP -MF /build/sunrpc/svc.os.dt -MT /build/sunrpc/svc.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from svc.c:54: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sunrpc/svc.os] Error 1 gcc -m32 svc_tcp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/svc_tcp.os -MD -MP -MF /build/sunrpc/svc_tcp.os.dt -MT /build/sunrpc/svc_tcp.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from svc_tcp.c:55: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sunrpc/svc_tcp.os] Error 1 gcc -m32 svc_udp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/svc_udp.os -MD -MP -MF /build/sunrpc/svc_udp.os.dt -MT /build/sunrpc/svc_udp.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from svc_udp.c:53: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sunrpc/svc_udp.os] Error 1 gcc -m32 xcrypt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/xcrypt.os -MD -MP -MF /build/sunrpc/xcrypt.os.dt -MT /build/sunrpc/xcrypt.os In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from xcrypt.c:44: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sunrpc/xcrypt.os] Error 1 gcc -m32 xdr_array.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/xdr_array.os -MD -MP -MF /build/sunrpc/xdr_array.os.dt -MT /build/sunrpc/xdr_array.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from xdr_array.c:37: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sunrpc/xdr_array.os] Error 1 gcc -m32 xdr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/xdr.os -MD -MP -MF /build/sunrpc/xdr.os.dt -MT /build/sunrpc/xdr.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from xdr.c:38: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sunrpc/xdr.os] Error 1 gcc -m32 xdr_intXX_t.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/xdr_intXX_t.os -MD -MP -MF /build/sunrpc/xdr_intXX_t.os.dt -MT /build/sunrpc/xdr_intXX_t.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../sunrpc/rpc/types.h:60, from ../include/rpc/types.h:1, from xdr_intXX_t.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sunrpc/xdr_intXX_t.os] Error 1 gcc -m32 xdr_mem.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/xdr_mem.os -MD -MP -MF /build/sunrpc/xdr_mem.os.dt -MT /build/sunrpc/xdr_mem.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from xdr_mem.c:38: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sunrpc/xdr_mem.os] Error 1 gcc -m32 xdr_ref.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/xdr_ref.os -MD -MP -MF /build/sunrpc/xdr_ref.os.dt -MT /build/sunrpc/xdr_ref.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from xdr_ref.c:37: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sunrpc/xdr_ref.os] Error 1 gcc -m32 xdr_sizeof.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/xdr_sizeof.os -MD -MP -MF /build/sunrpc/xdr_sizeof.os.dt -MT /build/sunrpc/xdr_sizeof.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../sunrpc/rpc/types.h:60, from ../include/rpc/types.h:1, from xdr_sizeof.c:37: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sunrpc/xdr_sizeof.os] Error 1 gcc -m32 xdr_stdio.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/xdr_stdio.os -MD -MP -MF /build/sunrpc/xdr_stdio.os.dt -MT /build/sunrpc/xdr_stdio.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../sunrpc/rpc/types.h:60, from ../include/rpc/types.h:1, from xdr_stdio.c:38: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sunrpc/xdr_stdio.os] Error 1 gcc -m32 svc_run.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/svc_run.os -MD -MP -MF /build/sunrpc/svc_run.os.dt -MT /build/sunrpc/svc_run.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from svc_run.c:34: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sunrpc/svc_run.os] Error 1 gcc -m32 rpc_gethostbyname.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/rpc_gethostbyname.os -MD -MP -MF /build/sunrpc/rpc_gethostbyname.os.dt -MT /build/sunrpc/rpc_gethostbyname.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from rpc_gethostbyname.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/sunrpc/rpc_gethostbyname.os] Error 1 gcc -m32 auth_des.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/compat-auth_des.os -MD -MP -MF /build/sunrpc/compat-auth_des.os.dt -MT /build/sunrpc/compat-auth_des.os -DEXPORT_RPC_SYMBOLS In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from auth_des.c:35: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [Makefile:91: /build/sunrpc/compat-auth_des.os] Error 1 gcc -m32 auth_unix.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/compat-auth_unix.os -MD -MP -MF /build/sunrpc/compat-auth_unix.os.dt -MT /build/sunrpc/compat-auth_unix.os -DEXPORT_RPC_SYMBOLS In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from auth_unix.c:40: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [Makefile:91: /build/sunrpc/compat-auth_unix.os] Error 1 gcc -m32 clnt_gen.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/compat-clnt_gen.os -MD -MP -MF /build/sunrpc/compat-clnt_gen.os.dt -MT /build/sunrpc/compat-clnt_gen.os -DEXPORT_RPC_SYMBOLS In file included from ../stdlib/alloca.h:21, from ../include/alloca.h:3, from clnt_gen.c:32: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [Makefile:91: /build/sunrpc/compat-clnt_gen.os] Error 1 gcc -m32 clnt_perr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/compat-clnt_perr.os -MD -MP -MF /build/sunrpc/compat-clnt_perr.os.dt -MT /build/sunrpc/compat-clnt_perr.os -DEXPORT_RPC_SYMBOLS In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from clnt_perr.c:33: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [Makefile:91: /build/sunrpc/compat-clnt_perr.os] Error 1 gcc -m32 clnt_tcp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/compat-clnt_tcp.os -MD -MP -MF /build/sunrpc/compat-clnt_tcp.os.dt -MT /build/sunrpc/compat-clnt_tcp.os -DEXPORT_RPC_SYMBOLS In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from clnt_tcp.c:47: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [Makefile:91: /build/sunrpc/compat-clnt_tcp.os] Error 1 gcc -m32 clnt_udp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/compat-clnt_udp.os -MD -MP -MF /build/sunrpc/compat-clnt_udp.os.dt -MT /build/sunrpc/compat-clnt_udp.os -DEXPORT_RPC_SYMBOLS In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from clnt_udp.c:34: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [Makefile:91: /build/sunrpc/compat-clnt_udp.os] Error 1 gcc -m32 get_myaddr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/compat-get_myaddr.os -MD -MP -MF /build/sunrpc/compat-get_myaddr.os.dt -MT /build/sunrpc/compat-get_myaddr.os -DEXPORT_RPC_SYMBOLS In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../sunrpc/rpc/types.h:60, from ../include/rpc/types.h:1, from get_myaddr.c:35: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [Makefile:91: /build/sunrpc/compat-get_myaddr.os] Error 1 gcc -m32 key_call.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/compat-key_call.os -MD -MP -MF /build/sunrpc/compat-key_call.os.dt -MT /build/sunrpc/compat-key_call.os -DEXPORT_RPC_SYMBOLS In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from key_call.c:39: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [Makefile:91: /build/sunrpc/compat-key_call.os] Error 1 gcc -m32 netname.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/compat-netname.os -MD -MP -MF /build/sunrpc/compat-netname.os.dt -MT /build/sunrpc/compat-netname.os -DEXPORT_RPC_SYMBOLS In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from netname.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [Makefile:91: /build/sunrpc/compat-netname.os] Error 1 gcc -m32 pm_getport.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/compat-pm_getport.os -MD -MP -MF /build/sunrpc/compat-pm_getport.os.dt -MT /build/sunrpc/compat-pm_getport.os -DEXPORT_RPC_SYMBOLS In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from pm_getport.c:36: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [Makefile:91: /build/sunrpc/compat-pm_getport.os] Error 1 gcc -m32 rpc_thread.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/compat-rpc_thread.os -MD -MP -MF /build/sunrpc/compat-rpc_thread.os.dt -MT /build/sunrpc/compat-rpc_thread.os -DEXPORT_RPC_SYMBOLS In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from rpc_thread.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [Makefile:91: /build/sunrpc/compat-rpc_thread.os] Error 1 gcc -m32 svc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/compat-svc.os -MD -MP -MF /build/sunrpc/compat-svc.os.dt -MT /build/sunrpc/compat-svc.os -DEXPORT_RPC_SYMBOLS In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from svc.c:54: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [Makefile:91: /build/sunrpc/compat-svc.os] Error 1 gcc -m32 svc_tcp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/compat-svc_tcp.os -MD -MP -MF /build/sunrpc/compat-svc_tcp.os.dt -MT /build/sunrpc/compat-svc_tcp.os -DEXPORT_RPC_SYMBOLS In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from svc_tcp.c:55: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [Makefile:91: /build/sunrpc/compat-svc_tcp.os] Error 1 gcc -m32 svc_udp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/compat-svc_udp.os -MD -MP -MF /build/sunrpc/compat-svc_udp.os.dt -MT /build/sunrpc/compat-svc_udp.os -DEXPORT_RPC_SYMBOLS In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from svc_udp.c:53: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [Makefile:91: /build/sunrpc/compat-svc_udp.os] Error 1 gcc -m32 xcrypt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/compat-xcrypt.os -MD -MP -MF /build/sunrpc/compat-xcrypt.os.dt -MT /build/sunrpc/compat-xcrypt.os -DEXPORT_RPC_SYMBOLS In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from xcrypt.c:44: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [Makefile:91: /build/sunrpc/compat-xcrypt.os] Error 1 gcc -m32 xdr_array.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/compat-xdr_array.os -MD -MP -MF /build/sunrpc/compat-xdr_array.os.dt -MT /build/sunrpc/compat-xdr_array.os -DEXPORT_RPC_SYMBOLS In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from xdr_array.c:37: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [Makefile:91: /build/sunrpc/compat-xdr_array.os] Error 1 gcc -m32 xdr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/compat-xdr.os -MD -MP -MF /build/sunrpc/compat-xdr.os.dt -MT /build/sunrpc/compat-xdr.os -DEXPORT_RPC_SYMBOLS In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from xdr.c:38: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [Makefile:91: /build/sunrpc/compat-xdr.os] Error 1 gcc -m32 xdr_intXX_t.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/compat-xdr_intXX_t.os -MD -MP -MF /build/sunrpc/compat-xdr_intXX_t.os.dt -MT /build/sunrpc/compat-xdr_intXX_t.os -DEXPORT_RPC_SYMBOLS In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../sunrpc/rpc/types.h:60, from ../include/rpc/types.h:1, from xdr_intXX_t.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [Makefile:91: /build/sunrpc/compat-xdr_intXX_t.os] Error 1 gcc -m32 xdr_mem.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/compat-xdr_mem.os -MD -MP -MF /build/sunrpc/compat-xdr_mem.os.dt -MT /build/sunrpc/compat-xdr_mem.os -DEXPORT_RPC_SYMBOLS In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from xdr_mem.c:38: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [Makefile:91: /build/sunrpc/compat-xdr_mem.os] Error 1 gcc -m32 xdr_ref.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/compat-xdr_ref.os -MD -MP -MF /build/sunrpc/compat-xdr_ref.os.dt -MT /build/sunrpc/compat-xdr_ref.os -DEXPORT_RPC_SYMBOLS In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from xdr_ref.c:37: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [Makefile:91: /build/sunrpc/compat-xdr_ref.os] Error 1 gcc -m32 xdr_sizeof.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/compat-xdr_sizeof.os -MD -MP -MF /build/sunrpc/compat-xdr_sizeof.os.dt -MT /build/sunrpc/compat-xdr_sizeof.os -DEXPORT_RPC_SYMBOLS In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../sunrpc/rpc/types.h:60, from ../include/rpc/types.h:1, from xdr_sizeof.c:37: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [Makefile:91: /build/sunrpc/compat-xdr_sizeof.os] Error 1 gcc -m32 xdr_stdio.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/compat-xdr_stdio.os -MD -MP -MF /build/sunrpc/compat-xdr_stdio.os.dt -MT /build/sunrpc/compat-xdr_stdio.os -DEXPORT_RPC_SYMBOLS In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../sunrpc/rpc/types.h:60, from ../include/rpc/types.h:1, from xdr_stdio.c:38: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [Makefile:91: /build/sunrpc/compat-xdr_stdio.os] Error 1 gcc -m32 svc_run.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/compat-svc_run.os -MD -MP -MF /build/sunrpc/compat-svc_run.os.dt -MT /build/sunrpc/compat-svc_run.os -DEXPORT_RPC_SYMBOLS In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from svc_run.c:34: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [Makefile:91: /build/sunrpc/compat-svc_run.os] Error 1 make[2]: Target 'subdir_lib' not remade because of errors. make[2]: Leaving directory '/glibc/sunrpc' make[1]: *** [Makefile:484: sunrpc/subdir_lib] Error 2 make subdir=nis -C nis ..=../ subdir_lib make[2]: Entering directory '/glibc/nis' make[2]: Nothing to be done for 'subdir_lib'. make[2]: Leaving directory '/glibc/nis' make subdir=nscd -C nscd ..=../ subdir_lib make[2]: Entering directory '/glibc/nscd' gcc -m32 nscd_getpw_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -DHAVE_EPOLL -DHAVE_INOTIFY -DHAVE_NETLINK -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/nscd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nscd/nscd_getpw_r.o -MD -MP -MF /build/nscd/nscd_getpw_r.o.dt -MT /build/nscd/nscd_getpw_r.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from nscd_getpw_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nscd/nscd_getpw_r.o] Error 1 gcc -m32 nscd_getgr_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -DHAVE_EPOLL -DHAVE_INOTIFY -DHAVE_NETLINK -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/nscd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nscd/nscd_getgr_r.o -MD -MP -MF /build/nscd/nscd_getgr_r.o.dt -MT /build/nscd/nscd_getgr_r.o In file included from ../stdlib/alloca.h:21, from ../include/alloca.h:3, from nscd_getgr_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nscd/nscd_getgr_r.o] Error 1 gcc -m32 nscd_gethst_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -DHAVE_EPOLL -DHAVE_INOTIFY -DHAVE_NETLINK -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/nscd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nscd/nscd_gethst_r.o -MD -MP -MF /build/nscd/nscd_gethst_r.o.dt -MT /build/nscd/nscd_gethst_r.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from nscd_gethst_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nscd/nscd_gethst_r.o] Error 1 gcc -m32 nscd_getai.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -DHAVE_EPOLL -DHAVE_INOTIFY -DHAVE_NETLINK -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/nscd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nscd/nscd_getai.o -MD -MP -MF /build/nscd/nscd_getai.o.dt -MT /build/nscd/nscd_getai.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from nscd_getai.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nscd/nscd_getai.o] Error 1 gcc -m32 nscd_initgroups.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -DHAVE_EPOLL -DHAVE_INOTIFY -DHAVE_NETLINK -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/nscd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nscd/nscd_initgroups.o -MD -MP -MF /build/nscd/nscd_initgroups.o.dt -MT /build/nscd/nscd_initgroups.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from nscd_initgroups.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nscd/nscd_initgroups.o] Error 1 gcc -m32 nscd_getserv_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -DHAVE_EPOLL -DHAVE_INOTIFY -DHAVE_NETLINK -fPIE -ftls-model=initial-exec -I../include -I/build/nscd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nscd/nscd_getserv_r.o -MD -MP -MF /build/nscd/nscd_getserv_r.o.dt -MT /build/nscd/nscd_getserv_r.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from nscd_getserv_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nscd/nscd_getserv_r.o] Error 1 gcc -m32 nscd_netgroup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -DHAVE_EPOLL -DHAVE_INOTIFY -DHAVE_NETLINK -fPIE -ftls-model=initial-exec -I../include -I/build/nscd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nscd/nscd_netgroup.o -MD -MP -MF /build/nscd/nscd_netgroup.o.dt -MT /build/nscd/nscd_netgroup.o In file included from ../stdlib/alloca.h:21, from ../include/alloca.h:3, from nscd_netgroup.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nscd/nscd_netgroup.o] Error 1 gcc -m32 nscd_helper.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -DHAVE_EPOLL -DHAVE_INOTIFY -DHAVE_NETLINK -fPIE -ftls-model=initial-exec -I../include -I/build/nscd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nscd/nscd_helper.o -MD -MP -MF /build/nscd/nscd_helper.o.dt -MT /build/nscd/nscd_helper.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from nscd_helper.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nscd/nscd_helper.o] Error 1 gcc -m32 nscd_getpw_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -DHAVE_EPOLL -DHAVE_INOTIFY -DHAVE_NETLINK -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/nscd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nscd/nscd_getpw_r.os -MD -MP -MF /build/nscd/nscd_getpw_r.os.dt -MT /build/nscd/nscd_getpw_r.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from nscd_getpw_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nscd/nscd_getpw_r.os] Error 1 gcc -m32 nscd_getgr_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -DHAVE_EPOLL -DHAVE_INOTIFY -DHAVE_NETLINK -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/nscd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nscd/nscd_getgr_r.os -MD -MP -MF /build/nscd/nscd_getgr_r.os.dt -MT /build/nscd/nscd_getgr_r.os In file included from ../stdlib/alloca.h:21, from ../include/alloca.h:3, from nscd_getgr_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nscd/nscd_getgr_r.os] Error 1 gcc -m32 nscd_gethst_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -DHAVE_EPOLL -DHAVE_INOTIFY -DHAVE_NETLINK -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/nscd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nscd/nscd_gethst_r.os -MD -MP -MF /build/nscd/nscd_gethst_r.os.dt -MT /build/nscd/nscd_gethst_r.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from nscd_gethst_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nscd/nscd_gethst_r.os] Error 1 gcc -m32 nscd_getai.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -DHAVE_EPOLL -DHAVE_INOTIFY -DHAVE_NETLINK -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/nscd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nscd/nscd_getai.os -MD -MP -MF /build/nscd/nscd_getai.os.dt -MT /build/nscd/nscd_getai.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from nscd_getai.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nscd/nscd_getai.os] Error 1 gcc -m32 nscd_initgroups.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -DHAVE_EPOLL -DHAVE_INOTIFY -DHAVE_NETLINK -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/nscd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nscd/nscd_initgroups.os -MD -MP -MF /build/nscd/nscd_initgroups.os.dt -MT /build/nscd/nscd_initgroups.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from nscd_initgroups.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nscd/nscd_initgroups.os] Error 1 gcc -m32 nscd_getserv_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -DHAVE_EPOLL -DHAVE_INOTIFY -DHAVE_NETLINK -fPIC -ftls-model=initial-exec -I../include -I/build/nscd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nscd/nscd_getserv_r.os -MD -MP -MF /build/nscd/nscd_getserv_r.os.dt -MT /build/nscd/nscd_getserv_r.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from nscd_getserv_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nscd/nscd_getserv_r.os] Error 1 gcc -m32 nscd_netgroup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -DHAVE_EPOLL -DHAVE_INOTIFY -DHAVE_NETLINK -fPIC -ftls-model=initial-exec -I../include -I/build/nscd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nscd/nscd_netgroup.os -MD -MP -MF /build/nscd/nscd_netgroup.os.dt -MT /build/nscd/nscd_netgroup.os In file included from ../stdlib/alloca.h:21, from ../include/alloca.h:3, from nscd_netgroup.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nscd/nscd_netgroup.os] Error 1 gcc -m32 nscd_helper.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -DHAVE_EPOLL -DHAVE_INOTIFY -DHAVE_NETLINK -fPIC -ftls-model=initial-exec -I../include -I/build/nscd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nscd/nscd_helper.os -MD -MP -MF /build/nscd/nscd_helper.os.dt -MT /build/nscd/nscd_helper.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from nscd_helper.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nscd/nscd_helper.os] Error 1 make[2]: Target 'subdir_lib' not remade because of errors. make[2]: Leaving directory '/glibc/nscd' make[1]: *** [Makefile:484: nscd/subdir_lib] Error 2 make subdir=login -C login ..=../ subdir_lib make[2]: Entering directory '/glibc/login' gcc -m32 ../sysdeps/unix/sysv/linux/getlogin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/login/getlogin.o -MD -MP -MF /build/login/getlogin.o.dt -MT /build/login/getlogin.o In file included from ../pwd/pwd.h:25, from ../include/pwd.h:2, from ../sysdeps/unix/sysv/linux/getlogin.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/login/getlogin.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/getlogin_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/login/getlogin_r.o -MD -MP -MF /build/login/getlogin_r.o.dt -MT /build/login/getlogin_r.o In file included from ../pwd/pwd.h:25, from ../include/pwd.h:2, from ../sysdeps/unix/sysv/linux/getlogin_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/login/getlogin_r.o] Error 1 gcc -m32 setlogin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/login/setlogin.o -MD -MP -MF /build/login/setlogin.o.dt -MT /build/login/setlogin.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from setlogin.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/setlogin.o] Error 1 gcc -m32 getlogin_r_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/login/getlogin_r_chk.o -MD -MP -MF /build/login/getlogin_r_chk.o.dt -MT /build/login/getlogin_r_chk.o In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from getlogin_r_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/getlogin_r_chk.o] Error 1 gcc -m32 getutent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/login/getutent.o -MD -MP -MF /build/login/getutent.o.dt -MT /build/login/getutent.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from getutent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/getutent.o] Error 1 gcc -m32 getutent_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/login/getutent_r.o -MD -MP -MF /build/login/getutent_r.o.dt -MT /build/login/getutent_r.o In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from getutent_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/getutent_r.o] Error 1 gcc -m32 getutid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/login/getutid.o -MD -MP -MF /build/login/getutid.o.dt -MT /build/login/getutid.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from getutid.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/getutid.o] Error 1 gcc -m32 getutline.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/login/getutline.o -MD -MP -MF /build/login/getutline.o.dt -MT /build/login/getutline.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from getutline.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/getutline.o] Error 1 gcc -m32 getutid_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/login/getutid_r.o -MD -MP -MF /build/login/getutid_r.o.dt -MT /build/login/getutid_r.o In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from getutid_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/getutid_r.o] Error 1 gcc -m32 getutline_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/login/getutline_r.o -MD -MP -MF /build/login/getutline_r.o.dt -MT /build/login/getutline_r.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from getutline_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/getutline_r.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/utmp_file.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/login/utmp_file.o -MD -MP -MF /build/login/utmp_file.o.dt -MT /build/login/utmp_file.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from ../sysdeps/unix/sysv/linux/utmp_file.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/login/utmp_file.o] Error 1 gcc -m32 utmpname.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/login/utmpname.o -MD -MP -MF /build/login/utmpname.o.dt -MT /build/login/utmpname.o In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from utmpname.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/utmpname.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/updwtmp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/login/updwtmp.o -MD -MP -MF /build/login/updwtmp.o.dt -MT /build/login/updwtmp.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from ../sysdeps/unix/sysv/linux/updwtmp.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/login/updwtmp.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/getpt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/login/getpt.o -MD -MP -MF /build/login/getpt.o.dt -MT /build/login/getpt.o In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/getpt.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/login/getpt.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/grantpt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -DLIBEXECDIR='"/usr/libexec"' -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/login/grantpt.o -MD -MP -MF /build/login/grantpt.o.dt -MT /build/login/grantpt.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/grantpt.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/login/grantpt.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/unlockpt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/login/unlockpt.o -MD -MP -MF /build/login/unlockpt.o.dt -MT /build/login/unlockpt.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/unlockpt.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/login/unlockpt.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/ptsname.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/login/ptsname.o -MD -MP -MF /build/login/ptsname.o.dt -MT /build/login/ptsname.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/ptsname.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/login/ptsname.o] Error 1 gcc -m32 ptsname_r_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/login/ptsname_r_chk.o -MD -MP -MF /build/login/ptsname_r_chk.o.dt -MT /build/login/ptsname_r_chk.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ptsname_r_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/ptsname_r_chk.o] Error 1 gcc -m32 login.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/login/login.o -MD -MP -MF /build/login/login.o.dt -MT /build/login/login.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from login.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/login.o] Error 1 gcc -m32 login_tty.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/login/login_tty.o -MD -MP -MF /build/login/login_tty.o.dt -MT /build/login/login_tty.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from login_tty.c:34: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/login_tty.o] Error 1 gcc -m32 logout.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/login/logout.o -MD -MP -MF /build/login/logout.o.dt -MT /build/login/logout.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from logout.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/logout.o] Error 1 gcc -m32 logwtmp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/login/logwtmp.o -MD -MP -MF /build/login/logwtmp.o.dt -MT /build/login/logwtmp.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from logwtmp.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/logwtmp.o] Error 1 gcc -m32 openpty.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/login/openpty.o -MD -MP -MF /build/login/openpty.o.dt -MT /build/login/openpty.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from openpty.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/openpty.o] Error 1 gcc -m32 forkpty.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/login/forkpty.o -MD -MP -MF /build/login/forkpty.o.dt -MT /build/login/forkpty.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from forkpty.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/forkpty.o] Error 1 gcc -m32 setutxent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/login/setutxent.o -MD -MP -MF /build/login/setutxent.o.dt -MT /build/login/setutxent.o In file included from ../login/utmp.h:21, from ../include/utmp.h:2, from setutxent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/setutxent.o] Error 1 gcc -m32 getutxent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/login/getutxent.o -MD -MP -MF /build/login/getutxent.o.dt -MT /build/login/getutxent.o In file included from ../login/utmp.h:21, from ../include/utmp.h:2, from getutxent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/getutxent.o] Error 1 gcc -m32 endutxent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/login/endutxent.o -MD -MP -MF /build/login/endutxent.o.dt -MT /build/login/endutxent.o In file included from ../login/utmp.h:21, from ../include/utmp.h:2, from endutxent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/endutxent.o] Error 1 gcc -m32 getutxid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/login/getutxid.o -MD -MP -MF /build/login/getutxid.o.dt -MT /build/login/getutxid.o In file included from ../login/utmp.h:21, from ../include/utmp.h:2, from getutxid.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/getutxid.o] Error 1 gcc -m32 getutxline.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/login/getutxline.o -MD -MP -MF /build/login/getutxline.o.dt -MT /build/login/getutxline.o In file included from ../login/utmp.h:21, from ../include/utmp.h:2, from getutxline.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/getutxline.o] Error 1 gcc -m32 pututxline.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/login/pututxline.o -MD -MP -MF /build/login/pututxline.o.dt -MT /build/login/pututxline.o In file included from ../login/utmp.h:21, from ../include/utmp.h:2, from pututxline.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/pututxline.o] Error 1 gcc -m32 utmpxname.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/login/utmpxname.o -MD -MP -MF /build/login/utmpxname.o.dt -MT /build/login/utmpxname.o In file included from ../login/utmp.h:21, from ../include/utmp.h:2, from utmpxname.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/utmpxname.o] Error 1 gcc -m32 updwtmpx.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/login/updwtmpx.o -MD -MP -MF /build/login/updwtmpx.o.dt -MT /build/login/updwtmpx.o In file included from ../login/utmp.h:21, from ../include/utmp.h:2, from updwtmpx.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/updwtmpx.o] Error 1 gcc -m32 ../sysdeps/gnu/getutmp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/login/getutmp.o -MD -MP -MF /build/login/getutmp.o.dt -MT /build/login/getutmp.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from ../sysdeps/gnu/getutmp.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:315: /build/login/getutmp.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/getlogin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/getlogin.os -MD -MP -MF /build/login/getlogin.os.dt -MT /build/login/getlogin.os In file included from ../pwd/pwd.h:25, from ../include/pwd.h:2, from ../sysdeps/unix/sysv/linux/getlogin.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/login/getlogin.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/getlogin_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/getlogin_r.os -MD -MP -MF /build/login/getlogin_r.os.dt -MT /build/login/getlogin_r.os In file included from ../pwd/pwd.h:25, from ../include/pwd.h:2, from ../sysdeps/unix/sysv/linux/getlogin_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/login/getlogin_r.os] Error 1 gcc -m32 setlogin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/setlogin.os -MD -MP -MF /build/login/setlogin.os.dt -MT /build/login/setlogin.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from setlogin.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/setlogin.os] Error 1 gcc -m32 getlogin_r_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/getlogin_r_chk.os -MD -MP -MF /build/login/getlogin_r_chk.os.dt -MT /build/login/getlogin_r_chk.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from getlogin_r_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/getlogin_r_chk.os] Error 1 gcc -m32 getutent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/getutent.os -MD -MP -MF /build/login/getutent.os.dt -MT /build/login/getutent.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from getutent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/getutent.os] Error 1 gcc -m32 getutent_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/getutent_r.os -MD -MP -MF /build/login/getutent_r.os.dt -MT /build/login/getutent_r.os In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from getutent_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/getutent_r.os] Error 1 gcc -m32 getutid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/getutid.os -MD -MP -MF /build/login/getutid.os.dt -MT /build/login/getutid.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from getutid.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/getutid.os] Error 1 gcc -m32 getutline.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/getutline.os -MD -MP -MF /build/login/getutline.os.dt -MT /build/login/getutline.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from getutline.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/getutline.os] Error 1 gcc -m32 getutid_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/getutid_r.os -MD -MP -MF /build/login/getutid_r.os.dt -MT /build/login/getutid_r.os In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from getutid_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/getutid_r.os] Error 1 gcc -m32 getutline_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/getutline_r.os -MD -MP -MF /build/login/getutline_r.os.dt -MT /build/login/getutline_r.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from getutline_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/getutline_r.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/utmp_file.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/utmp_file.os -MD -MP -MF /build/login/utmp_file.os.dt -MT /build/login/utmp_file.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from ../sysdeps/unix/sysv/linux/utmp_file.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/login/utmp_file.os] Error 1 gcc -m32 utmpname.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/utmpname.os -MD -MP -MF /build/login/utmpname.os.dt -MT /build/login/utmpname.os In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from utmpname.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/utmpname.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/updwtmp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/updwtmp.os -MD -MP -MF /build/login/updwtmp.os.dt -MT /build/login/updwtmp.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from ../sysdeps/unix/sysv/linux/updwtmp.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/login/updwtmp.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/getpt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/getpt.os -MD -MP -MF /build/login/getpt.os.dt -MT /build/login/getpt.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/getpt.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/login/getpt.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/grantpt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -DLIBEXECDIR='"/usr/libexec"' -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/grantpt.os -MD -MP -MF /build/login/grantpt.os.dt -MT /build/login/grantpt.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/grantpt.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/login/grantpt.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/unlockpt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/unlockpt.os -MD -MP -MF /build/login/unlockpt.os.dt -MT /build/login/unlockpt.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/unlockpt.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/login/unlockpt.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/ptsname.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/ptsname.os -MD -MP -MF /build/login/ptsname.os.dt -MT /build/login/ptsname.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/ptsname.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/login/ptsname.os] Error 1 gcc -m32 ptsname_r_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/ptsname_r_chk.os -MD -MP -MF /build/login/ptsname_r_chk.os.dt -MT /build/login/ptsname_r_chk.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ptsname_r_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/ptsname_r_chk.os] Error 1 gcc -m32 login.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/login.os -MD -MP -MF /build/login/login.os.dt -MT /build/login/login.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from login.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/login.os] Error 1 gcc -m32 login_tty.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/login_tty.os -MD -MP -MF /build/login/login_tty.os.dt -MT /build/login/login_tty.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from login_tty.c:34: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/login_tty.os] Error 1 gcc -m32 logout.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/logout.os -MD -MP -MF /build/login/logout.os.dt -MT /build/login/logout.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from logout.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/logout.os] Error 1 gcc -m32 logwtmp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/logwtmp.os -MD -MP -MF /build/login/logwtmp.os.dt -MT /build/login/logwtmp.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from logwtmp.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/logwtmp.os] Error 1 gcc -m32 openpty.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/openpty.os -MD -MP -MF /build/login/openpty.os.dt -MT /build/login/openpty.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from openpty.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/openpty.os] Error 1 gcc -m32 forkpty.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/forkpty.os -MD -MP -MF /build/login/forkpty.os.dt -MT /build/login/forkpty.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from forkpty.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/forkpty.os] Error 1 gcc -m32 setutxent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/setutxent.os -MD -MP -MF /build/login/setutxent.os.dt -MT /build/login/setutxent.os In file included from ../login/utmp.h:21, from ../include/utmp.h:2, from setutxent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/setutxent.os] Error 1 gcc -m32 getutxent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/getutxent.os -MD -MP -MF /build/login/getutxent.os.dt -MT /build/login/getutxent.os In file included from ../login/utmp.h:21, from ../include/utmp.h:2, from getutxent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/getutxent.os] Error 1 gcc -m32 endutxent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/endutxent.os -MD -MP -MF /build/login/endutxent.os.dt -MT /build/login/endutxent.os In file included from ../login/utmp.h:21, from ../include/utmp.h:2, from endutxent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/endutxent.os] Error 1 gcc -m32 getutxid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/getutxid.os -MD -MP -MF /build/login/getutxid.os.dt -MT /build/login/getutxid.os In file included from ../login/utmp.h:21, from ../include/utmp.h:2, from getutxid.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/getutxid.os] Error 1 gcc -m32 getutxline.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/getutxline.os -MD -MP -MF /build/login/getutxline.os.dt -MT /build/login/getutxline.os In file included from ../login/utmp.h:21, from ../include/utmp.h:2, from getutxline.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/getutxline.os] Error 1 gcc -m32 pututxline.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/pututxline.os -MD -MP -MF /build/login/pututxline.os.dt -MT /build/login/pututxline.os In file included from ../login/utmp.h:21, from ../include/utmp.h:2, from pututxline.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/pututxline.os] Error 1 gcc -m32 utmpxname.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/utmpxname.os -MD -MP -MF /build/login/utmpxname.os.dt -MT /build/login/utmpxname.os In file included from ../login/utmp.h:21, from ../include/utmp.h:2, from utmpxname.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/utmpxname.os] Error 1 gcc -m32 updwtmpx.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/updwtmpx.os -MD -MP -MF /build/login/updwtmpx.os.dt -MT /build/login/updwtmpx.os In file included from ../login/utmp.h:21, from ../include/utmp.h:2, from updwtmpx.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/updwtmpx.os] Error 1 gcc -m32 ../sysdeps/gnu/getutmp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/getutmp.os -MD -MP -MF /build/login/getutmp.os.dt -MT /build/login/getutmp.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from ../sysdeps/gnu/getutmp.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:331: /build/login/getutmp.os] Error 1 make[2]: Target 'subdir_lib' not remade because of errors. make[2]: Leaving directory '/glibc/login' make[1]: *** [Makefile:484: login/subdir_lib] Error 2 make subdir=elf -C elf ..=../ subdir_lib make[2]: Entering directory '/glibc/elf' gcc -m32 dl-call-libc-early-init.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-call-libc-early-init.o -MD -MP -MF /build/elf/dl-call-libc-early-init.o.dt -MT /build/elf/dl-call-libc-early-init.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-call-libc-early-init.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-call-libc-early-init.o] Error 1 gcc -m32 dl-call_fini.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-call_fini.o -MD -MP -MF /build/elf/dl-call_fini.o.dt -MT /build/elf/dl-call_fini.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from ../sysdeps/gnu/ldsodefs.h:22, from ../sysdeps/unix/sysv/linux/ldsodefs.h:25, from dl-call_fini.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-call_fini.o] Error 1 gcc -m32 dl-catch.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-catch.o -MD -MP -MF /build/elf/dl-catch.o.dt -MT /build/elf/dl-catch.o In file included from ../intl/libintl.h:23, from ../include/libintl.h:2, from dl-catch.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-catch.o] Error 1 gcc -m32 dl-close.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-close.o -MD -MP -MF /build/elf/dl-close.o.dt -MT /build/elf/dl-close.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-close.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-close.o] Error 1 gcc -m32 dl-debug.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-debug.o -MD -MP -MF /build/elf/dl-debug.o.dt -MT /build/elf/dl-debug.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from ../sysdeps/gnu/ldsodefs.h:22, from ../sysdeps/unix/sysv/linux/ldsodefs.h:25, from dl-debug.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-debug.o] Error 1 gcc -m32 dl-debug-symbols.S -c -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/elf/dl-debug-symbols.o -MD -MP -MF /build/elf/dl-debug-symbols.o.dt -MT /build/elf/dl-debug-symbols.o dl-debug-symbols.S:20:10: fatal error: rtld-sizes.h: No such file or directory 20 | #include | ^~~~~~~~~~~~~~ compilation terminated. make[2]: *** [../o-iterator.mk:9: /build/elf/dl-debug-symbols.o] Error 1 gcc -m32 dl-deps.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-deps.o -MD -MP -MF /build/elf/dl-deps.o.dt -MT /build/elf/dl-deps.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../include/atomic.h:47, from dl-deps.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-deps.o] Error 1 gcc -m32 dl-exception.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-exception.o -MD -MP -MF /build/elf/dl-exception.o.dt -MT /build/elf/dl-exception.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from ../sysdeps/gnu/ldsodefs.h:22, from ../sysdeps/unix/sysv/linux/ldsodefs.h:25, from dl-exception.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-exception.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/dl-execstack.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-execstack.o -MD -MP -MF /build/elf/dl-execstack.o.dt -MT /build/elf/dl-execstack.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/dl-execstack.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/elf/dl-execstack.o] Error 1 gcc -m32 dl-find_object.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-find_object.o -MD -MP -MF /build/elf/dl-find_object.o.dt -MT /build/elf/dl-find_object.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-find_object.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-find_object.o] Error 1 gcc -m32 dl-fini.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-fini.o -MD -MP -MF /build/elf/dl-fini.o.dt -MT /build/elf/dl-fini.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-fini.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-fini.o] Error 1 gcc -m32 dl-init.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-init.o -MD -MP -MF /build/elf/dl-init.o.dt -MT /build/elf/dl-init.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-init.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-init.o] Error 1 gcc -m32 dl-load.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -Wno-unused -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -I/build/elf/. -I/build/csu/. -DTOP_NAMESPACE=glibc -o /build/elf/dl-load.o -MD -MP -MF /build/elf/dl-load.o.dt -MT /build/elf/dl-load.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from dl-load.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-load.o] Error 1 gcc -m32 dl-lookup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-lookup.o -MD -MP -MF /build/elf/dl-lookup.o.dt -MT /build/elf/dl-lookup.o In file included from ../stdlib/alloca.h:21, from ../include/alloca.h:3, from dl-lookup.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-lookup.o] Error 1 gcc -m32 dl-lookup-direct.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-lookup-direct.o -MD -MP -MF /build/elf/dl-lookup-direct.o.dt -MT /build/elf/dl-lookup-direct.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from ../sysdeps/gnu/ldsodefs.h:22, from ../sysdeps/unix/sysv/linux/ldsodefs.h:25, from dl-lookup-direct.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-lookup-direct.o] Error 1 gcc -m32 dl-minimal-malloc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-minimal-malloc.o -MD -MP -MF /build/elf/dl-minimal-malloc.o.dt -MT /build/elf/dl-minimal-malloc.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-minimal-malloc.c:25: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-minimal-malloc.o] Error 1 gcc -m32 dl-misc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-misc.o -MD -MP -MF /build/elf/dl-misc.o.dt -MT /build/elf/dl-misc.o In file included from ../bits/libc-header-start.h:33, from ../include/limits.h:26, from ../sysdeps/generic/_itoa.h:22, from dl-misc.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-misc.o] Error 1 gcc -m32 dl-object.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-object.o -MD -MP -MF /build/elf/dl-object.o.dt -MT /build/elf/dl-object.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from dl-object.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-object.o] Error 1 gcc -m32 dl-open.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-open.o -MD -MP -MF /build/elf/dl-open.o.dt -MT /build/elf/dl-open.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-open.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-open.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/dl-origin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-origin.o -MD -MP -MF /build/elf/dl-origin.o.dt -MT /build/elf/dl-origin.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from ../sysdeps/unix/sysv/linux/dl-origin.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/elf/dl-origin.o] Error 1 gcc -m32 dl-printf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-printf.o -MD -MP -MF /build/elf/dl-printf.o.dt -MT /build/elf/dl-printf.o In file included from ../bits/libc-header-start.h:33, from ../include/limits.h:26, from ../sysdeps/generic/_itoa.h:22, from dl-printf.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-printf.o] Error 1 gcc -m32 dl-profile.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-profile.o -MD -MP -MF /build/elf/dl-profile.o.dt -MT /build/elf/dl-profile.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-profile.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-profile.o] Error 1 gcc -m32 dl-reloc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -Wno-unused -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-reloc.o -MD -MP -MF /build/elf/dl-reloc.o.dt -MT /build/elf/dl-reloc.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from dl-reloc.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-reloc.o] Error 1 gcc -m32 dl-runtime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-runtime.o -MD -MP -MF /build/elf/dl-runtime.o.dt -MT /build/elf/dl-runtime.o In file included from ../stdlib/alloca.h:21, from ../include/alloca.h:3, from dl-runtime.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-runtime.o] Error 1 gcc -m32 dl-scope.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-scope.o -MD -MP -MF /build/elf/dl-scope.o.dt -MT /build/elf/dl-scope.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from dl-scope.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-scope.o] Error 1 gcc -m32 dl-setup_hash.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-setup_hash.o -MD -MP -MF /build/elf/dl-setup_hash.o.dt -MT /build/elf/dl-setup_hash.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-setup_hash.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-setup_hash.o] Error 1 gcc -m32 dl-sort-maps.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-sort-maps.o -MD -MP -MF /build/elf/dl-sort-maps.o.dt -MT /build/elf/dl-sort-maps.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-sort-maps.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-sort-maps.o] Error 1 gcc -m32 ../sysdeps/nptl/dl-thread_gscope_wait.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-thread_gscope_wait.o -MD -MP -MF /build/elf/dl-thread_gscope_wait.o.dt -MT /build/elf/dl-thread_gscope_wait.o In file included from ../bits/libc-header-start.h:33, from ../include/limits.h:26, from ../nptl/descr.h:21, from ../sysdeps/nptl/dl-thread_gscope_wait.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:247: /build/elf/dl-thread_gscope_wait.o] Error 1 gcc -m32 dl-tls.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-tls.o -MD -MP -MF /build/elf/dl-tls.o.dt -MT /build/elf/dl-tls.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-tls.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-tls.o] Error 1 gcc -m32 ../sysdeps/nptl/dl-tls_init_tp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-tls_init_tp.o -MD -MP -MF /build/elf/dl-tls_init_tp.o.dt -MT /build/elf/dl-tls_init_tp.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from ../sysdeps/gnu/ldsodefs.h:22, from ../sysdeps/unix/sysv/linux/ldsodefs.h:25, from ../sysdeps/nptl/dl-tls_init_tp.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:247: /build/elf/dl-tls_init_tp.o] Error 1 gcc -m32 ../sysdeps/i386/dl-trampoline.S -c -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/elf/dl-trampoline.o -MD -MP -MF /build/elf/dl-trampoline.o.dt -MT /build/elf/dl-trampoline.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/i386/dl-trampoline.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../sysdeps/i386/dl-trampoline.S:20:10: fatal error: link-defines.h: No such file or directory 20 | #include | ^~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors compilation terminated. make[2]: *** [/build/sysd-rules:721: /build/elf/dl-trampoline.o] Error 1 gcc -m32 dl-tunables.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -fno-tree-loop-distribute-patterns -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-tunables.o -MD -MP -MF /build/elf/dl-tunables.o.dt -MT /build/elf/dl-tunables.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/sysv/linux/startup.h:22, from ../sysdeps/unix/sysv/linux/i386/startup.h:22, from dl-tunables.c:25: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-tunables.o] Error 1 gcc -m32 dl-version.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-version.o -MD -MP -MF /build/elf/dl-version.o.dt -MT /build/elf/dl-version.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from dl-version.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-version.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/dl-write.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-write.o -MD -MP -MF /build/elf/dl-write.o.dt -MT /build/elf/dl-write.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/sysv/linux/dl-write.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/elf/dl-write.o] Error 1 gcc -m32 dl-cache.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -D'SYSCONFDIR="/etc"' -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-cache.o -MD -MP -MF /build/elf/dl-cache.o.dt -MT /build/elf/dl-cache.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-cache.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-cache.o] Error 1 gcc -m32 ../sysdeps/i386/tlsdesc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tlsdesc.o -MD -MP -MF /build/elf/tlsdesc.o.dt -MT /build/elf/tlsdesc.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from ../sysdeps/gnu/ldsodefs.h:22, from ../sysdeps/unix/sysv/linux/ldsodefs.h:25, from ../sysdeps/i386/tlsdesc.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:723: /build/elf/tlsdesc.o] Error 1 gcc -m32 ../sysdeps/i386/dl-tlsdesc.S -c -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/elf/dl-tlsdesc.o -MD -MP -MF /build/elf/dl-tlsdesc.o.dt -MT /build/elf/dl-tlsdesc.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/i386/dl-tlsdesc.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../sysdeps/i386/dl-tlsdesc.S:21:10: fatal error: tlsdesc.h: No such file or directory 21 | #include "tlsdesc.h" | ^~~~~~~~~~~ cc1: some warnings being treated as errors compilation terminated. make[2]: *** [/build/sysd-rules:721: /build/elf/dl-tlsdesc.o] Error 1 gcc -m32 ../sysdeps/x86/dl-get-cpu-features.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-get-cpu-features.o -MD -MP -MF /build/elf/dl-get-cpu-features.o.dt -MT /build/elf/dl-get-cpu-features.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from ../sysdeps/gnu/ldsodefs.h:22, from ../sysdeps/unix/sysv/linux/ldsodefs.h:25, from ../sysdeps/x86/dl-get-cpu-features.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:757: /build/elf/dl-get-cpu-features.o] Error 1 gcc -m32 dl-addr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-addr.o -MD -MP -MF /build/elf/dl-addr.o.dt -MT /build/elf/dl-addr.o In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from dl-addr.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-addr.o] Error 1 gcc -m32 dl-addr-obj.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-addr-obj.o -MD -MP -MF /build/elf/dl-addr-obj.o.dt -MT /build/elf/dl-addr-obj.o In file included from ../elf/link.h:23, from ../include/link.h:35, from dl-addr-obj.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-addr-obj.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/dl-early_allocate.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-early_allocate.o -MD -MP -MF /build/elf/dl-early_allocate.o.dt -MT /build/elf/dl-early_allocate.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/sysv/linux/startup.h:22, from ../sysdeps/unix/sysv/linux/i386/startup.h:22, from ../sysdeps/unix/sysv/linux/dl-early_allocate.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/elf/dl-early_allocate.o] Error 1 gcc -m32 dl-iteratephdr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-iteratephdr.o -MD -MP -MF /build/elf/dl-iteratephdr.o.dt -MT /build/elf/dl-iteratephdr.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from dl-iteratephdr.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-iteratephdr.o] Error 1 gcc -m32 dl-libc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-libc.o -MD -MP -MF /build/elf/dl-libc.o.dt -MT /build/elf/dl-libc.o In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from dl-libc.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-libc.o] Error 1 gcc -m32 dl-profstub.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-profstub.o -MD -MP -MF /build/elf/dl-profstub.o.dt -MT /build/elf/dl-profstub.o In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from dl-profstub.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-profstub.o] Error 1 gcc -m32 dl-reloc-static-pie.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-reloc-static-pie.o -MD -MP -MF /build/elf/dl-reloc-static-pie.o.dt -MT /build/elf/dl-reloc-static-pie.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-reloc-static-pie.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-reloc-static-pie.o] Error 1 gcc -m32 dl-support.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-support.o -MD -MP -MF /build/elf/dl-support.o.dt -MT /build/elf/dl-support.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from dl-support.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-support.o] Error 1 gcc -m32 dl-sym.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-sym.o -MD -MP -MF /build/elf/dl-sym.o.dt -MT /build/elf/dl-sym.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-sym.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-sym.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/x86/dl-sysdep.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-sysdep.o -MD -MP -MF /build/elf/dl-sysdep.o.dt -MT /build/elf/dl-sysdep.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../sysdeps/x86/cpu-tunables.c:21, from ../sysdeps/unix/sysv/linux/x86/dl-sysdep.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:111: /build/elf/dl-sysdep.o] Error 1 gcc -m32 enbl-secure.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/enbl-secure.o -MD -MP -MF /build/elf/enbl-secure.o.dt -MT /build/elf/enbl-secure.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/sysv/linux/startup.h:22, from ../sysdeps/unix/sysv/linux/i386/startup.h:22, from enbl-secure.c:26: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/enbl-secure.o] Error 1 gcc -m32 libc_early_init.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/libc_early_init.o -MD -MP -MF /build/elf/libc_early_init.o.dt -MT /build/elf/libc_early_init.o In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from libc_early_init.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/libc_early_init.o] Error 1 gcc -m32 rtld_static_init.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/rtld_static_init.o -MD -MP -MF /build/elf/rtld_static_init.o.dt -MT /build/elf/rtld_static_init.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from rtld_static_init.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/rtld_static_init.o] Error 1 gcc -m32 ../sysdeps/x86/get-cpuid-feature-leaf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/get-cpuid-feature-leaf.o -MD -MP -MF /build/elf/get-cpuid-feature-leaf.o.dt -MT /build/elf/get-cpuid-feature-leaf.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from ../sysdeps/gnu/ldsodefs.h:22, from ../sysdeps/unix/sysv/linux/ldsodefs.h:25, from ../sysdeps/x86/get-cpuid-feature-leaf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:757: /build/elf/get-cpuid-feature-leaf.o] Error 1 gcc -m32 dl-addr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-addr.os -MD -MP -MF /build/elf/dl-addr.os.dt -MT /build/elf/dl-addr.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from dl-addr.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-addr.os] Error 1 gcc -m32 dl-addr-obj.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-addr-obj.os -MD -MP -MF /build/elf/dl-addr-obj.os.dt -MT /build/elf/dl-addr-obj.os In file included from ../elf/link.h:23, from ../include/link.h:35, from dl-addr-obj.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-addr-obj.os] Error 1 gcc -m32 dl-iteratephdr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-iteratephdr.os -MD -MP -MF /build/elf/dl-iteratephdr.os.dt -MT /build/elf/dl-iteratephdr.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from dl-iteratephdr.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-iteratephdr.os] Error 1 gcc -m32 dl-libc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-libc.os -MD -MP -MF /build/elf/dl-libc.os.dt -MT /build/elf/dl-libc.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from dl-libc.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-libc.os] Error 1 gcc -m32 dl-profstub.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-profstub.os -MD -MP -MF /build/elf/dl-profstub.os.dt -MT /build/elf/dl-profstub.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from dl-profstub.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-profstub.os] Error 1 gcc -m32 dl-sym.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-sym.os -MD -MP -MF /build/elf/dl-sym.os.dt -MT /build/elf/dl-sym.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-sym.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-sym.os] Error 1 gcc -m32 libc-dl_find_object.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/libc-dl_find_object.os -MD -MP -MF /build/elf/libc-dl_find_object.os.dt -MT /build/elf/libc-dl_find_object.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from ../sysdeps/gnu/ldsodefs.h:22, from ../sysdeps/unix/sysv/linux/ldsodefs.h:25, from libc-dl_find_object.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/libc-dl_find_object.os] Error 1 gcc -m32 libc_early_init.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/libc_early_init.os -MD -MP -MF /build/elf/libc_early_init.os.dt -MT /build/elf/libc_early_init.os In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from libc_early_init.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/libc_early_init.os] Error 1 gcc -m32 ../sysdeps/generic/unwind-dw2-fde-glibc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/unwind-dw2-fde-glibc.os -MD -MP -MF /build/elf/unwind-dw2-fde-glibc.os.dt -MT /build/elf/unwind-dw2-fde-glibc.os In file included from ../elf/link.h:23, from ../include/link.h:35, from ../sysdeps/generic/unwind-dw2-fde-glibc.c:29: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:1011: /build/elf/unwind-dw2-fde-glibc.os] Error 1 gcc -m32 ../sysdeps/x86/get-cpuid-feature-leaf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/get-cpuid-feature-leaf.os -MD -MP -MF /build/elf/get-cpuid-feature-leaf.os.dt -MT /build/elf/get-cpuid-feature-leaf.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from ../sysdeps/gnu/ldsodefs.h:22, from ../sysdeps/unix/sysv/linux/ldsodefs.h:25, from ../sysdeps/x86/get-cpuid-feature-leaf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:773: /build/elf/get-cpuid-feature-leaf.os] Error 1 gcc -m32 ../sysdeps/generic/framestate.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/framestate.os -MD -MP -MF /build/elf/framestate.os.dt -MT /build/elf/framestate.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../sysdeps/generic/framestate.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../sysdeps/generic/unwind-link.h:34, from ../sysdeps/generic/framestate.c:26: ../sysdeps/generic/framestate.c: In function '__frame_state_for': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../sysdeps/generic/unwind-link.h:67:5: note: in expansion of macro 'PTR_DEMANGLE' 67 | PTR_DEMANGLE (__unwind_fptr); \ | ^~~~~~~~~~~~ ../sysdeps/generic/framestate.c:37:12: note: in expansion of macro 'UNWIND_LINK_PTR' 37 | return UNWIND_LINK_PTR (unwind_link, __frame_state_for) (pc, frame_state); | ^~~~~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../sysdeps/generic/unwind-link.h:67:5: note: in expansion of macro 'PTR_DEMANGLE' 67 | PTR_DEMANGLE (__unwind_fptr); \ | ^~~~~~~~~~~~ ../sysdeps/generic/framestate.c:37:12: note: in expansion of macro 'UNWIND_LINK_PTR' 37 | return UNWIND_LINK_PTR (unwind_link, __frame_state_for) (pc, frame_state); | ^~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:1011: /build/elf/framestate.os] Error 1 gcc -m32 ../sysdeps/generic/unwind-pe.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/unwind-pe.os -MD -MP -MF /build/elf/unwind-pe.os.dt -MT /build/elf/unwind-pe.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../sysdeps/generic/unwind-pe.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:1011: /build/elf/unwind-pe.os] Error 1 gcc -m32 dl-call-libc-early-init.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-call-libc-early-init.os -MD -MP -MF /build/elf/dl-call-libc-early-init.os.dt -MT /build/elf/dl-call-libc-early-init.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-call-libc-early-init.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-call-libc-early-init.os] Error 1 gcc -m32 dl-call_fini.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-call_fini.os -MD -MP -MF /build/elf/dl-call_fini.os.dt -MT /build/elf/dl-call_fini.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from ../sysdeps/gnu/ldsodefs.h:22, from ../sysdeps/unix/sysv/linux/ldsodefs.h:25, from dl-call_fini.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-call_fini.os] Error 1 gcc -m32 dl-catch.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-catch.os -MD -MP -MF /build/elf/dl-catch.os.dt -MT /build/elf/dl-catch.os In file included from ../intl/libintl.h:23, from ../include/libintl.h:2, from dl-catch.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-catch.os] Error 1 gcc -m32 dl-close.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-close.os -MD -MP -MF /build/elf/dl-close.os.dt -MT /build/elf/dl-close.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-close.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-close.os] Error 1 gcc -m32 dl-debug.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-debug.os -MD -MP -MF /build/elf/dl-debug.os.dt -MT /build/elf/dl-debug.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from ../sysdeps/gnu/ldsodefs.h:22, from ../sysdeps/unix/sysv/linux/ldsodefs.h:25, from dl-debug.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-debug.os] Error 1 gcc -m32 dl-debug-symbols.S -c -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/elf/dl-debug-symbols.os -MD -MP -MF /build/elf/dl-debug-symbols.os.dt -MT /build/elf/dl-debug-symbols.os dl-debug-symbols.S:20:10: fatal error: rtld-sizes.h: No such file or directory 20 | #include | ^~~~~~~~~~~~~~ compilation terminated. make[2]: *** [../o-iterator.mk:9: /build/elf/dl-debug-symbols.os] Error 1 gcc -m32 dl-deps.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-deps.os -MD -MP -MF /build/elf/dl-deps.os.dt -MT /build/elf/dl-deps.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../include/atomic.h:47, from dl-deps.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-deps.os] Error 1 gcc -m32 dl-exception.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-exception.os -MD -MP -MF /build/elf/dl-exception.os.dt -MT /build/elf/dl-exception.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from ../sysdeps/gnu/ldsodefs.h:22, from ../sysdeps/unix/sysv/linux/ldsodefs.h:25, from dl-exception.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-exception.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/dl-execstack.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-execstack.os -MD -MP -MF /build/elf/dl-execstack.os.dt -MT /build/elf/dl-execstack.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/dl-execstack.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/elf/dl-execstack.os] Error 1 gcc -m32 dl-find_object.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-find_object.os -MD -MP -MF /build/elf/dl-find_object.os.dt -MT /build/elf/dl-find_object.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-find_object.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-find_object.os] Error 1 gcc -m32 dl-fini.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-fini.os -MD -MP -MF /build/elf/dl-fini.os.dt -MT /build/elf/dl-fini.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-fini.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-fini.os] Error 1 gcc -m32 dl-init.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-init.os -MD -MP -MF /build/elf/dl-init.os.dt -MT /build/elf/dl-init.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-init.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-init.os] Error 1 gcc -m32 dl-load.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -Wno-unused -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -I/build/elf/. -I/build/csu/. -DTOP_NAMESPACE=glibc -o /build/elf/dl-load.os -MD -MP -MF /build/elf/dl-load.os.dt -MT /build/elf/dl-load.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from dl-load.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-load.os] Error 1 gcc -m32 dl-lookup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-lookup.os -MD -MP -MF /build/elf/dl-lookup.os.dt -MT /build/elf/dl-lookup.os In file included from ../stdlib/alloca.h:21, from ../include/alloca.h:3, from dl-lookup.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-lookup.os] Error 1 gcc -m32 dl-lookup-direct.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-lookup-direct.os -MD -MP -MF /build/elf/dl-lookup-direct.os.dt -MT /build/elf/dl-lookup-direct.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from ../sysdeps/gnu/ldsodefs.h:22, from ../sysdeps/unix/sysv/linux/ldsodefs.h:25, from dl-lookup-direct.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-lookup-direct.os] Error 1 gcc -m32 dl-minimal-malloc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-minimal-malloc.os -MD -MP -MF /build/elf/dl-minimal-malloc.os.dt -MT /build/elf/dl-minimal-malloc.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-minimal-malloc.c:25: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-minimal-malloc.os] Error 1 gcc -m32 dl-misc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-misc.os -MD -MP -MF /build/elf/dl-misc.os.dt -MT /build/elf/dl-misc.os In file included from ../bits/libc-header-start.h:33, from ../include/limits.h:26, from ../sysdeps/generic/_itoa.h:22, from dl-misc.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-misc.os] Error 1 gcc -m32 dl-object.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-object.os -MD -MP -MF /build/elf/dl-object.os.dt -MT /build/elf/dl-object.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from dl-object.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-object.os] Error 1 gcc -m32 dl-open.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-open.os -MD -MP -MF /build/elf/dl-open.os.dt -MT /build/elf/dl-open.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-open.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-open.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/dl-origin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-origin.os -MD -MP -MF /build/elf/dl-origin.os.dt -MT /build/elf/dl-origin.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from ../sysdeps/unix/sysv/linux/dl-origin.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/elf/dl-origin.os] Error 1 gcc -m32 dl-printf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-printf.os -MD -MP -MF /build/elf/dl-printf.os.dt -MT /build/elf/dl-printf.os In file included from ../bits/libc-header-start.h:33, from ../include/limits.h:26, from ../sysdeps/generic/_itoa.h:22, from dl-printf.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-printf.os] Error 1 gcc -m32 dl-profile.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-profile.os -MD -MP -MF /build/elf/dl-profile.os.dt -MT /build/elf/dl-profile.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-profile.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-profile.os] Error 1 gcc -m32 dl-reloc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -Wno-unused -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-reloc.os -MD -MP -MF /build/elf/dl-reloc.os.dt -MT /build/elf/dl-reloc.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from dl-reloc.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-reloc.os] Error 1 gcc -m32 dl-runtime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-runtime.os -MD -MP -MF /build/elf/dl-runtime.os.dt -MT /build/elf/dl-runtime.os In file included from ../stdlib/alloca.h:21, from ../include/alloca.h:3, from dl-runtime.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-runtime.os] Error 1 gcc -m32 dl-scope.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-scope.os -MD -MP -MF /build/elf/dl-scope.os.dt -MT /build/elf/dl-scope.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from dl-scope.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-scope.os] Error 1 gcc -m32 dl-setup_hash.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-setup_hash.os -MD -MP -MF /build/elf/dl-setup_hash.os.dt -MT /build/elf/dl-setup_hash.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-setup_hash.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-setup_hash.os] Error 1 gcc -m32 dl-sort-maps.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-sort-maps.os -MD -MP -MF /build/elf/dl-sort-maps.os.dt -MT /build/elf/dl-sort-maps.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-sort-maps.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-sort-maps.os] Error 1 gcc -m32 ../sysdeps/nptl/dl-thread_gscope_wait.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-thread_gscope_wait.os -MD -MP -MF /build/elf/dl-thread_gscope_wait.os.dt -MT /build/elf/dl-thread_gscope_wait.os In file included from ../bits/libc-header-start.h:33, from ../include/limits.h:26, from ../nptl/descr.h:21, from ../sysdeps/nptl/dl-thread_gscope_wait.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:263: /build/elf/dl-thread_gscope_wait.os] Error 1 gcc -m32 dl-tls.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-tls.os -MD -MP -MF /build/elf/dl-tls.os.dt -MT /build/elf/dl-tls.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-tls.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-tls.os] Error 1 gcc -m32 ../sysdeps/nptl/dl-tls_init_tp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-tls_init_tp.os -MD -MP -MF /build/elf/dl-tls_init_tp.os.dt -MT /build/elf/dl-tls_init_tp.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from ../sysdeps/gnu/ldsodefs.h:22, from ../sysdeps/unix/sysv/linux/ldsodefs.h:25, from ../sysdeps/nptl/dl-tls_init_tp.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:263: /build/elf/dl-tls_init_tp.os] Error 1 gcc -m32 ../sysdeps/i386/dl-trampoline.S -c -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/elf/dl-trampoline.os -MD -MP -MF /build/elf/dl-trampoline.os.dt -MT /build/elf/dl-trampoline.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/i386/dl-trampoline.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../sysdeps/i386/dl-trampoline.S:20:10: fatal error: link-defines.h: No such file or directory 20 | #include | ^~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors compilation terminated. make[2]: *** [/build/sysd-rules:737: /build/elf/dl-trampoline.os] Error 1 gcc -m32 dl-tunables.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -fno-tree-loop-distribute-patterns -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-tunables.os -MD -MP -MF /build/elf/dl-tunables.os.dt -MT /build/elf/dl-tunables.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from ../sysdeps/generic/startup.h:22, from ../sysdeps/unix/sysv/linux/startup.h:20, from ../sysdeps/unix/sysv/linux/i386/startup.h:22, from dl-tunables.c:25: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-tunables.os] Error 1 gcc -m32 dl-version.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-version.os -MD -MP -MF /build/elf/dl-version.os.dt -MT /build/elf/dl-version.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from dl-version.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-version.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/dl-write.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-write.os -MD -MP -MF /build/elf/dl-write.os.dt -MT /build/elf/dl-write.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/sysv/linux/dl-write.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/elf/dl-write.os] Error 1 gcc -m32 dl-cache.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -D'SYSCONFDIR="/etc"' -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-cache.os -MD -MP -MF /build/elf/dl-cache.os.dt -MT /build/elf/dl-cache.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-cache.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-cache.os] Error 1 gcc -m32 ../sysdeps/i386/tlsdesc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tlsdesc.os -MD -MP -MF /build/elf/tlsdesc.os.dt -MT /build/elf/tlsdesc.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from ../sysdeps/gnu/ldsodefs.h:22, from ../sysdeps/unix/sysv/linux/ldsodefs.h:25, from ../sysdeps/i386/tlsdesc.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:739: /build/elf/tlsdesc.os] Error 1 gcc -m32 ../sysdeps/i386/dl-tlsdesc.S -c -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/elf/dl-tlsdesc.os -MD -MP -MF /build/elf/dl-tlsdesc.os.dt -MT /build/elf/dl-tlsdesc.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/i386/dl-tlsdesc.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../sysdeps/i386/dl-tlsdesc.S:21:10: fatal error: tlsdesc.h: No such file or directory 21 | #include "tlsdesc.h" | ^~~~~~~~~~~ cc1: some warnings being treated as errors compilation terminated. make[2]: *** [/build/sysd-rules:737: /build/elf/dl-tlsdesc.os] Error 1 gcc -m32 ../sysdeps/x86/dl-get-cpu-features.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-get-cpu-features.os -MD -MP -MF /build/elf/dl-get-cpu-features.os.dt -MT /build/elf/dl-get-cpu-features.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from ../sysdeps/gnu/ldsodefs.h:22, from ../sysdeps/unix/sysv/linux/ldsodefs.h:25, from ../sysdeps/x86/dl-get-cpu-features.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:773: /build/elf/dl-get-cpu-features.os] Error 1 gcc -m32 dl-audit.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-audit.os -MD -MP -MF /build/elf/dl-audit.os.dt -MT /build/elf/dl-audit.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-audit.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-audit.os] Error 1 gcc -m32 dl-compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-compat.os -MD -MP -MF /build/elf/dl-compat.os.dt -MT /build/elf/dl-compat.os In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from dl-compat.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-compat.os] Error 1 gcc -m32 dl-diagnostics.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -D'SYSCONFDIR="/etc"' -D'PREFIX="/usr"' -D'RTLD="/lib/ld-linux.so.2"' -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-diagnostics.os -MD -MP -MF /build/elf/dl-diagnostics.os.dt -MT /build/elf/dl-diagnostics.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from dl-diagnostics.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-diagnostics.os] Error 1 gcc -m32 ../sysdeps/x86/dl-diagnostics-cpu.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-diagnostics-cpu.os -MD -MP -MF /build/elf/dl-diagnostics-cpu.os.dt -MT /build/elf/dl-diagnostics-cpu.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ./dl-diagnostics.h:22, from ../sysdeps/x86/dl-diagnostics-cpu.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:773: /build/elf/dl-diagnostics-cpu.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/dl-diagnostics-kernel.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-diagnostics-kernel.os -MD -MP -MF /build/elf/dl-diagnostics-kernel.os.dt -MT /build/elf/dl-diagnostics-kernel.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ./dl-diagnostics.h:22, from ../sysdeps/unix/sysv/linux/dl-diagnostics-kernel.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/elf/dl-diagnostics-kernel.os] Error 1 gcc -m32 dl-environ.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-environ.os -MD -MP -MF /build/elf/dl-environ.os.dt -MT /build/elf/dl-environ.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from dl-environ.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-environ.os] Error 1 gcc -m32 dl-hwcaps.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-hwcaps.os -MD -MP -MF /build/elf/dl-hwcaps.os.dt -MT /build/elf/dl-hwcaps.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-hwcaps.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-hwcaps.os] Error 1 gcc -m32 dl-hwcaps-subdirs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-hwcaps-subdirs.os -MD -MP -MF /build/elf/dl-hwcaps-subdirs.os.dt -MT /build/elf/dl-hwcaps-subdirs.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ./dl-hwcaps.h:22, from dl-hwcaps-subdirs.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-hwcaps-subdirs.os] Error 1 gcc -m32 dl-hwcaps_split.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-hwcaps_split.os -MD -MP -MF /build/elf/dl-hwcaps_split.os.dt -MT /build/elf/dl-hwcaps_split.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ./dl-hwcaps.h:22, from dl-hwcaps_split.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-hwcaps_split.os] Error 1 gcc -m32 dl-libc_freeres.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-libc_freeres.os -MD -MP -MF /build/elf/dl-libc_freeres.os.dt -MT /build/elf/dl-libc_freeres.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from ../sysdeps/gnu/ldsodefs.h:22, from ../sysdeps/unix/sysv/linux/ldsodefs.h:25, from dl-libc_freeres.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-libc_freeres.os] Error 1 gcc -m32 dl-minimal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-minimal.os -MD -MP -MF /build/elf/dl-minimal.os.dt -MT /build/elf/dl-minimal.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-minimal.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-minimal.os] Error 1 gcc -m32 ../sysdeps/nptl/dl-mutex.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-mutex.os -MD -MP -MF /build/elf/dl-mutex.os.dt -MT /build/elf/dl-mutex.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from ../sysdeps/nptl/dl-mutex.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:263: /build/elf/dl-mutex.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/x86/dl-sysdep.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-sysdep.os -MD -MP -MF /build/elf/dl-sysdep.os.dt -MT /build/elf/dl-sysdep.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../sysdeps/x86/cpu-tunables.c:21, from ../sysdeps/unix/sysv/linux/x86/dl-sysdep.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:127: /build/elf/dl-sysdep.os] Error 1 gcc -m32 dl-usage.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -D'SYSCONFDIR="/etc"' -D'RTLD="/lib/ld-linux.so.2"' -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-usage.os -MD -MP -MF /build/elf/dl-usage.os.dt -MT /build/elf/dl-usage.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/generic/dl-cache.h:22, from dl-usage.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-usage.os] Error 1 gcc -m32 rtld.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -fno-tree-loop-distribute-patterns -Wno-uninitialized -Wno-unused -D'SYSCONFDIR="/etc"' -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/rtld.os -MD -MP -MF /build/elf/rtld.os.dt -MT /build/elf/rtld.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from rtld.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/rtld.os] Error 1 gcc -m32 dl-brk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-brk.os -MD -MP -MF /build/elf/dl-brk.os.dt -MT /build/elf/dl-brk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/brk.c:19, from ../sysdeps/unix/sysv/linux/i386/brk.c:24, from dl-brk.c:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-brk.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/dl-getcwd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-getcwd.os -MD -MP -MF /build/elf/dl-getcwd.os.dt -MT /build/elf/dl-getcwd.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from ../sysdeps/unix/sysv/linux/getcwd.c:19, from ../sysdeps/unix/sysv/linux/dl-getcwd.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/elf/dl-getcwd.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/dl-openat64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-openat64.os -MD -MP -MF /build/elf/dl-openat64.os.dt -MT /build/elf/dl-openat64.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from ../sysdeps/unix/sysv/linux/dl-openat64.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/elf/dl-openat64.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/dl-opendir.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-opendir.os -MD -MP -MF /build/elf/dl-opendir.os.dt -MT /build/elf/dl-opendir.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from ../sysdeps/unix/sysv/linux/opendir.c:18, from ../sysdeps/unix/sysv/linux/dl-opendir.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/elf/dl-opendir.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/dl-sbrk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-sbrk.os -MD -MP -MF /build/elf/dl-sbrk.os.dt -MT /build/elf/dl-sbrk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../misc/sbrk.c:22, from ../sysdeps/unix/sysv/linux/dl-sbrk.c:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/elf/dl-sbrk.os] Error 1 make[2]: *** No rule to make target '/build/csu/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/iconv/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/locale/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/assert/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/ctype/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/intl/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/catgets/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/math/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/setjmp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/signal/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/stdlib/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/stdio-common/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/libio/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/dlfcn/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/nptl/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/rt/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/malloc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/string/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/wcsmbs/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/time/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/dirent/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/grp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/pwd/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/posix/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/io/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/termios/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/resource/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/misc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/socket/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/sysvipc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/gmon/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/wctype/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/shadow/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/gshadow/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/argp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/debug/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/inet/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/resolv/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/nss/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/sunrpc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/nscd/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/login/stamp.os', needed by '/build/libc_pic.a'. gcc -m32 static-stubs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nonlib -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/static-stubs.o -MD -MP -MF /build/elf/static-stubs.o.dt -MT /build/elf/static-stubs.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../include/atomic.h:47, from ../sysdeps/posix/libc_fatal.c:19, from static-stubs.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/static-stubs.o] Error 1 gcc -m32 cache.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -D'SYSCONFDIR="/etc"' -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nonlib -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/cache.o -MD -MP -MF /build/elf/cache.o.dt -MT /build/elf/cache.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from cache.c:17: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/cache.o] Error 1 gcc -m32 chroot_canon.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nonlib -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/chroot_canon.o -MD -MP -MF /build/elf/chroot_canon.o.dt -MT /build/elf/chroot_canon.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from chroot_canon.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/chroot_canon.o] Error 1 gcc -m32 readlib.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nonlib -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/readlib.o -MD -MP -MF /build/elf/readlib.o.dt -MT /build/elf/readlib.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from readlib.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/readlib.o] Error 1 gcc -m32 stringtable.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nonlib -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/stringtable.o -MD -MP -MF /build/elf/stringtable.o.dt -MT /build/elf/stringtable.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from stringtable.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/stringtable.o] Error 1 gcc -m32 ../locale/programs/xmalloc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nonlib -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/xmalloc.o -MD -MP -MF /build/elf/xmalloc.o.dt -MT /build/elf/xmalloc.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../locale/programs/xmalloc.c:24: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/xmalloc.o] Error 1 gcc -m32 ../locale/programs/xstrdup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nonlib -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/xstrdup.o -MD -MP -MF /build/elf/xstrdup.o.dt -MT /build/elf/xstrdup.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from ../locale/programs/xstrdup.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/xstrdup.o] Error 1 gcc -m32 sotruss-lib.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/sotruss-lib.os -MD -MP -MF /build/elf/sotruss-lib.os.dt -MT /build/elf/sotruss-lib.os In file included from ../misc/err.h:22, from ../include/err.h:2, from sotruss-lib.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/sotruss-lib.os] Error 1 make[2]: *** No rule to make target '/build/stdlib/stamp.oS', needed by '/build/libc_nonshared.a'. make[2]: *** No rule to make target '/build/nptl/stamp.oS', needed by '/build/libc_nonshared.a'. make[2]: *** No rule to make target '/build/debug/stamp.oS', needed by '/build/libc_nonshared.a'. make[2]: Target 'subdir_lib' not remade because of errors. make[2]: Leaving directory '/glibc/elf' make[1]: *** [Makefile:484: elf/subdir_lib] Error 2 make[1]: *** No rule to make target '/build/elf/ld.so', needed by '/build/libc.so'. make[1]: *** No rule to make target '/build/sunrpc/librpc_compat_pic.a', needed by '/build/linkobj/libc_pic.a'. make subdir=csu -C csu ..=../ others make[2]: Entering directory '/glibc/csu' python3 -B ../scripts/gen-as-const.py --cc="gcc -m32 -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -ftls-model=initial-exec -I../include -I/build/csu -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc -DGEN_AS_CONST_HEADERS \ -MD -MP -MF /build/rtld-sizes.h.dT \ -MT '/build/rtld-sizes.h.d /build/rtld-sizes.h'" \ rtld-sizes.sym > /build/rtld-sizes.hT In file included from ../elf/link.h:23, from ../include/link.h:35, from :1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro ‘__GLIBC_USE’ 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro ‘__GLIBC_USE’ 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors Traceback (most recent call last): File "/glibc/csu/../scripts/gen-as-const.py", line 120, in main() File "/glibc/csu/../scripts/gen-as-const.py", line 116, in main consts = glibcextract.compute_c_consts(sym_data, args.cc) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/glibc/scripts/glibcextract.py", line 63, in compute_c_consts subprocess.check_call(cmd, shell=True) File "/usr/lib64/python3.11/subprocess.py", line 413, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command 'gcc -m32 -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -ftls-model=initial-exec -I../include -I/build/csu -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc -DGEN_AS_CONST_HEADERS -MD -MP -MF /build/rtld-sizes.h.dT -MT '/build/rtld-sizes.h.d /build/rtld-sizes.h' -S -o /tmp/tmpbmx6oor7/test.s -x c - < /tmp/tmpbmx6oor7/test.c' returned non-zero exit status 1. make[2]: *** [../Makerules:271: /build/rtld-sizes.h] Error 1 python3 -B ../scripts/gen-as-const.py --cc="gcc -m32 -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -ftls-model=initial-exec -I../include -I/build/csu -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc -DGEN_AS_CONST_HEADERS \ -MD -MP -MF /build/tcb-offsets.h.dT \ -MT '/build/tcb-offsets.h.d /build/tcb-offsets.h'" \ ../sysdeps/i386/nptl/tcb-offsets.sym > /build/tcb-offsets.hT In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from :1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro ‘__GLIBC_USE’ 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro ‘__GLIBC_USE’ 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors Traceback (most recent call last): File "/glibc/csu/../scripts/gen-as-const.py", line 120, in main() File "/glibc/csu/../scripts/gen-as-const.py", line 116, in main consts = glibcextract.compute_c_consts(sym_data, args.cc) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/glibc/scripts/glibcextract.py", line 63, in compute_c_consts subprocess.check_call(cmd, shell=True) File "/usr/lib64/python3.11/subprocess.py", line 413, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command 'gcc -m32 -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -ftls-model=initial-exec -I../include -I/build/csu -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc -DGEN_AS_CONST_HEADERS -MD -MP -MF /build/tcb-offsets.h.dT -MT '/build/tcb-offsets.h.d /build/tcb-offsets.h' -S -o /tmp/tmpv2hajp50/test.s -x c - < /tmp/tmpv2hajp50/test.c' returned non-zero exit status 1. make[2]: *** [../Makerules:271: /build/tcb-offsets.h] Error 1 python3 -B ../scripts/gen-as-const.py --cc="gcc -m32 -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -ftls-model=initial-exec -I../include -I/build/csu -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc -DGEN_AS_CONST_HEADERS \ -MD -MP -MF /build/link-defines.h.dT \ -MT '/build/link-defines.h.d /build/link-defines.h'" \ ../sysdeps/i386/link-defines.sym > /build/link-defines.hT In file included from ../elf/link.h:23, from ../include/link.h:35, from :1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro ‘__GLIBC_USE’ 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro ‘__GLIBC_USE’ 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors Traceback (most recent call last): File "/glibc/csu/../scripts/gen-as-const.py", line 120, in main() File "/glibc/csu/../scripts/gen-as-const.py", line 116, in main consts = glibcextract.compute_c_consts(sym_data, args.cc) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/glibc/scripts/glibcextract.py", line 63, in compute_c_consts subprocess.check_call(cmd, shell=True) File "/usr/lib64/python3.11/subprocess.py", line 413, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command 'gcc -m32 -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -ftls-model=initial-exec -I../include -I/build/csu -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc -DGEN_AS_CONST_HEADERS -MD -MP -MF /build/link-defines.h.dT -MT '/build/link-defines.h.d /build/link-defines.h' -S -o /tmp/tmp0o0kphj9/test.s -x c - < /tmp/tmp0o0kphj9/test.c' returned non-zero exit status 1. make[2]: *** [../Makerules:271: /build/link-defines.h] Error 1 python3 -B ../scripts/gen-as-const.py --cc="gcc -m32 -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -ftls-model=initial-exec -I../include -I/build/csu -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc -DGEN_AS_CONST_HEADERS \ -MD -MP -MF /build/tlsdesc.h.dT \ -MT '/build/tlsdesc.h.d /build/tlsdesc.h'" \ ../sysdeps/i386/tlsdesc.sym > /build/tlsdesc.hT In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from :2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro ‘__GLIBC_USE’ 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro ‘__GLIBC_USE’ 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors Traceback (most recent call last): File "/glibc/csu/../scripts/gen-as-const.py", line 120, in main() File "/glibc/csu/../scripts/gen-as-const.py", line 116, in main consts = glibcextract.compute_c_consts(sym_data, args.cc) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/glibc/scripts/glibcextract.py", line 63, in compute_c_consts subprocess.check_call(cmd, shell=True) File "/usr/lib64/python3.11/subprocess.py", line 413, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command 'gcc -m32 -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -ftls-model=initial-exec -I../include -I/build/csu -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc -DGEN_AS_CONST_HEADERS -MD -MP -MF /build/tlsdesc.h.dT -MT '/build/tlsdesc.h.d /build/tlsdesc.h' -S -o /tmp/tmpm8e4u6li/test.s -x c - < /tmp/tmpm8e4u6li/test.c' returned non-zero exit status 1. make[2]: *** [../Makerules:271: /build/tlsdesc.h] Error 1 python3 -B ../scripts/gen-as-const.py --cc="gcc -m32 -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -ftls-model=initial-exec -I../include -I/build/csu -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc -DGEN_AS_CONST_HEADERS \ -MD -MP -MF /build/cpu-features-offsets.h.dT \ -MT '/build/cpu-features-offsets.h.d /build/cpu-features-offsets.h'" \ ../sysdeps/x86/cpu-features-offsets.sym > /build/cpu-features-offsets.hT In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from ../sysdeps/gnu/ldsodefs.h:22, from ../sysdeps/unix/sysv/linux/ldsodefs.h:25, from :2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro ‘__GLIBC_USE’ 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro ‘__GLIBC_USE’ 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors Traceback (most recent call last): File "/glibc/csu/../scripts/gen-as-const.py", line 120, in main() File "/glibc/csu/../scripts/gen-as-const.py", line 116, in main consts = glibcextract.compute_c_consts(sym_data, args.cc) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/glibc/scripts/glibcextract.py", line 63, in compute_c_consts subprocess.check_call(cmd, shell=True) File "/usr/lib64/python3.11/subprocess.py", line 413, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command 'gcc -m32 -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -ftls-model=initial-exec -I../include -I/build/csu -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc -DGEN_AS_CONST_HEADERS -MD -MP -MF /build/cpu-features-offsets.h.dT -MT '/build/cpu-features-offsets.h.d /build/cpu-features-offsets.h' -S -o /tmp/tmp6812giqi/test.s -x c - < /tmp/tmp6812giqi/test.c' returned non-zero exit status 1. make[2]: *** [../Makerules:271: /build/cpu-features-offsets.h] Error 1 make[2]: Target 'others' not remade because of errors. make[2]: Leaving directory '/glibc/csu' make[1]: *** [Makefile:484: csu/others] Error 2 make subdir=iconv -C iconv ..=../ others make[2]: Entering directory '/glibc/iconv' gcc -m32 iconv_charmap.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -I../locale/programs -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvprogs -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconv/iconv_charmap.o -MD -MP -MF /build/iconv/iconv_charmap.o.dt -MT /build/iconv/iconv_charmap.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from iconv_charmap.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconv/iconv_charmap.o] Error 1 gcc -m32 ../locale/programs/charmap.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -DCHARMAP_PATH='"/usr/share/i18n/charmaps"' -DDEFAULT_CHARMAP=null_pointer -DNEED_NULL_POINTER -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvprogs -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconv/charmap.o -MD -MP -MF /build/iconv/charmap.o.dt -MT /build/iconv/charmap.o In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from ../locale/programs/charmap.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconv/charmap.o] Error 1 gcc -m32 ../locale/programs/charmap-dir.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvprogs -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconv/charmap-dir.o -MD -MP -MF /build/iconv/charmap-dir.o.dt -MT /build/iconv/charmap-dir.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from ../locale/programs/charmap-dir.c:17: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconv/charmap-dir.o] Error 1 gcc -m32 ../locale/programs/linereader.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -DNO_TRANSLITERATION -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvprogs -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconv/linereader.o -MD -MP -MF /build/iconv/linereader.o.dt -MT /build/iconv/linereader.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from ../locale/programs/linereader.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconv/linereader.o] Error 1 gcc -m32 dummy-repertoire.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -I../locale/programs -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvprogs -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconv/dummy-repertoire.o -MD -MP -MF /build/iconv/dummy-repertoire.o.dt -MT /build/iconv/dummy-repertoire.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from dummy-repertoire.c:17: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconv/dummy-repertoire.o] Error 1 gcc -m32 ../locale/programs/simple-hash.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -I../locale -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvprogs -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconv/simple-hash.o -MD -MP -MF /build/iconv/simple-hash.o.dt -MT /build/iconv/simple-hash.o In file included from ../stdlib/inttypes.h:25, from ../include/inttypes.h:2, from ../locale/programs/simple-hash.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconv/simple-hash.o] Error 1 gcc -m32 ../locale/programs/xstrdup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvprogs -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconv/xstrdup.o -MD -MP -MF /build/iconv/xstrdup.o.dt -MT /build/iconv/xstrdup.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from ../locale/programs/xstrdup.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconv/xstrdup.o] Error 1 gcc -m32 ../locale/programs/xmalloc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvprogs -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconv/xmalloc.o -MD -MP -MF /build/iconv/xmalloc.o.dt -MT /build/iconv/xmalloc.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../locale/programs/xmalloc.c:24: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconv/xmalloc.o] Error 1 gcc -m32 ../locale/programs/record-status.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvprogs -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconv/record-status.o -MD -MP -MF /build/iconv/record-status.o.dt -MT /build/iconv/record-status.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from ../locale/programs/record-status.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconv/record-status.o] Error 1 gcc -m32 strtab.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvprogs -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconv/strtab.o -MD -MP -MF /build/iconv/strtab.o.dt -MT /build/iconv/strtab.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from strtab.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconv/strtab.o] Error 1 gcc -m32 ../locale/programs/xasprintf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvprogs -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconv/xasprintf.o -MD -MP -MF /build/iconv/xasprintf.o.dt -MT /build/iconv/xasprintf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../locale/programs/xasprintf.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconv/xasprintf.o] Error 1 gcc -m32 iconvconfig.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -DGCONV_PATH='"/usr/lib/gconv"' -DGCONV_DIR='"/usr/lib/gconv"' -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nonlib -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconv/iconvconfig.o -MD -MP -MF /build/iconv/iconvconfig.o.dt -MT /build/iconv/iconvconfig.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from ../argp/argp.h:23, from ../include/argp.h:2, from iconvconfig.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconv/iconvconfig.o] Error 1 make[2]: *** No rule to make target '/build/csu/stamp.os', needed by '/build/libc_pic.a'. gcc -m32 iconv_open.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconv/iconv_open.os -MD -MP -MF /build/iconv/iconv_open.os.dt -MT /build/iconv/iconv_open.os In file included from ../stdlib/alloca.h:21, from ../include/alloca.h:3, from iconv_open.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconv/iconv_open.os] Error 1 gcc -m32 iconv.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconv/iconv.os -MD -MP -MF /build/iconv/iconv.os.dt -MT /build/iconv/iconv.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from iconv.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconv/iconv.os] Error 1 gcc -m32 iconv_close.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconv/iconv_close.os -MD -MP -MF /build/iconv/iconv_close.os.dt -MT /build/iconv/iconv_close.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from iconv_close.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconv/iconv_close.os] Error 1 gcc -m32 gconv_open.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconv/gconv_open.os -MD -MP -MF /build/iconv/gconv_open.os.dt -MT /build/iconv/gconv_open.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from gconv_open.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconv/gconv_open.os] Error 1 gcc -m32 gconv.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconv/gconv.os -MD -MP -MF /build/iconv/gconv.os.dt -MT /build/iconv/gconv.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from gconv.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from gconv.c:26: gconv.c: In function '__gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ gconv.c:50:5: note: in expansion of macro 'PTR_DEMANGLE' 50 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ gconv.c:50:5: note: in expansion of macro 'PTR_DEMANGLE' 50 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconv/gconv.os] Error 1 gcc -m32 gconv_close.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconv/gconv_close.os -MD -MP -MF /build/iconv/gconv_close.os.dt -MT /build/iconv/gconv_close.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from gconv_close.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconv/gconv_close.os] Error 1 gcc -m32 gconv_db.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconv/gconv_db.os -MD -MP -MF /build/iconv/gconv_db.os.dt -MT /build/iconv/gconv_db.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from gconv_db.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from gconv_db.c:30: gconv_db.c: In function 'free_derivation': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ gconv_db.c:183:9: note: in expansion of macro 'PTR_DEMANGLE' 183 | PTR_DEMANGLE (end_fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ gconv_db.c:183:9: note: in expansion of macro 'PTR_DEMANGLE' 183 | PTR_DEMANGLE (end_fct); | ^~~~~~~~~~~~ gconv_db.c: In function '__gconv_release_step': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ gconv_db.c:209:9: note: in expansion of macro 'PTR_DEMANGLE' 209 | PTR_DEMANGLE (end_fct); | ^~~~~~~~~~~~ gconv_db.c: In function 'gen_steps': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ gconv_db.c:302:15: note: in expansion of macro 'PTR_DEMANGLE' 302 | PTR_DEMANGLE (init_fct); | ^~~~~~~~~~~~ gconv_db.c: In function 'increment_counter': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ gconv_db.c:397:15: note: in expansion of macro 'PTR_DEMANGLE' 397 | PTR_DEMANGLE (init_fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconv/gconv_db.os] Error 1 gcc -m32 gconv_conf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -DGCONV_PATH='"/usr/lib/gconv"' -ftls-model=initial-exec -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconv/gconv_conf.os -MD -MP -MF /build/iconv/gconv_conf.os.dt -MT /build/iconv/gconv_conf.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from gconv_conf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50, from ./gconv_parseconfdir.h:25, from gconv_conf.c:35: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconv/gconv_conf.os] Error 1 gcc -m32 gconv_builtin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconv/gconv_builtin.os -MD -MP -MF /build/iconv/gconv_builtin.os.dt -MT /build/iconv/gconv_builtin.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from gconv_builtin.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconv/gconv_builtin.os] Error 1 gcc -m32 gconv_simple.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconv/gconv_simple.os -MD -MP -MF /build/iconv/gconv_simple.os.dt -MT /build/iconv/gconv_simple.os In file included from ../string/byteswap.h:22, from ../include/byteswap.h:1, from gconv_simple.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from gconv_simple.c:166: ../iconv/skeleton.c: In function '__gconv_transform_internal_ucs4': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../iconv/skeleton.c: In function '__gconv_transform_ucs4_internal': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../iconv/skeleton.c: In function '__gconv_transform_internal_ucs4le': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../iconv/skeleton.c: In function '__gconv_transform_ucs4le_internal': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../iconv/skeleton.c: In function '__gconv_transform_ascii_internal': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../iconv/skeleton.c: In function '__gconv_transform_internal_ascii': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../iconv/skeleton.c: In function '__gconv_transform_internal_utf8': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../iconv/skeleton.c: In function '__gconv_transform_utf8_internal': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../iconv/skeleton.c: In function '__gconv_transform_ucs2_internal': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../iconv/skeleton.c: In function '__gconv_transform_internal_ucs2': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../iconv/skeleton.c: In function '__gconv_transform_ucs2reverse_internal': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../iconv/skeleton.c: In function '__gconv_transform_internal_ucs2reverse': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconv/gconv_simple.os] Error 1 gcc -m32 gconv_trans.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconv/gconv_trans.os -MD -MP -MF /build/iconv/gconv_trans.os.dt -MT /build/iconv/gconv_trans.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from gconv_trans.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from gconv_trans.c:29: gconv_trans.c: In function '__gconv_transliterate': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ gconv_trans.c:57:5: note: in expansion of macro 'PTR_DEMANGLE' 57 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ gconv_trans.c:57:5: note: in expansion of macro 'PTR_DEMANGLE' 57 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconv/gconv_trans.os] Error 1 gcc -m32 gconv_cache.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -DGCONV_DIR='"/usr/lib/gconv"' -ftls-model=initial-exec -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconv/gconv_cache.os -MD -MP -MF /build/iconv/gconv_cache.os.dt -MT /build/iconv/gconv_cache.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from gconv_cache.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from gconv_cache.c:31: gconv_cache.c: In function 'find_module': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ gconv_cache.c:208:7: note: in expansion of macro 'PTR_DEMANGLE' 208 | PTR_DEMANGLE (init_fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ gconv_cache.c:208:7: note: in expansion of macro 'PTR_DEMANGLE' 208 | PTR_DEMANGLE (init_fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconv/gconv_cache.os] Error 1 gcc -m32 gconv_dl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconv/gconv_dl.os -MD -MP -MF /build/iconv/gconv_dl.os.dt -MT /build/iconv/gconv_dl.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from gconv_dl.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from gconv_dl.c:29: gconv_dl.c: In function '__gconv_find_shlib': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ gconv_dl.c:130:19: note: in expansion of macro 'PTR_MANGLE' 130 | PTR_MANGLE (found->fct); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ gconv_dl.c:130:19: note: in expansion of macro 'PTR_MANGLE' 130 | PTR_MANGLE (found->fct); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconv/gconv_dl.os] Error 1 gcc -m32 gconv_charset.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconv/gconv_charset.os -MD -MP -MF /build/iconv/gconv_charset.os.dt -MT /build/iconv/gconv_charset.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from gconv_charset.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconv/gconv_charset.os] Error 1 make[2]: *** No rule to make target '/build/locale/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/assert/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/ctype/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/intl/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/catgets/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/math/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/setjmp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/signal/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/stdlib/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/stdio-common/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/libio/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/dlfcn/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/nptl/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/rt/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/malloc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/string/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/wcsmbs/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/time/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/dirent/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/grp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/pwd/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/posix/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/io/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/termios/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/resource/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/misc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/socket/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/sysvipc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/gmon/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/wctype/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/shadow/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/gshadow/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/argp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/debug/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/inet/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/resolv/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/nss/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/sunrpc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/nscd/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/login/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/elf/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/elf/ld.so', needed by '/build/libc.so'. make[2]: *** No rule to make target '/build/stdlib/stamp.oS', needed by '/build/libc_nonshared.a'. make[2]: *** No rule to make target '/build/nptl/stamp.oS', needed by '/build/libc_nonshared.a'. make[2]: *** No rule to make target '/build/debug/stamp.oS', needed by '/build/libc_nonshared.a'. make[2]: *** No rule to make target '/build/csu/start.o', needed by '/build/iconv/iconvconfig'. make[2]: *** No rule to make target '/build/csu/crti.o', needed by '/build/iconv/iconvconfig'. make[2]: *** No rule to make target '/build/csu/crtn.o', needed by '/build/iconv/iconvconfig'. gcc -m32 iconv_prog.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -I../locale/programs -I../include -I/build/iconv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nonlib -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/iconv/iconv_prog.o -MD -MP -MF /build/iconv/iconv_prog.o.dt -MT /build/iconv/iconv_prog.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from ../argp/argp.h:23, from ../include/argp.h:2, from iconv_prog.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconv/iconv_prog.o] Error 1 make[2]: Target 'others' not remade because of errors. make[2]: Leaving directory '/glibc/iconv' make[1]: *** [Makefile:484: iconv/others] Error 2 make subdir=locale -C locale ..=../ others make[2]: Entering directory '/glibc/locale' gcc -m32 programs/localedef.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=locale_programs -include ../include/libc-symbols.h -DPIC -DLOCALE_PATH='"/usr/lib/locale:/usr/share/i18n"' -DCHARMAP_PATH='"/usr/share/i18n/charmaps"' -DREPERTOIREMAP_PATH='"/usr/share/i18n/repertoiremaps"' -DLOCSRCDIR='"/usr/share/i18n/locales"' -DTOP_NAMESPACE=glibc -o /build/locale/localedef.o -MD -MP -MF /build/locale/localedef.o.dt -MT /build/locale/localedef.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from ../argp/argp.h:23, from ../include/argp.h:2, from programs/localedef.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/localedef.o] Error 1 gcc -m32 programs/ld-ctype.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=locale_programs -include ../include/libc-symbols.h -DPIC -DLOCALE_PATH='"/usr/lib/locale:/usr/share/i18n"' -DCHARMAP_PATH='"/usr/share/i18n/charmaps"' -DREPERTOIREMAP_PATH='"/usr/share/i18n/repertoiremaps"' -DLOCSRCDIR='"/usr/share/i18n/locales"' -DTOP_NAMESPACE=glibc -o /build/locale/ld-ctype.o -MD -MP -MF /build/locale/ld-ctype.o.dt -MT /build/locale/ld-ctype.o In file included from ../stdlib/alloca.h:21, from ../include/alloca.h:3, from programs/ld-ctype.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/ld-ctype.o] Error 1 gcc -m32 programs/ld-messages.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=locale_programs -include ../include/libc-symbols.h -DPIC -DLOCALE_PATH='"/usr/lib/locale:/usr/share/i18n"' -DCHARMAP_PATH='"/usr/share/i18n/charmaps"' -DREPERTOIREMAP_PATH='"/usr/share/i18n/repertoiremaps"' -DLOCSRCDIR='"/usr/share/i18n/locales"' -DTOP_NAMESPACE=glibc -o /build/locale/ld-messages.o -MD -MP -MF /build/locale/ld-messages.o.dt -MT /build/locale/ld-messages.o In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from programs/ld-messages.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/ld-messages.o] Error 1 gcc -m32 programs/ld-monetary.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=locale_programs -include ../include/libc-symbols.h -DPIC -DLOCALE_PATH='"/usr/lib/locale:/usr/share/i18n"' -DCHARMAP_PATH='"/usr/share/i18n/charmaps"' -DREPERTOIREMAP_PATH='"/usr/share/i18n/repertoiremaps"' -DLOCSRCDIR='"/usr/share/i18n/locales"' -DTOP_NAMESPACE=glibc -o /build/locale/ld-monetary.o -MD -MP -MF /build/locale/ld-monetary.o.dt -MT /build/locale/ld-monetary.o In file included from ../string/byteswap.h:22, from ../include/byteswap.h:1, from programs/ld-monetary.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/ld-monetary.o] Error 1 gcc -m32 programs/ld-numeric.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=locale_programs -include ../include/libc-symbols.h -DPIC -DLOCALE_PATH='"/usr/lib/locale:/usr/share/i18n"' -DCHARMAP_PATH='"/usr/share/i18n/charmaps"' -DREPERTOIREMAP_PATH='"/usr/share/i18n/repertoiremaps"' -DLOCSRCDIR='"/usr/share/i18n/locales"' -DTOP_NAMESPACE=glibc -o /build/locale/ld-numeric.o -MD -MP -MF /build/locale/ld-numeric.o.dt -MT /build/locale/ld-numeric.o In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from programs/ld-numeric.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/ld-numeric.o] Error 1 gcc -m32 programs/ld-time.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=locale_programs -include ../include/libc-symbols.h -DPIC -DLOCALE_PATH='"/usr/lib/locale:/usr/share/i18n"' -DCHARMAP_PATH='"/usr/share/i18n/charmaps"' -DREPERTOIREMAP_PATH='"/usr/share/i18n/repertoiremaps"' -DLOCSRCDIR='"/usr/share/i18n/locales"' -DTOP_NAMESPACE=glibc -o /build/locale/ld-time.o -MD -MP -MF /build/locale/ld-time.o.dt -MT /build/locale/ld-time.o In file included from ../string/byteswap.h:22, from ../include/byteswap.h:1, from programs/ld-time.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/ld-time.o] Error 1 gcc -m32 programs/ld-paper.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=locale_programs -include ../include/libc-symbols.h -DPIC -DLOCALE_PATH='"/usr/lib/locale:/usr/share/i18n"' -DCHARMAP_PATH='"/usr/share/i18n/charmaps"' -DREPERTOIREMAP_PATH='"/usr/share/i18n/repertoiremaps"' -DLOCSRCDIR='"/usr/share/i18n/locales"' -DTOP_NAMESPACE=glibc -o /build/locale/ld-paper.o -MD -MP -MF /build/locale/ld-paper.o.dt -MT /build/locale/ld-paper.o In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from programs/ld-paper.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/ld-paper.o] Error 1 gcc -m32 programs/ld-name.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=locale_programs -include ../include/libc-symbols.h -DPIC -DLOCALE_PATH='"/usr/lib/locale:/usr/share/i18n"' -DCHARMAP_PATH='"/usr/share/i18n/charmaps"' -DREPERTOIREMAP_PATH='"/usr/share/i18n/repertoiremaps"' -DLOCSRCDIR='"/usr/share/i18n/locales"' -DTOP_NAMESPACE=glibc -o /build/locale/ld-name.o -MD -MP -MF /build/locale/ld-name.o.dt -MT /build/locale/ld-name.o In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from programs/ld-name.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/ld-name.o] Error 1 gcc -m32 programs/ld-address.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=locale_programs -include ../include/libc-symbols.h -DPIC -DLOCALE_PATH='"/usr/lib/locale:/usr/share/i18n"' -DCHARMAP_PATH='"/usr/share/i18n/charmaps"' -DREPERTOIREMAP_PATH='"/usr/share/i18n/repertoiremaps"' -DLOCSRCDIR='"/usr/share/i18n/locales"' -DTOP_NAMESPACE=glibc -o /build/locale/ld-address.o -MD -MP -MF /build/locale/ld-address.o.dt -MT /build/locale/ld-address.o In file included from ../string/byteswap.h:22, from ../include/byteswap.h:1, from programs/ld-address.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/ld-address.o] Error 1 gcc -m32 programs/ld-telephone.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=locale_programs -include ../include/libc-symbols.h -DPIC -DLOCALE_PATH='"/usr/lib/locale:/usr/share/i18n"' -DCHARMAP_PATH='"/usr/share/i18n/charmaps"' -DREPERTOIREMAP_PATH='"/usr/share/i18n/repertoiremaps"' -DLOCSRCDIR='"/usr/share/i18n/locales"' -DTOP_NAMESPACE=glibc -o /build/locale/ld-telephone.o -MD -MP -MF /build/locale/ld-telephone.o.dt -MT /build/locale/ld-telephone.o In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from programs/ld-telephone.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/ld-telephone.o] Error 1 gcc -m32 programs/ld-measurement.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=locale_programs -include ../include/libc-symbols.h -DPIC -DLOCALE_PATH='"/usr/lib/locale:/usr/share/i18n"' -DCHARMAP_PATH='"/usr/share/i18n/charmaps"' -DREPERTOIREMAP_PATH='"/usr/share/i18n/repertoiremaps"' -DLOCSRCDIR='"/usr/share/i18n/locales"' -DTOP_NAMESPACE=glibc -o /build/locale/ld-measurement.o -MD -MP -MF /build/locale/ld-measurement.o.dt -MT /build/locale/ld-measurement.o In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from programs/ld-measurement.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/ld-measurement.o] Error 1 gcc -m32 programs/ld-identification.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=locale_programs -include ../include/libc-symbols.h -DPIC -DLOCALE_PATH='"/usr/lib/locale:/usr/share/i18n"' -DCHARMAP_PATH='"/usr/share/i18n/charmaps"' -DREPERTOIREMAP_PATH='"/usr/share/i18n/repertoiremaps"' -DLOCSRCDIR='"/usr/share/i18n/locales"' -DTOP_NAMESPACE=glibc -o /build/locale/ld-identification.o -MD -MP -MF /build/locale/ld-identification.o.dt -MT /build/locale/ld-identification.o In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from programs/ld-identification.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/ld-identification.o] Error 1 gcc -m32 programs/ld-collate.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=locale_programs -include ../include/libc-symbols.h -DPIC -DLOCALE_PATH='"/usr/lib/locale:/usr/share/i18n"' -DCHARMAP_PATH='"/usr/share/i18n/charmaps"' -DREPERTOIREMAP_PATH='"/usr/share/i18n/repertoiremaps"' -DLOCSRCDIR='"/usr/share/i18n/locales"' -DTOP_NAMESPACE=glibc -o /build/locale/ld-collate.o -MD -MP -MF /build/locale/ld-collate.o.dt -MT /build/locale/ld-collate.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from programs/ld-collate.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/ld-collate.o] Error 1 gcc -m32 programs/charmap.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -Wno-write-strings -Wno-char-subscripts -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=locale_programs -include ../include/libc-symbols.h -DPIC -DLOCALE_PATH='"/usr/lib/locale:/usr/share/i18n"' -DCHARMAP_PATH='"/usr/share/i18n/charmaps"' -DREPERTOIREMAP_PATH='"/usr/share/i18n/repertoiremaps"' -DLOCSRCDIR='"/usr/share/i18n/locales"' -DTOP_NAMESPACE=glibc -o /build/locale/charmap.o -MD -MP -MF /build/locale/charmap.o.dt -MT /build/locale/charmap.o In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from programs/charmap.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/charmap.o] Error 1 gcc -m32 programs/linereader.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=locale_programs -include ../include/libc-symbols.h -DPIC -DLOCALE_PATH='"/usr/lib/locale:/usr/share/i18n"' -DCHARMAP_PATH='"/usr/share/i18n/charmaps"' -DREPERTOIREMAP_PATH='"/usr/share/i18n/repertoiremaps"' -DLOCSRCDIR='"/usr/share/i18n/locales"' -DTOP_NAMESPACE=glibc -o /build/locale/linereader.o -MD -MP -MF /build/locale/linereader.o.dt -MT /build/locale/linereader.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from programs/linereader.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/linereader.o] Error 1 gcc -m32 programs/locfile.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -Wno-write-strings -Wno-char-subscripts -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=locale_programs -include ../include/libc-symbols.h -DPIC -DLOCALE_PATH='"/usr/lib/locale:/usr/share/i18n"' -DCHARMAP_PATH='"/usr/share/i18n/charmaps"' -DREPERTOIREMAP_PATH='"/usr/share/i18n/repertoiremaps"' -DLOCSRCDIR='"/usr/share/i18n/locales"' -DTOP_NAMESPACE=glibc -o /build/locale/locfile.o -MD -MP -MF /build/locale/locfile.o.dt -MT /build/locale/locfile.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from programs/locfile.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/locfile.o] Error 1 gcc -m32 programs/repertoire.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=locale_programs -include ../include/libc-symbols.h -DPIC -DLOCALE_PATH='"/usr/lib/locale:/usr/share/i18n"' -DCHARMAP_PATH='"/usr/share/i18n/charmaps"' -DREPERTOIREMAP_PATH='"/usr/share/i18n/repertoiremaps"' -DLOCSRCDIR='"/usr/share/i18n/locales"' -DTOP_NAMESPACE=glibc -o /build/locale/repertoire.o -MD -MP -MF /build/locale/repertoire.o.dt -MT /build/locale/repertoire.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from programs/repertoire.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/repertoire.o] Error 1 gcc -m32 programs/locarchive.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=locale_programs -include ../include/libc-symbols.h -DPIC -DLOCALE_PATH='"/usr/lib/locale:/usr/share/i18n"' -DCHARMAP_PATH='"/usr/share/i18n/charmaps"' -DREPERTOIREMAP_PATH='"/usr/share/i18n/repertoiremaps"' -DLOCSRCDIR='"/usr/share/i18n/locales"' -DTOP_NAMESPACE=glibc -o /build/locale/locarchive.o -MD -MP -MF /build/locale/locarchive.o.dt -MT /build/locale/locarchive.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from programs/locarchive.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/locarchive.o] Error 1 gcc -m32 ../crypt/md5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -I../crypt -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=locale_programs -include ../include/libc-symbols.h -DPIC -DLOCALE_PATH='"/usr/lib/locale:/usr/share/i18n"' -DCHARMAP_PATH='"/usr/share/i18n/charmaps"' -DREPERTOIREMAP_PATH='"/usr/share/i18n/repertoiremaps"' -DLOCSRCDIR='"/usr/share/i18n/locales"' -DTOP_NAMESPACE=glibc -o /build/locale/md5.o -MD -MP -MF /build/locale/md5.o.dt -MT /build/locale/md5.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../crypt/md5.c:26: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/md5.o] Error 1 gcc -m32 programs/locale.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=locale_programs -include ../include/libc-symbols.h -DPIC -DLOCALE_PATH='"/usr/lib/locale:/usr/share/i18n"' -DCHARMAP_PATH='"/usr/share/i18n/charmaps"' -DREPERTOIREMAP_PATH='"/usr/share/i18n/repertoiremaps"' -DLOCSRCDIR='"/usr/share/i18n/locales"' -DTOP_NAMESPACE=glibc -o /build/locale/locale.o -MD -MP -MF /build/locale/locale.o.dt -MT /build/locale/locale.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from ../argp/argp.h:23, from ../include/argp.h:2, from programs/locale.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/locale.o] Error 1 gcc -m32 programs/locale-spec.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=locale_programs -include ../include/libc-symbols.h -DPIC -DLOCALE_PATH='"/usr/lib/locale:/usr/share/i18n"' -DCHARMAP_PATH='"/usr/share/i18n/charmaps"' -DREPERTOIREMAP_PATH='"/usr/share/i18n/repertoiremaps"' -DLOCSRCDIR='"/usr/share/i18n/locales"' -DTOP_NAMESPACE=glibc -o /build/locale/locale-spec.o -MD -MP -MF /build/locale/locale-spec.o.dt -MT /build/locale/locale-spec.o In file included from ../misc/error.h:22, from ../include/error.h:2, from programs/locale-spec.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/locale-spec.o] Error 1 gcc -m32 programs/charmap-dir.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -Wno-write-strings -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=locale_programs -include ../include/libc-symbols.h -DPIC -DLOCALE_PATH='"/usr/lib/locale:/usr/share/i18n"' -DCHARMAP_PATH='"/usr/share/i18n/charmaps"' -DREPERTOIREMAP_PATH='"/usr/share/i18n/repertoiremaps"' -DLOCSRCDIR='"/usr/share/i18n/locales"' -DTOP_NAMESPACE=glibc -o /build/locale/charmap-dir.o -MD -MP -MF /build/locale/charmap-dir.o.dt -MT /build/locale/charmap-dir.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from programs/charmap-dir.c:17: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/charmap-dir.o] Error 1 gcc -m32 programs/simple-hash.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=locale_programs -include ../include/libc-symbols.h -DPIC -DLOCALE_PATH='"/usr/lib/locale:/usr/share/i18n"' -DCHARMAP_PATH='"/usr/share/i18n/charmaps"' -DREPERTOIREMAP_PATH='"/usr/share/i18n/repertoiremaps"' -DLOCSRCDIR='"/usr/share/i18n/locales"' -DTOP_NAMESPACE=glibc -o /build/locale/simple-hash.o -MD -MP -MF /build/locale/simple-hash.o.dt -MT /build/locale/simple-hash.o In file included from ../stdlib/inttypes.h:25, from ../include/inttypes.h:2, from programs/simple-hash.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/simple-hash.o] Error 1 gcc -m32 programs/xmalloc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=locale_programs -include ../include/libc-symbols.h -DPIC -DLOCALE_PATH='"/usr/lib/locale:/usr/share/i18n"' -DCHARMAP_PATH='"/usr/share/i18n/charmaps"' -DREPERTOIREMAP_PATH='"/usr/share/i18n/repertoiremaps"' -DLOCSRCDIR='"/usr/share/i18n/locales"' -DTOP_NAMESPACE=glibc -o /build/locale/xmalloc.o -MD -MP -MF /build/locale/xmalloc.o.dt -MT /build/locale/xmalloc.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from programs/xmalloc.c:24: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/xmalloc.o] Error 1 gcc -m32 programs/xstrdup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=locale_programs -include ../include/libc-symbols.h -DPIC -DLOCALE_PATH='"/usr/lib/locale:/usr/share/i18n"' -DCHARMAP_PATH='"/usr/share/i18n/charmaps"' -DREPERTOIREMAP_PATH='"/usr/share/i18n/repertoiremaps"' -DLOCSRCDIR='"/usr/share/i18n/locales"' -DTOP_NAMESPACE=glibc -o /build/locale/xstrdup.o -MD -MP -MF /build/locale/xstrdup.o.dt -MT /build/locale/xstrdup.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from programs/xstrdup.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/xstrdup.o] Error 1 gcc -m32 programs/record-status.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=locale_programs -include ../include/libc-symbols.h -DPIC -DLOCALE_PATH='"/usr/lib/locale:/usr/share/i18n"' -DCHARMAP_PATH='"/usr/share/i18n/charmaps"' -DREPERTOIREMAP_PATH='"/usr/share/i18n/repertoiremaps"' -DLOCSRCDIR='"/usr/share/i18n/locales"' -DTOP_NAMESPACE=glibc -o /build/locale/record-status.o -MD -MP -MF /build/locale/record-status.o.dt -MT /build/locale/record-status.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from programs/record-status.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/record-status.o] Error 1 gcc -m32 programs/xasprintf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=locale_programs -include ../include/libc-symbols.h -DPIC -DLOCALE_PATH='"/usr/lib/locale:/usr/share/i18n"' -DCHARMAP_PATH='"/usr/share/i18n/charmaps"' -DREPERTOIREMAP_PATH='"/usr/share/i18n/repertoiremaps"' -DLOCSRCDIR='"/usr/share/i18n/locales"' -DTOP_NAMESPACE=glibc -o /build/locale/xasprintf.o -MD -MP -MF /build/locale/xasprintf.o.dt -MT /build/locale/xasprintf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from programs/xasprintf.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/xasprintf.o] Error 1 make[2]: *** No rule to make target '/build/csu/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/iconv/stamp.os', needed by '/build/libc_pic.a'. gcc -m32 setlocale.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/setlocale.os -MD -MP -MF /build/locale/setlocale.os.dt -MT /build/locale/setlocale.os In file included from ../stdlib/alloca.h:21, from ../include/alloca.h:3, from setlocale.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/setlocale.os] Error 1 gcc -m32 findlocale.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/findlocale.os -MD -MP -MF /build/locale/findlocale.os.dt -MT /build/locale/findlocale.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from findlocale.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/findlocale.os] Error 1 gcc -m32 loadlocale.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/loadlocale.os -MD -MP -MF /build/locale/loadlocale.os.dt -MT /build/locale/loadlocale.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from loadlocale.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/loadlocale.os] Error 1 gcc -m32 loadarchive.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/loadarchive.os -MD -MP -MF /build/locale/loadarchive.os.dt -MT /build/locale/loadarchive.os In file included from ../locale/locale.h:25, from ../include/locale.h:2, from loadarchive.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/loadarchive.os] Error 1 gcc -m32 localeconv.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/localeconv.os -MD -MP -MF /build/locale/localeconv.os.dt -MT /build/locale/localeconv.os In file included from ../locale/locale.h:25, from ../include/locale.h:2, from localeconv.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/localeconv.os] Error 1 gcc -m32 nl_langinfo.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/nl_langinfo.os -MD -MP -MF /build/locale/nl_langinfo.os.dt -MT /build/locale/nl_langinfo.os In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from nl_langinfo.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/nl_langinfo.os] Error 1 gcc -m32 nl_langinfo_l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/nl_langinfo_l.os -MD -MP -MF /build/locale/nl_langinfo_l.os.dt -MT /build/locale/nl_langinfo_l.os In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from nl_langinfo_l.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/nl_langinfo_l.os] Error 1 gcc -m32 mb_cur_max.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/mb_cur_max.os -MD -MP -MF /build/locale/mb_cur_max.os.dt -MT /build/locale/mb_cur_max.os In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from mb_cur_max.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/mb_cur_max.os] Error 1 gcc -m32 newlocale.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/newlocale.os -MD -MP -MF /build/locale/newlocale.os.dt -MT /build/locale/newlocale.os In file included from ../string/argz.h:22, from ../include/argz.h:3, from newlocale.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/newlocale.os] Error 1 gcc -m32 duplocale.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/duplocale.os -MD -MP -MF /build/locale/duplocale.os.dt -MT /build/locale/duplocale.os In file included from ../locale/locale.h:25, from ../include/locale.h:2, from duplocale.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/duplocale.os] Error 1 gcc -m32 freelocale.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/freelocale.os -MD -MP -MF /build/locale/freelocale.os.dt -MT /build/locale/freelocale.os In file included from ../locale/locale.h:25, from ../include/locale.h:2, from freelocale.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/freelocale.os] Error 1 gcc -m32 uselocale.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/uselocale.os -MD -MP -MF /build/locale/uselocale.os.dt -MT /build/locale/uselocale.os In file included from ../locale/locale.h:25, from ../include/locale.h:2, from uselocale.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/uselocale.os] Error 1 gcc -m32 lc-ctype.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/lc-ctype.os -MD -MP -MF /build/locale/lc-ctype.os.dt -MT /build/locale/lc-ctype.os In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from localeinfo.h:23, from lc-ctype.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/lc-ctype.os] Error 1 gcc -m32 lc-messages.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/lc-messages.os -MD -MP -MF /build/locale/lc-messages.os.dt -MT /build/locale/lc-messages.os In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from localeinfo.h:23, from lc-messages.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/lc-messages.os] Error 1 gcc -m32 lc-monetary.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/lc-monetary.os -MD -MP -MF /build/locale/lc-monetary.os.dt -MT /build/locale/lc-monetary.os In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from localeinfo.h:23, from lc-monetary.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/lc-monetary.os] Error 1 gcc -m32 lc-numeric.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/lc-numeric.os -MD -MP -MF /build/locale/lc-numeric.os.dt -MT /build/locale/lc-numeric.os In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from localeinfo.h:23, from lc-numeric.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/lc-numeric.os] Error 1 gcc -m32 lc-time.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/lc-time.os -MD -MP -MF /build/locale/lc-time.os.dt -MT /build/locale/lc-time.os In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from localeinfo.h:23, from lc-time.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/lc-time.os] Error 1 gcc -m32 lc-paper.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/lc-paper.os -MD -MP -MF /build/locale/lc-paper.os.dt -MT /build/locale/lc-paper.os In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from localeinfo.h:23, from lc-paper.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/lc-paper.os] Error 1 gcc -m32 lc-name.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/lc-name.os -MD -MP -MF /build/locale/lc-name.os.dt -MT /build/locale/lc-name.os In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from localeinfo.h:23, from lc-name.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/lc-name.os] Error 1 gcc -m32 lc-address.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/lc-address.os -MD -MP -MF /build/locale/lc-address.os.dt -MT /build/locale/lc-address.os In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from localeinfo.h:23, from lc-address.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/lc-address.os] Error 1 gcc -m32 lc-telephone.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/lc-telephone.os -MD -MP -MF /build/locale/lc-telephone.os.dt -MT /build/locale/lc-telephone.os In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from localeinfo.h:23, from lc-telephone.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/lc-telephone.os] Error 1 gcc -m32 lc-measurement.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/lc-measurement.os -MD -MP -MF /build/locale/lc-measurement.os.dt -MT /build/locale/lc-measurement.os In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from localeinfo.h:23, from lc-measurement.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/lc-measurement.os] Error 1 gcc -m32 lc-identification.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/lc-identification.os -MD -MP -MF /build/locale/lc-identification.os.dt -MT /build/locale/lc-identification.os In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from localeinfo.h:23, from lc-identification.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/lc-identification.os] Error 1 gcc -m32 lc-collate.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/lc-collate.os -MD -MP -MF /build/locale/lc-collate.os.dt -MT /build/locale/lc-collate.os In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from localeinfo.h:23, from lc-collate.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/lc-collate.os] Error 1 gcc -m32 C-ctype.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/C-ctype.os -MD -MP -MF /build/locale/C-ctype.os.dt -MT /build/locale/C-ctype.os In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from localeinfo.h:23, from C-ctype.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/C-ctype.os] Error 1 gcc -m32 C-messages.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/C-messages.os -MD -MP -MF /build/locale/C-messages.os.dt -MT /build/locale/C-messages.os In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from localeinfo.h:23, from C-messages.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/C-messages.os] Error 1 gcc -m32 C-monetary.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/C-monetary.os -MD -MP -MF /build/locale/C-monetary.os.dt -MT /build/locale/C-monetary.os In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from localeinfo.h:23, from C-monetary.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/C-monetary.os] Error 1 gcc -m32 C-numeric.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/C-numeric.os -MD -MP -MF /build/locale/C-numeric.os.dt -MT /build/locale/C-numeric.os In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from localeinfo.h:23, from C-numeric.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/C-numeric.os] Error 1 gcc -m32 C-time.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/C-time.os -MD -MP -MF /build/locale/C-time.os.dt -MT /build/locale/C-time.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from C-time.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/C-time.os] Error 1 gcc -m32 C-paper.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/C-paper.os -MD -MP -MF /build/locale/C-paper.os.dt -MT /build/locale/C-paper.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from C-paper.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/C-paper.os] Error 1 gcc -m32 C-name.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/C-name.os -MD -MP -MF /build/locale/C-name.os.dt -MT /build/locale/C-name.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from C-name.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/C-name.os] Error 1 gcc -m32 C-address.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/C-address.os -MD -MP -MF /build/locale/C-address.os.dt -MT /build/locale/C-address.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from C-address.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/C-address.os] Error 1 gcc -m32 C-telephone.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/C-telephone.os -MD -MP -MF /build/locale/C-telephone.os.dt -MT /build/locale/C-telephone.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from C-telephone.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/C-telephone.os] Error 1 gcc -m32 C-measurement.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/C-measurement.os -MD -MP -MF /build/locale/C-measurement.os.dt -MT /build/locale/C-measurement.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from C-measurement.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/C-measurement.os] Error 1 gcc -m32 C-identification.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/C-identification.os -MD -MP -MF /build/locale/C-identification.os.dt -MT /build/locale/C-identification.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from C-identification.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/C-identification.os] Error 1 gcc -m32 C-collate.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/C-collate.os -MD -MP -MF /build/locale/C-collate.os.dt -MT /build/locale/C-collate.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from C-collate.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/C-collate.os] Error 1 gcc -m32 SYS_libc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/SYS_libc.os -MD -MP -MF /build/locale/SYS_libc.os.dt -MT /build/locale/SYS_libc.os In file included from ../intl/libintl.h:23, from ../include/libintl.h:2, from SYS_libc.c:4: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/SYS_libc.os] Error 1 gcc -m32 C_name.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/C_name.os -MD -MP -MF /build/locale/C_name.os.dt -MT /build/locale/C_name.os In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from localeinfo.h:23, from C_name.c:4: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/C_name.os] Error 1 gcc -m32 xlocale.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/xlocale.os -MD -MP -MF /build/locale/xlocale.os.dt -MT /build/locale/xlocale.os In file included from ../locale/locale.h:25, from ../include/locale.h:2, from xlocale.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/xlocale.os] Error 1 gcc -m32 localename.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/localename.os -MD -MP -MF /build/locale/localename.os.dt -MT /build/locale/localename.os In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from localeinfo.h:23, from localename.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/localename.os] Error 1 gcc -m32 global-locale.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/global-locale.os -MD -MP -MF /build/locale/global-locale.os.dt -MT /build/locale/global-locale.os In file included from ../locale/locale.h:25, from ../include/locale.h:2, from global-locale.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/global-locale.os] Error 1 gcc -m32 coll-lookup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/coll-lookup.os -MD -MP -MF /build/locale/coll-lookup.os.dt -MT /build/locale/coll-lookup.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from coll-lookup.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/coll-lookup.os] Error 1 make[2]: *** No rule to make target '/build/assert/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/ctype/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/intl/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/catgets/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/math/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/setjmp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/signal/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/stdlib/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/stdio-common/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/libio/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/dlfcn/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/nptl/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/rt/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/malloc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/string/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/wcsmbs/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/time/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/dirent/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/grp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/pwd/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/posix/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/io/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/termios/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/resource/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/misc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/socket/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/sysvipc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/gmon/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/wctype/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/shadow/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/gshadow/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/argp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/debug/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/inet/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/resolv/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/nss/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/sunrpc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/nscd/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/login/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/elf/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/elf/ld.so', needed by '/build/libc.so'. make[2]: *** No rule to make target '/build/stdlib/stamp.oS', needed by '/build/libc_nonshared.a'. make[2]: *** No rule to make target '/build/nptl/stamp.oS', needed by '/build/libc_nonshared.a'. make[2]: *** No rule to make target '/build/debug/stamp.oS', needed by '/build/libc_nonshared.a'. make[2]: *** No rule to make target '/build/csu/start.o', needed by '/build/locale/localedef'. make[2]: *** No rule to make target '/build/csu/crti.o', needed by '/build/locale/localedef'. make[2]: *** No rule to make target '/build/csu/crtn.o', needed by '/build/locale/localedef'. gcc -m32 broken_cur_max.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libBrokenLocale -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/locale/broken_cur_max.o -MD -MP -MF /build/locale/broken_cur_max.o.dt -MT /build/locale/broken_cur_max.o In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from broken_cur_max.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/broken_cur_max.o] Error 1 gcc -m32 broken_cur_max.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -DCOMPLOCALEDIR='"/usr/lib/locale"' -DLOCALE_ALIAS_PATH='"/usr/share/locale"' -Iprograms -I../include -I/build/locale -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libBrokenLocale -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/locale/broken_cur_max.os -MD -MP -MF /build/locale/broken_cur_max.os.dt -MT /build/locale/broken_cur_max.os In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from broken_cur_max.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/locale/broken_cur_max.os] Error 1 make[2]: *** No rule to make target '/build/sunrpc/librpc_compat_pic.a', needed by '/build/linkobj/libc_pic.a'. make[2]: Target 'others' not remade because of errors. make[2]: Leaving directory '/glibc/locale' make[1]: *** [Makefile:484: locale/others] Error 2 make subdir=localedata -C localedata ..=../ others make[2]: Entering directory '/glibc/localedata' make[2]: Nothing to be done for 'others'. make[2]: Leaving directory '/glibc/localedata' make subdir=iconvdata -C iconvdata ..=../ others make[2]: Entering directory '/glibc/iconvdata' gcc -m32 iso8859-1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/iso8859-1.os -MD -MP -MF /build/iconvdata/iso8859-1.os.dt -MT /build/iconvdata/iso8859-1.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from iso8859-1.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from iso8859-1.c:69: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/iso8859-1.os] Error 1 gcc -m32 iso8859-2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/iso8859-2.os -MD -MP -MF /build/iconvdata/iso8859-2.os.dt -MT /build/iconvdata/iso8859-2.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from iso8859-2.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-generic.c:87, from iso8859-2.c:26: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/iso8859-2.os] Error 1 gcc -m32 iso8859-3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/iso8859-3.os -MD -MP -MF /build/iconvdata/iso8859-3.os.dt -MT /build/iconvdata/iso8859-3.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from iso8859-3.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-generic.c:87, from iso8859-3.c:26: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/iso8859-3.os] Error 1 gcc -m32 iso8859-4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/iso8859-4.os -MD -MP -MF /build/iconvdata/iso8859-4.os.dt -MT /build/iconvdata/iso8859-4.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from iso8859-4.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-generic.c:87, from iso8859-4.c:26: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/iso8859-4.os] Error 1 gcc -m32 iso8859-5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/iso8859-5.os -MD -MP -MF /build/iconvdata/iso8859-5.os.dt -MT /build/iconvdata/iso8859-5.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from iso8859-5.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from iso8859-5.c:26: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/iso8859-5.os] Error 1 gcc -m32 iso8859-6.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/iso8859-6.os -MD -MP -MF /build/iconvdata/iso8859-6.os.dt -MT /build/iconvdata/iso8859-6.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from iso8859-6.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-generic.c:87, from iso8859-6.c:26: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/iso8859-6.os] Error 1 gcc -m32 iso8859-7.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/iso8859-7.os -MD -MP -MF /build/iconvdata/iso8859-7.os.dt -MT /build/iconvdata/iso8859-7.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from iso8859-7.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from iso8859-7.c:26: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/iso8859-7.os] Error 1 gcc -m32 iso8859-8.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/iso8859-8.os -MD -MP -MF /build/iconvdata/iso8859-8.os.dt -MT /build/iconvdata/iso8859-8.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from iso8859-8.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from iso8859-8.c:26: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/iso8859-8.os] Error 1 gcc -m32 iso8859-9.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/iso8859-9.os -MD -MP -MF /build/iconvdata/iso8859-9.os.dt -MT /build/iconvdata/iso8859-9.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from iso8859-9.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-generic.c:87, from iso8859-9.c:26: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/iso8859-9.os] Error 1 gcc -m32 iso8859-10.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/iso8859-10.os -MD -MP -MF /build/iconvdata/iso8859-10.os.dt -MT /build/iconvdata/iso8859-10.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from iso8859-10.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from iso8859-10.c:26: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/iso8859-10.os] Error 1 gcc -m32 iso8859-11.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/iso8859-11.os -MD -MP -MF /build/iconvdata/iso8859-11.os.dt -MT /build/iconvdata/iso8859-11.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from iso8859-11.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from iso8859-11.c:26: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/iso8859-11.os] Error 1 gcc -m32 iso8859-13.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/iso8859-13.os -MD -MP -MF /build/iconvdata/iso8859-13.os.dt -MT /build/iconvdata/iso8859-13.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from iso8859-13.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from iso8859-13.c:26: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/iso8859-13.os] Error 1 gcc -m32 iso8859-14.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/iso8859-14.os -MD -MP -MF /build/iconvdata/iso8859-14.os.dt -MT /build/iconvdata/iso8859-14.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from iso8859-14.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from iso8859-14.c:26: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/iso8859-14.os] Error 1 gcc -m32 iso8859-15.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/iso8859-15.os -MD -MP -MF /build/iconvdata/iso8859-15.os.dt -MT /build/iconvdata/iso8859-15.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from iso8859-15.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from iso8859-15.c:26: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/iso8859-15.os] Error 1 gcc -m32 iso8859-16.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/iso8859-16.os -MD -MP -MF /build/iconvdata/iso8859-16.os.dt -MT /build/iconvdata/iso8859-16.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from iso8859-16.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from iso8859-16.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/iso8859-16.os] Error 1 gcc -m32 t.61.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/t.61.os -MD -MP -MF /build/iconvdata/t.61.os.dt -MT /build/iconvdata/t.61.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from t.61.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from t.61.c:508: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/t.61.os] Error 1 gcc -m32 iso_6937.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/iso_6937.os -MD -MP -MF /build/iconvdata/iso_6937.os.dt -MT /build/iconvdata/iso_6937.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from iso_6937.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from iso_6937.c:558: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/iso_6937.os] Error 1 gcc -m32 sjis.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/sjis.os -MD -MP -MF /build/iconvdata/sjis.os.dt -MT /build/iconvdata/sjis.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from sjis.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from sjis.c:4490: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/sjis.os] Error 1 gcc -m32 koi-8.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/koi-8.os -MD -MP -MF /build/iconvdata/koi-8.os.dt -MT /build/iconvdata/koi-8.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from koi-8.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-generic.c:87, from koi-8.c:26: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/koi-8.os] Error 1 gcc -m32 hp-roman8.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/hp-roman8.os -MD -MP -MF /build/iconvdata/hp-roman8.os.dt -MT /build/iconvdata/hp-roman8.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from hp-roman8.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from hp-roman8.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/hp-roman8.os] Error 1 gcc -m32 hp-roman9.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/hp-roman9.os -MD -MP -MF /build/iconvdata/hp-roman9.os.dt -MT /build/iconvdata/hp-roman9.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from hp-roman9.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from hp-roman9.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/hp-roman9.os] Error 1 gcc -m32 ebcdic-at-de.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ebcdic-at-de.os -MD -MP -MF /build/iconvdata/ebcdic-at-de.os.dt -MT /build/iconvdata/ebcdic-at-de.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ebcdic-at-de.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-generic.c:87, from ebcdic-at-de.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ebcdic-at-de.os] Error 1 gcc -m32 ebcdic-at-de-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ebcdic-at-de-a.os -MD -MP -MF /build/iconvdata/ebcdic-at-de-a.os.dt -MT /build/iconvdata/ebcdic-at-de-a.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ebcdic-at-de-a.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-generic.c:87, from ebcdic-at-de-a.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ebcdic-at-de-a.os] Error 1 gcc -m32 ebcdic-ca-fr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ebcdic-ca-fr.os -MD -MP -MF /build/iconvdata/ebcdic-ca-fr.os.dt -MT /build/iconvdata/ebcdic-ca-fr.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ebcdic-ca-fr.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-generic.c:87, from ebcdic-ca-fr.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ebcdic-ca-fr.os] Error 1 gcc -m32 euc-kr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/euc-kr.os -MD -MP -MF /build/iconvdata/euc-kr.os.dt -MT /build/iconvdata/euc-kr.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from euc-kr.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from euc-kr.c:159: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/euc-kr.os] Error 1 gcc -m32 uhc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/uhc.os -MD -MP -MF /build/iconvdata/uhc.os.dt -MT /build/iconvdata/uhc.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from uhc.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from uhc.c:3233: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/uhc.os] Error 1 gcc -m32 johab.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/johab.os -MD -MP -MF /build/iconvdata/johab.os.dt -MT /build/iconvdata/johab.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from johab.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from johab.c:409: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/johab.os] Error 1 gcc -m32 jis0201.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/jis0201.os -MD -MP -MF /build/iconvdata/jis0201.os.dt -MT /build/iconvdata/jis0201.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from jis0201.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/jis0201.os] Error 1 gcc -m32 jis0208.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/jis0208.os -MD -MP -MF /build/iconvdata/jis0208.os.dt -MT /build/iconvdata/jis0208.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from jis0208.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/jis0208.os] Error 1 gcc -m32 jis0212.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/jis0212.os -MD -MP -MF /build/iconvdata/jis0212.os.dt -MT /build/iconvdata/jis0212.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from jis0212.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/jis0212.os] Error 1 gcc -m32 ksc5601.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ksc5601.os -MD -MP -MF /build/iconvdata/ksc5601.os.dt -MT /build/iconvdata/ksc5601.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ksc5601.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ksc5601.os] Error 1 gcc -m32 big5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/big5.os -MD -MP -MF /build/iconvdata/big5.os.dt -MT /build/iconvdata/big5.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from big5.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from big5.c:8585: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/big5.os] Error 1 gcc -m32 euc-jp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/euc-jp.os -MD -MP -MF /build/iconvdata/euc-jp.os.dt -MT /build/iconvdata/euc-jp.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from euc-jp.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from euc-jp.c:215: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/euc-jp.os] Error 1 gcc -m32 gb2312.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/gb2312.os -MD -MP -MF /build/iconvdata/gb2312.os.dt -MT /build/iconvdata/gb2312.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from gb2312.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/gb2312.os] Error 1 gcc -m32 euc-cn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/euc-cn.os -MD -MP -MF /build/iconvdata/euc-cn.os.dt -MT /build/iconvdata/euc-cn.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from euc-cn.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from euc-cn.c:145: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/euc-cn.os] Error 1 gcc -m32 cns11643l1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/cns11643l1.os -MD -MP -MF /build/iconvdata/cns11643l1.os.dt -MT /build/iconvdata/cns11643l1.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from cns11643l1.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/cns11643l1.os] Error 1 gcc -m32 cns11643.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/cns11643.os -MD -MP -MF /build/iconvdata/cns11643.os.dt -MT /build/iconvdata/cns11643.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from cns11643.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/cns11643.os] Error 1 gcc -m32 euc-tw.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/euc-tw.os -MD -MP -MF /build/iconvdata/euc-tw.os.dt -MT /build/iconvdata/euc-tw.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from euc-tw.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from euc-tw.c:188: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/euc-tw.os] Error 1 gcc -m32 iso646.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/iso646.os -MD -MP -MF /build/iconvdata/iso646.os.dt -MT /build/iconvdata/iso646.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from iso646.c:32: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from iso646.c:900: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/iso646.os] Error 1 gcc -m32 ebcdic-dk-no.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ebcdic-dk-no.os -MD -MP -MF /build/iconvdata/ebcdic-dk-no.os.dt -MT /build/iconvdata/ebcdic-dk-no.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ebcdic-dk-no.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-generic.c:87, from ebcdic-dk-no.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ebcdic-dk-no.os] Error 1 gcc -m32 ebcdic-dk-no-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ebcdic-dk-no-a.os -MD -MP -MF /build/iconvdata/ebcdic-dk-no-a.os.dt -MT /build/iconvdata/ebcdic-dk-no-a.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ebcdic-dk-no-a.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-generic.c:87, from ebcdic-dk-no-a.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ebcdic-dk-no-a.os] Error 1 gcc -m32 ebcdic-es.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ebcdic-es.os -MD -MP -MF /build/iconvdata/ebcdic-es.os.dt -MT /build/iconvdata/ebcdic-es.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ebcdic-es.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ebcdic-es.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ebcdic-es.os] Error 1 gcc -m32 ebcdic-es-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ebcdic-es-a.os -MD -MP -MF /build/iconvdata/ebcdic-es-a.os.dt -MT /build/iconvdata/ebcdic-es-a.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ebcdic-es-a.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ebcdic-es-a.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ebcdic-es-a.os] Error 1 gcc -m32 ebcdic-es-s.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ebcdic-es-s.os -MD -MP -MF /build/iconvdata/ebcdic-es-s.os.dt -MT /build/iconvdata/ebcdic-es-s.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ebcdic-es-s.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-generic.c:87, from ebcdic-es-s.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ebcdic-es-s.os] Error 1 gcc -m32 ebcdic-fi-se.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ebcdic-fi-se.os -MD -MP -MF /build/iconvdata/ebcdic-fi-se.os.dt -MT /build/iconvdata/ebcdic-fi-se.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ebcdic-fi-se.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-generic.c:87, from ebcdic-fi-se.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ebcdic-fi-se.os] Error 1 gcc -m32 ebcdic-fi-se-a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ebcdic-fi-se-a.os -MD -MP -MF /build/iconvdata/ebcdic-fi-se-a.os.dt -MT /build/iconvdata/ebcdic-fi-se-a.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ebcdic-fi-se-a.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-generic.c:87, from ebcdic-fi-se-a.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ebcdic-fi-se-a.os] Error 1 gcc -m32 ebcdic-fr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ebcdic-fr.os -MD -MP -MF /build/iconvdata/ebcdic-fr.os.dt -MT /build/iconvdata/ebcdic-fr.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ebcdic-fr.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-generic.c:87, from ebcdic-fr.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ebcdic-fr.os] Error 1 gcc -m32 ebcdic-is-friss.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ebcdic-is-friss.os -MD -MP -MF /build/iconvdata/ebcdic-is-friss.os.dt -MT /build/iconvdata/ebcdic-is-friss.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ebcdic-is-friss.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ebcdic-is-friss.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ebcdic-is-friss.os] Error 1 gcc -m32 ebcdic-it.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ebcdic-it.os -MD -MP -MF /build/iconvdata/ebcdic-it.os.dt -MT /build/iconvdata/ebcdic-it.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ebcdic-it.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-generic.c:87, from ebcdic-it.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ebcdic-it.os] Error 1 gcc -m32 ebcdic-pt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ebcdic-pt.os -MD -MP -MF /build/iconvdata/ebcdic-pt.os.dt -MT /build/iconvdata/ebcdic-pt.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ebcdic-pt.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-generic.c:87, from ebcdic-pt.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ebcdic-pt.os] Error 1 gcc -m32 ebcdic-uk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ebcdic-uk.os -MD -MP -MF /build/iconvdata/ebcdic-uk.os.dt -MT /build/iconvdata/ebcdic-uk.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ebcdic-uk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ebcdic-uk.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ebcdic-uk.os] Error 1 gcc -m32 ebcdic-us.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ebcdic-us.os -MD -MP -MF /build/iconvdata/ebcdic-us.os.dt -MT /build/iconvdata/ebcdic-us.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ebcdic-us.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-generic.c:87, from ebcdic-us.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ebcdic-us.os] Error 1 gcc -m32 ibm037.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm037.os -MD -MP -MF /build/iconvdata/ibm037.os.dt -MT /build/iconvdata/ibm037.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm037.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-generic.c:87, from ibm037.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm037.os] Error 1 gcc -m32 ibm038.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm038.os -MD -MP -MF /build/iconvdata/ibm038.os.dt -MT /build/iconvdata/ibm038.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm038.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-generic.c:87, from ibm038.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm038.os] Error 1 gcc -m32 ibm274.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm274.os -MD -MP -MF /build/iconvdata/ibm274.os.dt -MT /build/iconvdata/ibm274.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm274.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-generic.c:87, from ibm274.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm274.os] Error 1 gcc -m32 ibm275.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm275.os -MD -MP -MF /build/iconvdata/ibm275.os.dt -MT /build/iconvdata/ibm275.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm275.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-generic.c:87, from ibm275.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm275.os] Error 1 gcc -m32 ibm423.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm423.os -MD -MP -MF /build/iconvdata/ibm423.os.dt -MT /build/iconvdata/ibm423.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm423.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-generic.c:87, from ibm423.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm423.os] Error 1 gcc -m32 ibm500.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm500.os -MD -MP -MF /build/iconvdata/ibm500.os.dt -MT /build/iconvdata/ibm500.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm500.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-generic.c:87, from ibm500.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm500.os] Error 1 gcc -m32 ibm870.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm870.os -MD -MP -MF /build/iconvdata/ibm870.os.dt -MT /build/iconvdata/ibm870.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm870.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-generic.c:87, from ibm870.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm870.os] Error 1 gcc -m32 ibm871.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm871.os -MD -MP -MF /build/iconvdata/ibm871.os.dt -MT /build/iconvdata/ibm871.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm871.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-generic.c:87, from ibm871.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm871.os] Error 1 gcc -m32 ibm891.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm891.os -MD -MP -MF /build/iconvdata/ibm891.os.dt -MT /build/iconvdata/ibm891.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm891.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-generic.c:87, from ibm891.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm891.os] Error 1 gcc -m32 ibm903.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm903.os -MD -MP -MF /build/iconvdata/ibm903.os.dt -MT /build/iconvdata/ibm903.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm903.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-generic.c:87, from ibm903.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm903.os] Error 1 gcc -m32 ibm904.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm904.os -MD -MP -MF /build/iconvdata/ibm904.os.dt -MT /build/iconvdata/ibm904.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm904.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-generic.c:87, from ibm904.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm904.os] Error 1 gcc -m32 ibm905.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm905.os -MD -MP -MF /build/iconvdata/ibm905.os.dt -MT /build/iconvdata/ibm905.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm905.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-generic.c:87, from ibm905.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm905.os] Error 1 gcc -m32 ibm1047.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm1047.os -MD -MP -MF /build/iconvdata/ibm1047.os.dt -MT /build/iconvdata/ibm1047.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm1047.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-generic.c:87, from ibm1047.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm1047.os] Error 1 gcc -m32 ibm874.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm874.os -MD -MP -MF /build/iconvdata/ibm874.os.dt -MT /build/iconvdata/ibm874.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm874.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm874.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm874.os] Error 1 gcc -m32 cp737.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/cp737.os -MD -MP -MF /build/iconvdata/cp737.os.dt -MT /build/iconvdata/cp737.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from cp737.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from cp737.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/cp737.os] Error 1 gcc -m32 cp775.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/cp775.os -MD -MP -MF /build/iconvdata/cp775.os.dt -MT /build/iconvdata/cp775.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from cp775.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from cp775.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/cp775.os] Error 1 gcc -m32 iso-2022-kr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/iso-2022-kr.os -MD -MP -MF /build/iconvdata/iso-2022-kr.os.dt -MT /build/iconvdata/iso-2022-kr.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from iso-2022-kr.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from iso-2022-kr.c:269: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/iso-2022-kr.os] Error 1 gcc -m32 hp-turkish8.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/hp-turkish8.os -MD -MP -MF /build/iconvdata/hp-turkish8.os.dt -MT /build/iconvdata/hp-turkish8.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from hp-turkish8.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from hp-turkish8.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/hp-turkish8.os] Error 1 gcc -m32 hp-thai8.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/hp-thai8.os -MD -MP -MF /build/iconvdata/hp-thai8.os.dt -MT /build/iconvdata/hp-thai8.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from hp-thai8.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from hp-thai8.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/hp-thai8.os] Error 1 gcc -m32 hp-greek8.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/hp-greek8.os -MD -MP -MF /build/iconvdata/hp-greek8.os.dt -MT /build/iconvdata/hp-greek8.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from hp-greek8.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from hp-greek8.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/hp-greek8.os] Error 1 gcc -m32 koi8-r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/koi8-r.os -MD -MP -MF /build/iconvdata/koi8-r.os.dt -MT /build/iconvdata/koi8-r.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from koi8-r.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from koi8-r.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/koi8-r.os] Error 1 gcc -m32 latin-greek.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/latin-greek.os -MD -MP -MF /build/iconvdata/latin-greek.os.dt -MT /build/iconvdata/latin-greek.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from ./8bit-gap.c:20, from latin-greek.c:25: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/latin-greek.os] Error 1 gcc -m32 latin-greek-1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/latin-greek-1.os -MD -MP -MF /build/iconvdata/latin-greek-1.os.dt -MT /build/iconvdata/latin-greek-1.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from ./8bit-gap.c:20, from latin-greek-1.c:25: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/latin-greek-1.os] Error 1 gcc -m32 ibm256.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm256.os -MD -MP -MF /build/iconvdata/ibm256.os.dt -MT /build/iconvdata/ibm256.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm256.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm256.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm256.os] Error 1 gcc -m32 ibm273.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm273.os -MD -MP -MF /build/iconvdata/ibm273.os.dt -MT /build/iconvdata/ibm273.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm273.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm273.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm273.os] Error 1 gcc -m32 ibm277.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm277.os -MD -MP -MF /build/iconvdata/ibm277.os.dt -MT /build/iconvdata/ibm277.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm277.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm277.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm277.os] Error 1 gcc -m32 ibm278.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm278.os -MD -MP -MF /build/iconvdata/ibm278.os.dt -MT /build/iconvdata/ibm278.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm278.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm278.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm278.os] Error 1 gcc -m32 ibm280.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm280.os -MD -MP -MF /build/iconvdata/ibm280.os.dt -MT /build/iconvdata/ibm280.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm280.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm280.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm280.os] Error 1 gcc -m32 ibm281.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm281.os -MD -MP -MF /build/iconvdata/ibm281.os.dt -MT /build/iconvdata/ibm281.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm281.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm281.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm281.os] Error 1 gcc -m32 ibm284.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm284.os -MD -MP -MF /build/iconvdata/ibm284.os.dt -MT /build/iconvdata/ibm284.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm284.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm284.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm284.os] Error 1 gcc -m32 ibm285.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm285.os -MD -MP -MF /build/iconvdata/ibm285.os.dt -MT /build/iconvdata/ibm285.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm285.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm285.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm285.os] Error 1 gcc -m32 ibm290.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm290.os -MD -MP -MF /build/iconvdata/ibm290.os.dt -MT /build/iconvdata/ibm290.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm290.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm290.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm290.os] Error 1 gcc -m32 ibm297.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm297.os -MD -MP -MF /build/iconvdata/ibm297.os.dt -MT /build/iconvdata/ibm297.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm297.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm297.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm297.os] Error 1 gcc -m32 ibm420.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm420.os -MD -MP -MF /build/iconvdata/ibm420.os.dt -MT /build/iconvdata/ibm420.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm420.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm420.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm420.os] Error 1 gcc -m32 ibm424.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm424.os -MD -MP -MF /build/iconvdata/ibm424.os.dt -MT /build/iconvdata/ibm424.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm424.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm424.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm424.os] Error 1 gcc -m32 ibm437.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm437.os -MD -MP -MF /build/iconvdata/ibm437.os.dt -MT /build/iconvdata/ibm437.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm437.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm437.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm437.os] Error 1 gcc -m32 ibm850.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm850.os -MD -MP -MF /build/iconvdata/ibm850.os.dt -MT /build/iconvdata/ibm850.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm850.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm850.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm850.os] Error 1 gcc -m32 ibm851.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm851.os -MD -MP -MF /build/iconvdata/ibm851.os.dt -MT /build/iconvdata/ibm851.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm851.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm851.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm851.os] Error 1 gcc -m32 ibm852.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm852.os -MD -MP -MF /build/iconvdata/ibm852.os.dt -MT /build/iconvdata/ibm852.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm852.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm852.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm852.os] Error 1 gcc -m32 ibm855.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm855.os -MD -MP -MF /build/iconvdata/ibm855.os.dt -MT /build/iconvdata/ibm855.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm855.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm855.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm855.os] Error 1 gcc -m32 ibm857.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm857.os -MD -MP -MF /build/iconvdata/ibm857.os.dt -MT /build/iconvdata/ibm857.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm857.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm857.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm857.os] Error 1 gcc -m32 ibm858.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm858.os -MD -MP -MF /build/iconvdata/ibm858.os.dt -MT /build/iconvdata/ibm858.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm858.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm858.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm858.os] Error 1 gcc -m32 ibm860.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm860.os -MD -MP -MF /build/iconvdata/ibm860.os.dt -MT /build/iconvdata/ibm860.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm860.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm860.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm860.os] Error 1 gcc -m32 ibm861.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm861.os -MD -MP -MF /build/iconvdata/ibm861.os.dt -MT /build/iconvdata/ibm861.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm861.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm861.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm861.os] Error 1 gcc -m32 ibm862.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm862.os -MD -MP -MF /build/iconvdata/ibm862.os.dt -MT /build/iconvdata/ibm862.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm862.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm862.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm862.os] Error 1 gcc -m32 ibm863.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm863.os -MD -MP -MF /build/iconvdata/ibm863.os.dt -MT /build/iconvdata/ibm863.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm863.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm863.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm863.os] Error 1 gcc -m32 ibm864.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm864.os -MD -MP -MF /build/iconvdata/ibm864.os.dt -MT /build/iconvdata/ibm864.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm864.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm864.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm864.os] Error 1 gcc -m32 ibm865.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm865.os -MD -MP -MF /build/iconvdata/ibm865.os.dt -MT /build/iconvdata/ibm865.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm865.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm865.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm865.os] Error 1 gcc -m32 ibm868.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm868.os -MD -MP -MF /build/iconvdata/ibm868.os.dt -MT /build/iconvdata/ibm868.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm868.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm868.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm868.os] Error 1 gcc -m32 ibm869.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm869.os -MD -MP -MF /build/iconvdata/ibm869.os.dt -MT /build/iconvdata/ibm869.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm869.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm869.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm869.os] Error 1 gcc -m32 ibm875.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm875.os -MD -MP -MF /build/iconvdata/ibm875.os.dt -MT /build/iconvdata/ibm875.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm875.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm875.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm875.os] Error 1 gcc -m32 ibm880.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm880.os -MD -MP -MF /build/iconvdata/ibm880.os.dt -MT /build/iconvdata/ibm880.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm880.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm880.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm880.os] Error 1 gcc -m32 ibm866.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm866.os -MD -MP -MF /build/iconvdata/ibm866.os.dt -MT /build/iconvdata/ibm866.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm866.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm866.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm866.os] Error 1 gcc -m32 cp1258.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/cp1258.os -MD -MP -MF /build/iconvdata/cp1258.os.dt -MT /build/iconvdata/cp1258.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from cp1258.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from cp1258.c:872: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/cp1258.os] Error 1 gcc -m32 ibm922.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm922.os -MD -MP -MF /build/iconvdata/ibm922.os.dt -MT /build/iconvdata/ibm922.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm922.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm922.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm922.os] Error 1 gcc -m32 ibm1124.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm1124.os -MD -MP -MF /build/iconvdata/ibm1124.os.dt -MT /build/iconvdata/ibm1124.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm1124.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm1124.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm1124.os] Error 1 gcc -m32 ibm1129.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm1129.os -MD -MP -MF /build/iconvdata/ibm1129.os.dt -MT /build/iconvdata/ibm1129.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm1129.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm1129.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm1129.os] Error 1 gcc -m32 ibm932.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm932.os -MD -MP -MF /build/iconvdata/ibm932.os.dt -MT /build/iconvdata/ibm932.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from ibm932.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ibm932.c:213: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm932.os] Error 1 gcc -m32 ibm943.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm943.os -MD -MP -MF /build/iconvdata/ibm943.os.dt -MT /build/iconvdata/ibm943.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from ibm943.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ibm943.c:214: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm943.os] Error 1 gcc -m32 ibm856.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm856.os -MD -MP -MF /build/iconvdata/ibm856.os.dt -MT /build/iconvdata/ibm856.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm856.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm856.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm856.os] Error 1 gcc -m32 ibm930.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm930.os -MD -MP -MF /build/iconvdata/ibm930.os.dt -MT /build/iconvdata/ibm930.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from ibm930.c:24: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ibm930.c:281: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm930.os] Error 1 gcc -m32 ibm933.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm933.os -MD -MP -MF /build/iconvdata/ibm933.os.dt -MT /build/iconvdata/ibm933.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from ibm933.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ibm933.c:274: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm933.os] Error 1 gcc -m32 ibm935.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm935.os -MD -MP -MF /build/iconvdata/ibm935.os.dt -MT /build/iconvdata/ibm935.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from ibm935.c:24: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ibm935.c:275: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm935.os] Error 1 gcc -m32 ibm937.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm937.os -MD -MP -MF /build/iconvdata/ibm937.os.dt -MT /build/iconvdata/ibm937.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from ibm937.c:24: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ibm937.c:274: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm937.os] Error 1 gcc -m32 ibm939.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm939.os -MD -MP -MF /build/iconvdata/ibm939.os.dt -MT /build/iconvdata/ibm939.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from ibm939.c:24: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ibm939.c:280: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm939.os] Error 1 gcc -m32 ibm1046.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm1046.os -MD -MP -MF /build/iconvdata/ibm1046.os.dt -MT /build/iconvdata/ibm1046.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm1046.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm1046.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm1046.os] Error 1 gcc -m32 ibm1132.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm1132.os -MD -MP -MF /build/iconvdata/ibm1132.os.dt -MT /build/iconvdata/ibm1132.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm1132.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm1132.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm1132.os] Error 1 gcc -m32 ibm1133.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm1133.os -MD -MP -MF /build/iconvdata/ibm1133.os.dt -MT /build/iconvdata/ibm1133.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm1133.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm1133.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm1133.os] Error 1 gcc -m32 ibm1160.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm1160.os -MD -MP -MF /build/iconvdata/ibm1160.os.dt -MT /build/iconvdata/ibm1160.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm1160.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm1160.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm1160.os] Error 1 gcc -m32 ibm1161.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm1161.os -MD -MP -MF /build/iconvdata/ibm1161.os.dt -MT /build/iconvdata/ibm1161.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm1161.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm1161.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm1161.os] Error 1 gcc -m32 ibm1162.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm1162.os -MD -MP -MF /build/iconvdata/ibm1162.os.dt -MT /build/iconvdata/ibm1162.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm1162.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm1162.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm1162.os] Error 1 gcc -m32 ibm1163.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm1163.os -MD -MP -MF /build/iconvdata/ibm1163.os.dt -MT /build/iconvdata/ibm1163.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm1163.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm1163.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm1163.os] Error 1 gcc -m32 ibm1164.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm1164.os -MD -MP -MF /build/iconvdata/ibm1164.os.dt -MT /build/iconvdata/ibm1164.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm1164.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm1164.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm1164.os] Error 1 gcc -m32 ibm918.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm918.os -MD -MP -MF /build/iconvdata/ibm918.os.dt -MT /build/iconvdata/ibm918.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm918.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm918.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm918.os] Error 1 gcc -m32 ibm1004.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm1004.os -MD -MP -MF /build/iconvdata/ibm1004.os.dt -MT /build/iconvdata/ibm1004.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm1004.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm1004.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm1004.os] Error 1 gcc -m32 ibm1026.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm1026.os -MD -MP -MF /build/iconvdata/ibm1026.os.dt -MT /build/iconvdata/ibm1026.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm1026.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm1026.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm1026.os] Error 1 gcc -m32 cp1125.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/cp1125.os -MD -MP -MF /build/iconvdata/cp1125.os.dt -MT /build/iconvdata/cp1125.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from cp1125.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from cp1125.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/cp1125.os] Error 1 gcc -m32 cp1250.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/cp1250.os -MD -MP -MF /build/iconvdata/cp1250.os.dt -MT /build/iconvdata/cp1250.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from cp1250.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from cp1250.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/cp1250.os] Error 1 gcc -m32 cp1251.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/cp1251.os -MD -MP -MF /build/iconvdata/cp1251.os.dt -MT /build/iconvdata/cp1251.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from cp1251.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from cp1251.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/cp1251.os] Error 1 gcc -m32 cp1252.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/cp1252.os -MD -MP -MF /build/iconvdata/cp1252.os.dt -MT /build/iconvdata/cp1252.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from cp1252.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from cp1252.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/cp1252.os] Error 1 gcc -m32 cp1253.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/cp1253.os -MD -MP -MF /build/iconvdata/cp1253.os.dt -MT /build/iconvdata/cp1253.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from cp1253.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from cp1253.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/cp1253.os] Error 1 gcc -m32 cp1254.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/cp1254.os -MD -MP -MF /build/iconvdata/cp1254.os.dt -MT /build/iconvdata/cp1254.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from cp1254.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from cp1254.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/cp1254.os] Error 1 gcc -m32 cp1255.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/cp1255.os -MD -MP -MF /build/iconvdata/cp1255.os.dt -MT /build/iconvdata/cp1255.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from cp1255.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from cp1255.c:556: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/cp1255.os] Error 1 gcc -m32 cp1256.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/cp1256.os -MD -MP -MF /build/iconvdata/cp1256.os.dt -MT /build/iconvdata/cp1256.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from cp1256.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from cp1256.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/cp1256.os] Error 1 gcc -m32 cp1257.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/cp1257.os -MD -MP -MF /build/iconvdata/cp1257.os.dt -MT /build/iconvdata/cp1257.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from cp1257.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from cp1257.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/cp1257.os] Error 1 gcc -m32 iso-2022-jp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/iso-2022-jp.os -MD -MP -MF /build/iconvdata/iso-2022-jp.os.dt -MT /build/iconvdata/iso-2022-jp.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from iso-2022-jp.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from iso-2022-jp.c:1033: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/iso-2022-jp.os] Error 1 gcc -m32 macintosh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/macintosh.os -MD -MP -MF /build/iconvdata/macintosh.os.dt -MT /build/iconvdata/macintosh.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from macintosh.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from macintosh.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/macintosh.os] Error 1 gcc -m32 iec_p27-1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/iec_p27-1.os -MD -MP -MF /build/iconvdata/iec_p27-1.os.dt -MT /build/iconvdata/iec_p27-1.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from iec_p27-1.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from iec_p27-1.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/iec_p27-1.os] Error 1 gcc -m32 asmo_449.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/asmo_449.os -MD -MP -MF /build/iconvdata/asmo_449.os.dt -MT /build/iconvdata/asmo_449.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from asmo_449.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from asmo_449.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/asmo_449.os] Error 1 gcc -m32 ansi_x3.110.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ansi_x3.110.os -MD -MP -MF /build/iconvdata/ansi_x3.110.os.dt -MT /build/iconvdata/ansi_x3.110.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from ansi_x3.110.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ansi_x3.110.c:588: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ansi_x3.110.os] Error 1 gcc -m32 csn_369103.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/csn_369103.os -MD -MP -MF /build/iconvdata/csn_369103.os.dt -MT /build/iconvdata/csn_369103.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from csn_369103.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from csn_369103.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/csn_369103.os] Error 1 gcc -m32 cwi.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/cwi.os -MD -MP -MF /build/iconvdata/cwi.os.dt -MT /build/iconvdata/cwi.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from cwi.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from cwi.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/cwi.os] Error 1 gcc -m32 dec-mcs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/dec-mcs.os -MD -MP -MF /build/iconvdata/dec-mcs.os.dt -MT /build/iconvdata/dec-mcs.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from dec-mcs.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from dec-mcs.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/dec-mcs.os] Error 1 gcc -m32 ecma-cyrillic.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ecma-cyrillic.os -MD -MP -MF /build/iconvdata/ecma-cyrillic.os.dt -MT /build/iconvdata/ecma-cyrillic.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ecma-cyrillic.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ecma-cyrillic.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ecma-cyrillic.os] Error 1 gcc -m32 gost_19768-74.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/gost_19768-74.os -MD -MP -MF /build/iconvdata/gost_19768-74.os.dt -MT /build/iconvdata/gost_19768-74.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from gost_19768-74.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from gost_19768-74.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/gost_19768-74.os] Error 1 gcc -m32 greek-ccitt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/greek-ccitt.os -MD -MP -MF /build/iconvdata/greek-ccitt.os.dt -MT /build/iconvdata/greek-ccitt.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from greek-ccitt.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from greek-ccitt.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/greek-ccitt.os] Error 1 gcc -m32 greek7.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/greek7.os -MD -MP -MF /build/iconvdata/greek7.os.dt -MT /build/iconvdata/greek7.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from greek7.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from greek7.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/greek7.os] Error 1 gcc -m32 greek7-old.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/greek7-old.os -MD -MP -MF /build/iconvdata/greek7-old.os.dt -MT /build/iconvdata/greek7-old.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from greek7-old.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from greek7-old.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/greek7-old.os] Error 1 gcc -m32 inis.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/inis.os -MD -MP -MF /build/iconvdata/inis.os.dt -MT /build/iconvdata/inis.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from inis.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from inis.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/inis.os] Error 1 gcc -m32 inis-8.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/inis-8.os -MD -MP -MF /build/iconvdata/inis-8.os.dt -MT /build/iconvdata/inis-8.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from inis-8.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from inis-8.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/inis-8.os] Error 1 gcc -m32 inis-cyrillic.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/inis-cyrillic.os -MD -MP -MF /build/iconvdata/inis-cyrillic.os.dt -MT /build/iconvdata/inis-cyrillic.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from inis-cyrillic.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from inis-cyrillic.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/inis-cyrillic.os] Error 1 gcc -m32 iso_6937-2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/iso_6937-2.os -MD -MP -MF /build/iconvdata/iso_6937-2.os.dt -MT /build/iconvdata/iso_6937-2.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from iso_6937-2.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from iso_6937-2.c:556: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/iso_6937-2.os] Error 1 gcc -m32 iso_2033.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/iso_2033.os -MD -MP -MF /build/iconvdata/iso_2033.os.dt -MT /build/iconvdata/iso_2033.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from iso_2033.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from iso_2033.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/iso_2033.os] Error 1 gcc -m32 iso_5427.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/iso_5427.os -MD -MP -MF /build/iconvdata/iso_5427.os.dt -MT /build/iconvdata/iso_5427.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from iso_5427.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from iso_5427.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/iso_5427.os] Error 1 gcc -m32 iso_5427-ext.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/iso_5427-ext.os -MD -MP -MF /build/iconvdata/iso_5427-ext.os.dt -MT /build/iconvdata/iso_5427-ext.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from iso_5427-ext.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from iso_5427-ext.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/iso_5427-ext.os] Error 1 gcc -m32 iso_5428.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/iso_5428.os -MD -MP -MF /build/iconvdata/iso_5428.os.dt -MT /build/iconvdata/iso_5428.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from iso_5428.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from iso_5428.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/iso_5428.os] Error 1 gcc -m32 iso_10367-box.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/iso_10367-box.os -MD -MP -MF /build/iconvdata/iso_10367-box.os.dt -MT /build/iconvdata/iso_10367-box.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from iso_10367-box.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from iso_10367-box.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/iso_10367-box.os] Error 1 gcc -m32 mac-is.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/mac-is.os -MD -MP -MF /build/iconvdata/mac-is.os.dt -MT /build/iconvdata/mac-is.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from mac-is.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from mac-is.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/mac-is.os] Error 1 gcc -m32 mac-uk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/mac-uk.os -MD -MP -MF /build/iconvdata/mac-uk.os.dt -MT /build/iconvdata/mac-uk.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from mac-uk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from mac-uk.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/mac-uk.os] Error 1 gcc -m32 nats-dano.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/nats-dano.os -MD -MP -MF /build/iconvdata/nats-dano.os.dt -MT /build/iconvdata/nats-dano.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from nats-dano.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from nats-dano.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/nats-dano.os] Error 1 gcc -m32 nats-sefi.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/nats-sefi.os -MD -MP -MF /build/iconvdata/nats-sefi.os.dt -MT /build/iconvdata/nats-sefi.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from nats-sefi.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from nats-sefi.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/nats-sefi.os] Error 1 gcc -m32 sami-ws2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/sami-ws2.os -MD -MP -MF /build/iconvdata/sami-ws2.os.dt -MT /build/iconvdata/sami-ws2.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from sami-ws2.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from sami-ws2.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/sami-ws2.os] Error 1 gcc -m32 iso-ir-197.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/iso-ir-197.os -MD -MP -MF /build/iconvdata/iso-ir-197.os.dt -MT /build/iconvdata/iso-ir-197.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from iso-ir-197.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from iso-ir-197.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/iso-ir-197.os] Error 1 gcc -m32 tis-620.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/tis-620.os -MD -MP -MF /build/iconvdata/tis-620.os.dt -MT /build/iconvdata/tis-620.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from tis-620.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from tis-620.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/tis-620.os] Error 1 gcc -m32 koi8-u.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/koi8-u.os -MD -MP -MF /build/iconvdata/koi8-u.os.dt -MT /build/iconvdata/koi8-u.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from koi8-u.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from koi8-u.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/koi8-u.os] Error 1 gcc -m32 gbk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/gbk.os -MD -MP -MF /build/iconvdata/gbk.os.dt -MT /build/iconvdata/gbk.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from gbk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from gbk.c:13498: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/gbk.os] Error 1 gcc -m32 isiri-3342.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/isiri-3342.os -MD -MP -MF /build/iconvdata/isiri-3342.os.dt -MT /build/iconvdata/isiri-3342.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from isiri-3342.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from isiri-3342.c:30: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/isiri-3342.os] Error 1 gcc -m32 gbgbk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/gbgbk.os -MD -MP -MF /build/iconvdata/gbgbk.os.dt -MT /build/iconvdata/gbgbk.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from gbgbk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from gbgbk.c:161: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/gbgbk.os] Error 1 gcc -m32 iso-2022-cn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/iso-2022-cn.os -MD -MP -MF /build/iconvdata/iso-2022-cn.os.dt -MT /build/iconvdata/iso-2022-cn.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from iso-2022-cn.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from iso-2022-cn.c:406: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/iso-2022-cn.os] Error 1 gcc -m32 iso-ir-165.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/iso-ir-165.os -MD -MP -MF /build/iconvdata/iso-ir-165.os.dt -MT /build/iconvdata/iso-ir-165.os In file included from ../iconv/gconv.h:25, from ../include/gconv.h:1, from iso-ir-165.h:23, from iso-ir-165.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/iso-ir-165.os] Error 1 gcc -m32 utf-16.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/utf-16.os -MD -MP -MF /build/iconvdata/utf-16.os.dt -MT /build/iconvdata/utf-16.os In file included from ../string/byteswap.h:22, from ../include/byteswap.h:1, from utf-16.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from utf-16.c:376: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/utf-16.os] Error 1 gcc -m32 unicode.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/unicode.os -MD -MP -MF /build/iconvdata/unicode.os.dt -MT /build/iconvdata/unicode.os In file included from ../string/byteswap.h:22, from ../include/byteswap.h:1, from unicode.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from unicode.c:217: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/unicode.os] Error 1 gcc -m32 utf-32.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/utf-32.os -MD -MP -MF /build/iconvdata/utf-32.os.dt -MT /build/iconvdata/utf-32.os In file included from ../string/byteswap.h:22, from ../include/byteswap.h:1, from utf-32.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from utf-32.c:259: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/utf-32.os] Error 1 gcc -m32 utf-7.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/utf-7.os -MD -MP -MF /build/iconvdata/utf-7.os.dt -MT /build/iconvdata/utf-7.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from utf-7.c:26: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from utf-7.c:653: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/utf-7.os] Error 1 gcc -m32 big5hkscs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/big5hkscs.os -MD -MP -MF /build/iconvdata/big5hkscs.os.dt -MT /build/iconvdata/big5hkscs.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from big5hkscs.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from big5hkscs.c:18027: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/big5hkscs.os] Error 1 gcc -m32 gb18030.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/gb18030.os -MD -MP -MF /build/iconvdata/gb18030.os.dt -MT /build/iconvdata/gb18030.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from gb18030.c:27: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from gb18030.c:24392: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/gb18030.os] Error 1 gcc -m32 iso-2022-cn-ext.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/iso-2022-cn-ext.os -MD -MP -MF /build/iconvdata/iso-2022-cn-ext.os.dt -MT /build/iconvdata/iso-2022-cn-ext.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from iso-2022-cn-ext.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from iso-2022-cn-ext.c:674: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/iso-2022-cn-ext.os] Error 1 gcc -m32 viscii.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/viscii.os -MD -MP -MF /build/iconvdata/viscii.os.dt -MT /build/iconvdata/viscii.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from viscii.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from viscii.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/viscii.os] Error 1 gcc -m32 gbbig5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/gbbig5.os -MD -MP -MF /build/iconvdata/gbbig5.os.dt -MT /build/iconvdata/gbbig5.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from gbbig5.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from gbbig5.c:4970: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/gbbig5.os] Error 1 gcc -m32 cp10007.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/cp10007.os -MD -MP -MF /build/iconvdata/cp10007.os.dt -MT /build/iconvdata/cp10007.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from cp10007.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from cp10007.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/cp10007.os] Error 1 gcc -m32 koi8-t.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/koi8-t.os -MD -MP -MF /build/iconvdata/koi8-t.os.dt -MT /build/iconvdata/koi8-t.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from koi8-t.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from koi8-t.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/koi8-t.os] Error 1 gcc -m32 georgian-ps.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/georgian-ps.os -MD -MP -MF /build/iconvdata/georgian-ps.os.dt -MT /build/iconvdata/georgian-ps.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from georgian-ps.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from georgian-ps.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/georgian-ps.os] Error 1 gcc -m32 georgian-academy.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/georgian-academy.os -MD -MP -MF /build/iconvdata/georgian-academy.os.dt -MT /build/iconvdata/georgian-academy.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from georgian-academy.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from georgian-academy.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/georgian-academy.os] Error 1 gcc -m32 iso-ir-209.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/iso-ir-209.os -MD -MP -MF /build/iconvdata/iso-ir-209.os.dt -MT /build/iconvdata/iso-ir-209.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from iso-ir-209.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from iso-ir-209.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/iso-ir-209.os] Error 1 gcc -m32 mac-sami.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/mac-sami.os -MD -MP -MF /build/iconvdata/mac-sami.os.dt -MT /build/iconvdata/mac-sami.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from mac-sami.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from mac-sami.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/mac-sami.os] Error 1 gcc -m32 armscii-8.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/armscii-8.os -MD -MP -MF /build/iconvdata/armscii-8.os.dt -MT /build/iconvdata/armscii-8.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from armscii-8.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from armscii-8.c:155: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/armscii-8.os] Error 1 gcc -m32 tcvn5712-1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/tcvn5712-1.os -MD -MP -MF /build/iconvdata/tcvn5712-1.os.dt -MT /build/iconvdata/tcvn5712-1.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from tcvn5712-1.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from tcvn5712-1.c:724: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/tcvn5712-1.os] Error 1 gcc -m32 jisx0213.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/jisx0213.os -MD -MP -MF /build/iconvdata/jisx0213.os.dt -MT /build/iconvdata/jisx0213.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from jisx0213.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/jisx0213.os] Error 1 gcc -m32 euc-jisx0213.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/euc-jisx0213.os -MD -MP -MF /build/iconvdata/euc-jisx0213.os.dt -MT /build/iconvdata/euc-jisx0213.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from euc-jisx0213.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from euc-jisx0213.c:420: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/euc-jisx0213.os] Error 1 gcc -m32 shift_jisx0213.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/shift_jisx0213.os -MD -MP -MF /build/iconvdata/shift_jisx0213.os.dt -MT /build/iconvdata/shift_jisx0213.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from shift_jisx0213.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from shift_jisx0213.c:441: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/shift_jisx0213.os] Error 1 gcc -m32 iso-2022-jp-3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/iso-2022-jp-3.os -MD -MP -MF /build/iconvdata/iso-2022-jp-3.os.dt -MT /build/iconvdata/iso-2022-jp-3.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from iso-2022-jp-3.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from iso-2022-jp-3.c:812: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/iso-2022-jp-3.os] Error 1 gcc -m32 tscii.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/tscii.os -MD -MP -MF /build/iconvdata/tscii.os.dt -MT /build/iconvdata/tscii.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from tscii.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from tscii.c:851: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/tscii.os] Error 1 gcc -m32 ibm866nav.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm866nav.os -MD -MP -MF /build/iconvdata/ibm866nav.os.dt -MT /build/iconvdata/ibm866nav.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm866nav.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm866nav.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm866nav.os] Error 1 gcc -m32 cp932.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/cp932.os -MD -MP -MF /build/iconvdata/cp932.os.dt -MT /build/iconvdata/cp932.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from cp932.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from cp932.c:4725: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/cp932.os] Error 1 gcc -m32 euc-jp-ms.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/euc-jp-ms.os -MD -MP -MF /build/iconvdata/euc-jp-ms.os.dt -MT /build/iconvdata/euc-jp-ms.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from euc-jp-ms.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from euc-jp-ms.c:4930: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/euc-jp-ms.os] Error 1 gcc -m32 pt154.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/pt154.os -MD -MP -MF /build/iconvdata/pt154.os.dt -MT /build/iconvdata/pt154.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from pt154.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from pt154.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/pt154.os] Error 1 gcc -m32 rk1048.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/rk1048.os -MD -MP -MF /build/iconvdata/rk1048.os.dt -MT /build/iconvdata/rk1048.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from rk1048.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from rk1048.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/rk1048.os] Error 1 gcc -m32 ibm1025.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm1025.os -MD -MP -MF /build/iconvdata/ibm1025.os.dt -MT /build/iconvdata/ibm1025.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm1025.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm1025.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm1025.os] Error 1 gcc -m32 ibm1122.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm1122.os -MD -MP -MF /build/iconvdata/ibm1122.os.dt -MT /build/iconvdata/ibm1122.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm1122.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm1122.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm1122.os] Error 1 gcc -m32 ibm1137.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm1137.os -MD -MP -MF /build/iconvdata/ibm1137.os.dt -MT /build/iconvdata/ibm1137.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm1137.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm1137.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm1137.os] Error 1 gcc -m32 ibm1153.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm1153.os -MD -MP -MF /build/iconvdata/ibm1153.os.dt -MT /build/iconvdata/ibm1153.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm1153.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm1153.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm1153.os] Error 1 gcc -m32 ibm1154.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm1154.os -MD -MP -MF /build/iconvdata/ibm1154.os.dt -MT /build/iconvdata/ibm1154.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm1154.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm1154.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm1154.os] Error 1 gcc -m32 ibm1155.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm1155.os -MD -MP -MF /build/iconvdata/ibm1155.os.dt -MT /build/iconvdata/ibm1155.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm1155.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm1155.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm1155.os] Error 1 gcc -m32 ibm1156.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm1156.os -MD -MP -MF /build/iconvdata/ibm1156.os.dt -MT /build/iconvdata/ibm1156.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm1156.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm1156.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm1156.os] Error 1 gcc -m32 ibm1157.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm1157.os -MD -MP -MF /build/iconvdata/ibm1157.os.dt -MT /build/iconvdata/ibm1157.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm1157.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm1157.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm1157.os] Error 1 gcc -m32 ibm1158.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm1158.os -MD -MP -MF /build/iconvdata/ibm1158.os.dt -MT /build/iconvdata/ibm1158.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm1158.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm1158.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm1158.os] Error 1 gcc -m32 ibm803.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm803.os -MD -MP -MF /build/iconvdata/ibm803.os.dt -MT /build/iconvdata/ibm803.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm803.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm803.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm803.os] Error 1 gcc -m32 ibm901.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm901.os -MD -MP -MF /build/iconvdata/ibm901.os.dt -MT /build/iconvdata/ibm901.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm901.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm901.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm901.os] Error 1 gcc -m32 ibm902.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm902.os -MD -MP -MF /build/iconvdata/ibm902.os.dt -MT /build/iconvdata/ibm902.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm902.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm902.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm902.os] Error 1 gcc -m32 ibm921.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm921.os -MD -MP -MF /build/iconvdata/ibm921.os.dt -MT /build/iconvdata/ibm921.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm921.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm921.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm921.os] Error 1 gcc -m32 ibm1008.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm1008.os -MD -MP -MF /build/iconvdata/ibm1008.os.dt -MT /build/iconvdata/ibm1008.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm1008.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm1008.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm1008.os] Error 1 gcc -m32 ibm1008_420.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm1008_420.os -MD -MP -MF /build/iconvdata/ibm1008_420.os.dt -MT /build/iconvdata/ibm1008_420.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from ibm1008_420.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ibm1008_420.c:193: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm1008_420.os] Error 1 gcc -m32 ibm1097.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm1097.os -MD -MP -MF /build/iconvdata/ibm1097.os.dt -MT /build/iconvdata/ibm1097.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm1097.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm1097.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm1097.os] Error 1 gcc -m32 ibm1112.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm1112.os -MD -MP -MF /build/iconvdata/ibm1112.os.dt -MT /build/iconvdata/ibm1112.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm1112.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm1112.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm1112.os] Error 1 gcc -m32 ibm1123.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm1123.os -MD -MP -MF /build/iconvdata/ibm1123.os.dt -MT /build/iconvdata/ibm1123.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm1123.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm1123.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm1123.os] Error 1 gcc -m32 ibm1130.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm1130.os -MD -MP -MF /build/iconvdata/ibm1130.os.dt -MT /build/iconvdata/ibm1130.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm1130.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm1130.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm1130.os] Error 1 gcc -m32 ibm1140.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm1140.os -MD -MP -MF /build/iconvdata/ibm1140.os.dt -MT /build/iconvdata/ibm1140.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm1140.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm1140.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm1140.os] Error 1 gcc -m32 ibm1141.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm1141.os -MD -MP -MF /build/iconvdata/ibm1141.os.dt -MT /build/iconvdata/ibm1141.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm1141.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm1141.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm1141.os] Error 1 gcc -m32 ibm1142.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm1142.os -MD -MP -MF /build/iconvdata/ibm1142.os.dt -MT /build/iconvdata/ibm1142.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm1142.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm1142.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm1142.os] Error 1 gcc -m32 ibm1143.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm1143.os -MD -MP -MF /build/iconvdata/ibm1143.os.dt -MT /build/iconvdata/ibm1143.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm1143.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm1143.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm1143.os] Error 1 gcc -m32 ibm1144.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm1144.os -MD -MP -MF /build/iconvdata/ibm1144.os.dt -MT /build/iconvdata/ibm1144.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm1144.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm1144.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm1144.os] Error 1 gcc -m32 ibm1145.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm1145.os -MD -MP -MF /build/iconvdata/ibm1145.os.dt -MT /build/iconvdata/ibm1145.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm1145.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm1145.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm1145.os] Error 1 gcc -m32 ibm1146.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm1146.os -MD -MP -MF /build/iconvdata/ibm1146.os.dt -MT /build/iconvdata/ibm1146.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm1146.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm1146.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm1146.os] Error 1 gcc -m32 ibm1147.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm1147.os -MD -MP -MF /build/iconvdata/ibm1147.os.dt -MT /build/iconvdata/ibm1147.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm1147.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm1147.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm1147.os] Error 1 gcc -m32 ibm1148.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm1148.os -MD -MP -MF /build/iconvdata/ibm1148.os.dt -MT /build/iconvdata/ibm1148.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm1148.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm1148.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm1148.os] Error 1 gcc -m32 ibm1149.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm1149.os -MD -MP -MF /build/iconvdata/ibm1149.os.dt -MT /build/iconvdata/ibm1149.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm1149.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm1149.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm1149.os] Error 1 gcc -m32 ibm1166.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm1166.os -MD -MP -MF /build/iconvdata/ibm1166.os.dt -MT /build/iconvdata/ibm1166.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm1166.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm1166.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm1166.os] Error 1 gcc -m32 ibm1167.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm1167.os -MD -MP -MF /build/iconvdata/ibm1167.os.dt -MT /build/iconvdata/ibm1167.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm1167.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm1167.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm1167.os] Error 1 gcc -m32 ibm4517.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm4517.os -MD -MP -MF /build/iconvdata/ibm4517.os.dt -MT /build/iconvdata/ibm4517.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm4517.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm4517.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm4517.os] Error 1 gcc -m32 ibm4899.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm4899.os -MD -MP -MF /build/iconvdata/ibm4899.os.dt -MT /build/iconvdata/ibm4899.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm4899.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm4899.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm4899.os] Error 1 gcc -m32 ibm4909.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm4909.os -MD -MP -MF /build/iconvdata/ibm4909.os.dt -MT /build/iconvdata/ibm4909.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm4909.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm4909.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm4909.os] Error 1 gcc -m32 ibm4971.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm4971.os -MD -MP -MF /build/iconvdata/ibm4971.os.dt -MT /build/iconvdata/ibm4971.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm4971.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm4971.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm4971.os] Error 1 gcc -m32 ibm5347.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm5347.os -MD -MP -MF /build/iconvdata/ibm5347.os.dt -MT /build/iconvdata/ibm5347.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm5347.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm5347.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm5347.os] Error 1 gcc -m32 ibm9030.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm9030.os -MD -MP -MF /build/iconvdata/ibm9030.os.dt -MT /build/iconvdata/ibm9030.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm9030.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm9030.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm9030.os] Error 1 gcc -m32 ibm9066.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm9066.os -MD -MP -MF /build/iconvdata/ibm9066.os.dt -MT /build/iconvdata/ibm9066.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm9066.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm9066.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm9066.os] Error 1 gcc -m32 ibm9448.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm9448.os -MD -MP -MF /build/iconvdata/ibm9448.os.dt -MT /build/iconvdata/ibm9448.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm9448.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm9448.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm9448.os] Error 1 gcc -m32 ibm12712.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm12712.os -MD -MP -MF /build/iconvdata/ibm12712.os.dt -MT /build/iconvdata/ibm12712.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm12712.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm12712.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm12712.os] Error 1 gcc -m32 ibm16804.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm16804.os -MD -MP -MF /build/iconvdata/ibm16804.os.dt -MT /build/iconvdata/ibm16804.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ibm16804.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from ibm16804.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm16804.os] Error 1 gcc -m32 ibm1364.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm1364.os -MD -MP -MF /build/iconvdata/ibm1364.os.dt -MT /build/iconvdata/ibm1364.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from ibm1364.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ibm1364.c:387: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm1364.os] Error 1 gcc -m32 ibm1371.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm1371.os -MD -MP -MF /build/iconvdata/ibm1371.os.dt -MT /build/iconvdata/ibm1371.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from ibm1364.c:19, from ibm1371.c:32: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ibm1364.c:387: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm1371.os] Error 1 gcc -m32 ibm1388.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm1388.os -MD -MP -MF /build/iconvdata/ibm1388.os.dt -MT /build/iconvdata/ibm1388.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from ibm1364.c:19, from ibm1388.c:32: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ibm1364.c:387: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm1388.os] Error 1 gcc -m32 ibm1390.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm1390.os -MD -MP -MF /build/iconvdata/ibm1390.os.dt -MT /build/iconvdata/ibm1390.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from ibm1364.c:19, from ibm1390.c:34: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ibm1364.c:387: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm1390.os] Error 1 gcc -m32 ibm1399.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/ibm1399.os -MD -MP -MF /build/iconvdata/ibm1399.os.dt -MT /build/iconvdata/ibm1399.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from ibm1364.c:19, from ibm1399.c:34: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ibm1364.c:387: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/ibm1399.os] Error 1 gcc -m32 iso_11548-1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/iso_11548-1.os -MD -MP -MF /build/iconvdata/iso_11548-1.os.dt -MT /build/iconvdata/iso_11548-1.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from iso_11548-1.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from iso_11548-1.c:71: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/iso_11548-1.os] Error 1 gcc -m32 mik.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/mik.os -MD -MP -MF /build/iconvdata/mik.os.dt -MT /build/iconvdata/mik.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from mik.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from mik.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/mik.os] Error 1 gcc -m32 brf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/brf.os -MD -MP -MF /build/iconvdata/brf.os.dt -MT /build/iconvdata/brf.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from brf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from brf.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/brf.os] Error 1 gcc -m32 mac-centraleurope.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/mac-centraleurope.os -MD -MP -MF /build/iconvdata/mac-centraleurope.os.dt -MT /build/iconvdata/mac-centraleurope.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from mac-centraleurope.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from mac-centraleurope.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/mac-centraleurope.os] Error 1 gcc -m32 koi8-ru.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/koi8-ru.os -MD -MP -MF /build/iconvdata/koi8-ru.os.dt -MT /build/iconvdata/koi8-ru.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from koi8-ru.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from koi8-ru.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/koi8-ru.os] Error 1 gcc -m32 iso8859-9e.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/iso8859-9e.os -MD -MP -MF /build/iconvdata/iso8859-9e.os.dt -MT /build/iconvdata/iso8859-9e.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from iso8859-9e.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from iso8859-9e.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/iso8859-9e.os] Error 1 gcc -m32 cp770.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/cp770.os -MD -MP -MF /build/iconvdata/cp770.os.dt -MT /build/iconvdata/cp770.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from cp770.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from cp770.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/cp770.os] Error 1 gcc -m32 cp771.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/cp771.os -MD -MP -MF /build/iconvdata/cp771.os.dt -MT /build/iconvdata/cp771.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from cp771.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from cp771.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/cp771.os] Error 1 gcc -m32 cp772.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/cp772.os -MD -MP -MF /build/iconvdata/cp772.os.dt -MT /build/iconvdata/cp772.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from cp772.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from cp772.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/cp772.os] Error 1 gcc -m32 cp773.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/cp773.os -MD -MP -MF /build/iconvdata/cp773.os.dt -MT /build/iconvdata/cp773.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from cp773.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from cp773.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/cp773.os] Error 1 gcc -m32 cp774.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/iconvdata -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=iconvdata -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/iconvdata/cp774.os -MD -MP -MF /build/iconvdata/cp774.os.dt -MT /build/iconvdata/cp774.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from cp774.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../iconv/skeleton.c:150, from ./8bit-gap.c:116, from cp774.c:27: ../iconv/skeleton.c: In function 'gconv': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../iconv/skeleton.c:341:9: note: in expansion of macro 'PTR_DEMANGLE' 341 | PTR_DEMANGLE (fct); | ^~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/iconvdata/cp774.os] Error 1 make[2]: Target 'others' not remade because of errors. make[2]: Leaving directory '/glibc/iconvdata' make[1]: *** [Makefile:484: iconvdata/others] Error 2 make subdir=assert -C assert ..=../ others make[2]: Entering directory '/glibc/assert' make[2]: Nothing to be done for 'others'. make[2]: Leaving directory '/glibc/assert' make subdir=ctype -C ctype ..=../ others make[2]: Entering directory '/glibc/ctype' make[2]: Nothing to be done for 'others'. make[2]: Leaving directory '/glibc/ctype' make subdir=intl -C intl ..=../ others make[2]: Entering directory '/glibc/intl' make[2]: Nothing to be done for 'others'. make[2]: Leaving directory '/glibc/intl' make subdir=catgets -C catgets ..=../ others make[2]: Entering directory '/glibc/catgets' gcc -m32 ../locale/programs/xmalloc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -DNLSPATH='"/usr/share/locale/%L/%N:/usr/share/locale/%L/LC_MESSAGES/%N:/usr/share/locale/%l/%N:/usr/share/locale/%l/LC_MESSAGES/%N:"' -I../include -I/build/catgets -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nonlib -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/catgets/xmalloc.o -MD -MP -MF /build/catgets/xmalloc.o.dt -MT /build/catgets/xmalloc.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../locale/programs/xmalloc.c:24: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/catgets/xmalloc.o] Error 1 gcc -m32 gencat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -DNLSPATH='"/usr/share/locale/%L/%N:/usr/share/locale/%L/LC_MESSAGES/%N:/usr/share/locale/%l/%N:/usr/share/locale/%l/LC_MESSAGES/%N:"' -I../include -I/build/catgets -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nonlib -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/catgets/gencat.o -MD -MP -MF /build/catgets/gencat.o.dt -MT /build/catgets/gencat.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from ../argp/argp.h:23, from ../include/argp.h:2, from gencat.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/catgets/gencat.o] Error 1 make[2]: *** No rule to make target '/build/csu/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/iconv/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/locale/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/assert/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/ctype/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/intl/stamp.os', needed by '/build/libc_pic.a'. gcc -m32 catgets.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DNLSPATH='"/usr/share/locale/%L/%N:/usr/share/locale/%L/LC_MESSAGES/%N:/usr/share/locale/%l/%N:/usr/share/locale/%l/LC_MESSAGES/%N:"' -I../include -I/build/catgets -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/catgets/catgets.os -MD -MP -MF /build/catgets/catgets.os.dt -MT /build/catgets/catgets.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from catgets.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/catgets/catgets.os] Error 1 gcc -m32 open_catalog.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -DNLSPATH='"/usr/share/locale/%L/%N:/usr/share/locale/%L/LC_MESSAGES/%N:/usr/share/locale/%l/%N:/usr/share/locale/%l/LC_MESSAGES/%N:"' -I../include -I/build/catgets -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/catgets/open_catalog.os -MD -MP -MF /build/catgets/open_catalog.os.dt -MT /build/catgets/open_catalog.os In file included from ../string/byteswap.h:22, from ../include/byteswap.h:1, from open_catalog.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/catgets/open_catalog.os] Error 1 make[2]: *** No rule to make target '/build/math/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/setjmp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/signal/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/stdlib/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/stdio-common/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/libio/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/dlfcn/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/nptl/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/rt/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/malloc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/string/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/wcsmbs/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/time/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/dirent/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/grp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/pwd/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/posix/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/io/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/termios/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/resource/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/misc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/socket/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/sysvipc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/gmon/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/wctype/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/shadow/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/gshadow/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/argp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/debug/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/inet/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/resolv/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/nss/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/sunrpc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/nscd/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/login/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/elf/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/elf/ld.so', needed by '/build/libc.so'. make[2]: *** No rule to make target '/build/stdlib/stamp.oS', needed by '/build/libc_nonshared.a'. make[2]: *** No rule to make target '/build/nptl/stamp.oS', needed by '/build/libc_nonshared.a'. make[2]: *** No rule to make target '/build/debug/stamp.oS', needed by '/build/libc_nonshared.a'. make[2]: *** No rule to make target '/build/csu/start.o', needed by '/build/catgets/gencat'. make[2]: *** No rule to make target '/build/csu/crti.o', needed by '/build/catgets/gencat'. make[2]: *** No rule to make target '/build/csu/crtn.o', needed by '/build/catgets/gencat'. make[2]: Target 'others' not remade because of errors. make[2]: Leaving directory '/glibc/catgets' make[1]: *** [Makefile:484: catgets/others] Error 2 make subdir=math -C math ..=../ others make[2]: Entering directory '/glibc/math' gcc -m32 ../sysdeps/ieee754/s_signgam.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_signgam.o -MD -MP -MF /build/math/s_signgam.o.dt -MT /build/math/s_signgam.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/s_signgam.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:961: /build/math/s_signgam.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/fclrexcpt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/fclrexcpt.o -MD -MP -MF /build/math/fclrexcpt.o.dt -MT /build/math/fclrexcpt.o In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from ../sysdeps/i386/fpu/fclrexcpt.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:655: /build/math/fclrexcpt.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/fgetexcptflg.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/fgetexcptflg.o -MD -MP -MF /build/math/fgetexcptflg.o.dt -MT /build/math/fgetexcptflg.o In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from ../sysdeps/i386/fpu/fgetexcptflg.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:655: /build/math/fgetexcptflg.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/fraiseexcpt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/fraiseexcpt.o -MD -MP -MF /build/math/fraiseexcpt.o.dt -MT /build/math/fraiseexcpt.o In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from ../sysdeps/i386/fpu/fraiseexcpt.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:655: /build/math/fraiseexcpt.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/fsetexcptflg.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/fsetexcptflg.o -MD -MP -MF /build/math/fsetexcptflg.o.dt -MT /build/math/fsetexcptflg.o In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from ../sysdeps/i386/fpu/fsetexcptflg.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:655: /build/math/fsetexcptflg.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/ftestexcept.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/ftestexcept.o -MD -MP -MF /build/math/ftestexcept.o.dt -MT /build/math/ftestexcept.o In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from ../sysdeps/i386/fpu/ftestexcept.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:655: /build/math/ftestexcept.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/fegetround.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/fegetround.o -MD -MP -MF /build/math/fegetround.o.dt -MT /build/math/fegetround.o In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from ../sysdeps/i386/fpu/fegetround.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:655: /build/math/fegetround.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/fesetround.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/fesetround.o -MD -MP -MF /build/math/fesetround.o.dt -MT /build/math/fesetround.o In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from ../sysdeps/i386/fpu/fesetround.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:655: /build/math/fesetround.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/fegetenv.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/fegetenv.o -MD -MP -MF /build/math/fegetenv.o.dt -MT /build/math/fegetenv.o In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from ../sysdeps/i386/fpu/fegetenv.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:655: /build/math/fegetenv.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/feholdexcpt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/feholdexcpt.o -MD -MP -MF /build/math/feholdexcpt.o.dt -MT /build/math/feholdexcpt.o In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from ../sysdeps/i386/fpu/feholdexcpt.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:655: /build/math/feholdexcpt.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/fesetenv.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/fesetenv.o -MD -MP -MF /build/math/fesetenv.o.dt -MT /build/math/fesetenv.o In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from ../sysdeps/i386/fpu/fesetenv.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:655: /build/math/fesetenv.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/feupdateenv.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/feupdateenv.o -MD -MP -MF /build/math/feupdateenv.o.dt -MT /build/math/feupdateenv.o In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from ../sysdeps/i386/fpu/feupdateenv.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:655: /build/math/feupdateenv.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/fedisblxcpt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/fedisblxcpt.o -MD -MP -MF /build/math/fedisblxcpt.o.dt -MT /build/math/fedisblxcpt.o In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from ../sysdeps/i386/fpu/fedisblxcpt.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:655: /build/math/fedisblxcpt.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/feenablxcpt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/feenablxcpt.o -MD -MP -MF /build/math/feenablxcpt.o.dt -MT /build/math/feenablxcpt.o In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from ../sysdeps/i386/fpu/feenablxcpt.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:655: /build/math/feenablxcpt.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/fegetexcept.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/fegetexcept.o -MD -MP -MF /build/math/fegetexcept.o.dt -MT /build/math/fegetexcept.o In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from ../sysdeps/i386/fpu/fegetexcept.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:655: /build/math/fegetexcept.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/fesetexcept.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/fesetexcept.o -MD -MP -MF /build/math/fesetexcept.o.dt -MT /build/math/fesetexcept.o In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from ../sysdeps/i386/fpu/fesetexcept.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:655: /build/math/fesetexcept.o] Error 1 gcc -m32 fetestexceptflag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/fetestexceptflag.o -MD -MP -MF /build/math/fetestexceptflag.o.dt -MT /build/math/fetestexceptflag.o In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from fetestexceptflag.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/fetestexceptflag.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/fegetmode.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/fegetmode.o -MD -MP -MF /build/math/fegetmode.o.dt -MT /build/math/fegetmode.o In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from ../sysdeps/i386/fpu/fegetmode.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:655: /build/math/fegetmode.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/fesetmode.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/fesetmode.o -MD -MP -MF /build/math/fesetmode.o.dt -MT /build/math/fesetmode.o In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from ../sysdeps/i386/fpu/fesetmode.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:655: /build/math/fesetmode.o] Error 1 gcc -m32 ../sysdeps/x86/fpu/powl_helper.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/powl_helper.o -MD -MP -MF /build/math/powl_helper.o.dt -MT /build/math/powl_helper.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/x86/fpu/powl_helper.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:689: /build/math/powl_helper.o] Error 1 gcc -m32 w_acosl_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_acosl_compat.o -MD -MP -MF /build/math/w_acosl_compat.o.dt -MT /build/math/w_acosl_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from w_acosl_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_acosl_compat.o] Error 1 gcc -m32 w_acoshl_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_acoshl_compat.o -MD -MP -MF /build/math/w_acoshl_compat.o.dt -MT /build/math/w_acoshl_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_acoshl_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_acoshl_compat.o] Error 1 gcc -m32 w_asinl_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_asinl_compat.o -MD -MP -MF /build/math/w_asinl_compat.o.dt -MT /build/math/w_asinl_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from w_asinl_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_asinl_compat.o] Error 1 gcc -m32 w_atan2l_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_atan2l_compat.o -MD -MP -MF /build/math/w_atan2l_compat.o.dt -MT /build/math/w_atan2l_compat.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from w_atan2l_compat.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_atan2l_compat.o] Error 1 gcc -m32 w_atanhl_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_atanhl_compat.o -MD -MP -MF /build/math/w_atanhl_compat.o.dt -MT /build/math/w_atanhl_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_atanhl_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_atanhl_compat.o] Error 1 gcc -m32 w_coshl_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_coshl_compat.o -MD -MP -MF /build/math/w_coshl_compat.o.dt -MT /build/math/w_coshl_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_coshl_compat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_coshl_compat.o] Error 1 gcc -m32 w_exp2l_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_exp2l_compat.o -MD -MP -MF /build/math/w_exp2l_compat.o.dt -MT /build/math/w_exp2l_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_exp2l_compat.c:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_exp2l_compat.o] Error 1 gcc -m32 w_exp10l_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_exp10l_compat.o -MD -MP -MF /build/math/w_exp10l_compat.o.dt -MT /build/math/w_exp10l_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_exp10l_compat.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_exp10l_compat.o] Error 1 gcc -m32 w_fmodl_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_fmodl_compat.o -MD -MP -MF /build/math/w_fmodl_compat.o.dt -MT /build/math/w_fmodl_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_fmodl_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_fmodl_compat.o] Error 1 gcc -m32 w_hypotl_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_hypotl_compat.o -MD -MP -MF /build/math/w_hypotl_compat.o.dt -MT /build/math/w_hypotl_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_hypotl_compat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_hypotl_compat.o] Error 1 gcc -m32 w_j0l_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_j0l_compat.o -MD -MP -MF /build/math/w_j0l_compat.o.dt -MT /build/math/w_j0l_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from w_j0l_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_j0l_compat.o] Error 1 gcc -m32 w_j1l_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_j1l_compat.o -MD -MP -MF /build/math/w_j1l_compat.o.dt -MT /build/math/w_j1l_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from w_j1l_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_j1l_compat.o] Error 1 gcc -m32 w_jnl_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_jnl_compat.o -MD -MP -MF /build/math/w_jnl_compat.o.dt -MT /build/math/w_jnl_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_jnl_compat.c:45: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_jnl_compat.o] Error 1 gcc -m32 w_log2l_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_log2l_compat.o -MD -MP -MF /build/math/w_log2l_compat.o.dt -MT /build/math/w_log2l_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from w_log2l_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_log2l_compat.o] Error 1 gcc -m32 w_log10l_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_log10l_compat.o -MD -MP -MF /build/math/w_log10l_compat.o.dt -MT /build/math/w_log10l_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from w_log10l_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_log10l_compat.o] Error 1 gcc -m32 w_logl_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_logl_compat.o -MD -MP -MF /build/math/w_logl_compat.o.dt -MT /build/math/w_logl_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from w_logl_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_logl_compat.o] Error 1 gcc -m32 w_powl_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_powl_compat.o -MD -MP -MF /build/math/w_powl_compat.o.dt -MT /build/math/w_powl_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_powl_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_powl_compat.o] Error 1 gcc -m32 w_remainderl_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_remainderl_compat.o -MD -MP -MF /build/math/w_remainderl_compat.o.dt -MT /build/math/w_remainderl_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_remainderl_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_remainderl_compat.o] Error 1 gcc -m32 w_scalbl_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_scalbl_compat.o -MD -MP -MF /build/math/w_scalbl_compat.o.dt -MT /build/math/w_scalbl_compat.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from w_scalbl_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_scalbl_compat.o] Error 1 gcc -m32 w_sinhl_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_sinhl_compat.o -MD -MP -MF /build/math/w_sinhl_compat.o.dt -MT /build/math/w_sinhl_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_sinhl_compat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_sinhl_compat.o] Error 1 gcc -m32 w_sqrtl_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_sqrtl_compat.o -MD -MP -MF /build/math/w_sqrtl_compat.o.dt -MT /build/math/w_sqrtl_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_sqrtl_compat.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_sqrtl_compat.o] Error 1 gcc -m32 w_tgammal_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_tgammal_compat.o -MD -MP -MF /build/math/w_tgammal_compat.o.dt -MT /build/math/w_tgammal_compat.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from w_tgammal_compat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_tgammal_compat.o] Error 1 gcc -m32 w_lgammal_r_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_lgammal_r_compat.o -MD -MP -MF /build/math/w_lgammal_r_compat.o.dt -MT /build/math/w_lgammal_r_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_lgammal_r_compat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_lgammal_r_compat.o] Error 1 gcc -m32 w_lgammal_compat2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_lgammal_compat2.o -MD -MP -MF /build/math/w_lgammal_compat2.o.dt -MT /build/math/w_lgammal_compat2.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ./w_lgammal_main.c:21, from w_lgammal_compat2.c:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_lgammal_compat2.o] Error 1 gcc -m32 w_expl_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_expl_compat.o -MD -MP -MF /build/math/w_expl_compat.o.dt -MT /build/math/w_expl_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_expl_compat.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_expl_compat.o] Error 1 gcc -m32 w_lgamma_compatl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_lgamma_compatl.o -MD -MP -MF /build/math/w_lgamma_compatl.o.dt -MT /build/math/w_lgamma_compatl.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ./w_lgammal_main.c:21, from w_lgamma_compatl.c:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_lgamma_compatl.o] Error 1 gcc -m32 ../sysdeps/ieee754/k_standardl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/k_standardl.o -MD -MP -MF /build/math/k_standardl.o.dt -MT /build/math/k_standardl.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/k_standardl.c:33: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:961: /build/math/k_standardl.o] Error 1 gcc -m32 w_acos_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_acos_compat.o -MD -MP -MF /build/math/w_acos_compat.o.dt -MT /build/math/w_acos_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from w_acos_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_acos_compat.o] Error 1 gcc -m32 w_acosh_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_acosh_compat.o -MD -MP -MF /build/math/w_acosh_compat.o.dt -MT /build/math/w_acosh_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_acosh_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_acosh_compat.o] Error 1 gcc -m32 w_asin_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_asin_compat.o -MD -MP -MF /build/math/w_asin_compat.o.dt -MT /build/math/w_asin_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from w_asin_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_asin_compat.o] Error 1 gcc -m32 w_atan2_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_atan2_compat.o -MD -MP -MF /build/math/w_atan2_compat.o.dt -MT /build/math/w_atan2_compat.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from w_atan2_compat.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_atan2_compat.o] Error 1 gcc -m32 w_atanh_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_atanh_compat.o -MD -MP -MF /build/math/w_atanh_compat.o.dt -MT /build/math/w_atanh_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_atanh_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_atanh_compat.o] Error 1 gcc -m32 w_cosh_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_cosh_compat.o -MD -MP -MF /build/math/w_cosh_compat.o.dt -MT /build/math/w_cosh_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_cosh_compat.c:17: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_cosh_compat.o] Error 1 gcc -m32 w_exp2_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_exp2_compat.o -MD -MP -MF /build/math/w_exp2_compat.o.dt -MT /build/math/w_exp2_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_exp2_compat.c:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_exp2_compat.o] Error 1 gcc -m32 w_exp10_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_exp10_compat.o -MD -MP -MF /build/math/w_exp10_compat.o.dt -MT /build/math/w_exp10_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_exp10_compat.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_exp10_compat.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/w_fmod_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_fmod_compat.o -MD -MP -MF /build/math/w_fmod_compat.o.dt -MT /build/math/w_fmod_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../math/w_fmod_compat.c:18, from ../sysdeps/i386/fpu/w_fmod_compat.c:11: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:655: /build/math/w_fmod_compat.o] Error 1 gcc -m32 w_hypot_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_hypot_compat.o -MD -MP -MF /build/math/w_hypot_compat.o.dt -MT /build/math/w_hypot_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_hypot_compat.c:17: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_hypot_compat.o] Error 1 gcc -m32 w_j0_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_j0_compat.o -MD -MP -MF /build/math/w_j0_compat.o.dt -MT /build/math/w_j0_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from w_j0_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_j0_compat.o] Error 1 gcc -m32 w_j1_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_j1_compat.o -MD -MP -MF /build/math/w_j1_compat.o.dt -MT /build/math/w_j1_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from w_j1_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_j1_compat.o] Error 1 gcc -m32 w_jn_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_jn_compat.o -MD -MP -MF /build/math/w_jn_compat.o.dt -MT /build/math/w_jn_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from w_jn_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_jn_compat.o] Error 1 gcc -m32 w_log2_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_log2_compat.o -MD -MP -MF /build/math/w_log2_compat.o.dt -MT /build/math/w_log2_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from w_log2_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_log2_compat.o] Error 1 gcc -m32 w_log10_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_log10_compat.o -MD -MP -MF /build/math/w_log10_compat.o.dt -MT /build/math/w_log10_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from w_log10_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_log10_compat.o] Error 1 gcc -m32 w_log_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_log_compat.o -MD -MP -MF /build/math/w_log_compat.o.dt -MT /build/math/w_log_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from w_log_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_log_compat.o] Error 1 gcc -m32 w_pow_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_pow_compat.o -MD -MP -MF /build/math/w_pow_compat.o.dt -MT /build/math/w_pow_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_pow_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_pow_compat.o] Error 1 gcc -m32 w_remainder_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_remainder_compat.o -MD -MP -MF /build/math/w_remainder_compat.o.dt -MT /build/math/w_remainder_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_remainder_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_remainder_compat.o] Error 1 gcc -m32 w_scalb_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_scalb_compat.o -MD -MP -MF /build/math/w_scalb_compat.o.dt -MT /build/math/w_scalb_compat.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from w_scalb_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_scalb_compat.o] Error 1 gcc -m32 w_sinh_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_sinh_compat.o -MD -MP -MF /build/math/w_sinh_compat.o.dt -MT /build/math/w_sinh_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_sinh_compat.c:17: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_sinh_compat.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/w_sqrt_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_sqrt_compat.o -MD -MP -MF /build/math/w_sqrt_compat.o.dt -MT /build/math/w_sqrt_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/i386/fpu/w_sqrt_compat.c:6: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:655: /build/math/w_sqrt_compat.o] Error 1 gcc -m32 w_tgamma_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_tgamma_compat.o -MD -MP -MF /build/math/w_tgamma_compat.o.dt -MT /build/math/w_tgamma_compat.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from w_tgamma_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_tgamma_compat.o] Error 1 gcc -m32 w_lgamma_r_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_lgamma_r_compat.o -MD -MP -MF /build/math/w_lgamma_r_compat.o.dt -MT /build/math/w_lgamma_r_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_lgamma_r_compat.c:17: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_lgamma_r_compat.o] Error 1 gcc -m32 w_lgamma_compat2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_lgamma_compat2.o -MD -MP -MF /build/math/w_lgamma_compat2.o.dt -MT /build/math/w_lgamma_compat2.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ./w_lgamma_main.c:19, from w_lgamma_compat2.c:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_lgamma_compat2.o] Error 1 gcc -m32 w_exp_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_exp_compat.o -MD -MP -MF /build/math/w_exp_compat.o.dt -MT /build/math/w_exp_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_exp_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_exp_compat.o] Error 1 gcc -m32 w_lgamma_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_lgamma_compat.o -MD -MP -MF /build/math/w_lgamma_compat.o.dt -MT /build/math/w_lgamma_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ./w_lgamma_main.c:19, from w_lgamma_compat.c:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_lgamma_compat.o] Error 1 gcc -m32 ../sysdeps/ieee754/k_standard.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/k_standard.o -MD -MP -MF /build/math/k_standard.o.dt -MT /build/math/k_standard.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/k_standard.c:17: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:961: /build/math/k_standard.o] Error 1 gcc -m32 w_acosf_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_acosf_compat.o -MD -MP -MF /build/math/w_acosf_compat.o.dt -MT /build/math/w_acosf_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from w_acosf_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_acosf_compat.o] Error 1 gcc -m32 w_acoshf_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_acoshf_compat.o -MD -MP -MF /build/math/w_acoshf_compat.o.dt -MT /build/math/w_acoshf_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_acoshf_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_acoshf_compat.o] Error 1 gcc -m32 w_asinf_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_asinf_compat.o -MD -MP -MF /build/math/w_asinf_compat.o.dt -MT /build/math/w_asinf_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from w_asinf_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_asinf_compat.o] Error 1 gcc -m32 w_atan2f_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_atan2f_compat.o -MD -MP -MF /build/math/w_atan2f_compat.o.dt -MT /build/math/w_atan2f_compat.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from w_atan2f_compat.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_atan2f_compat.o] Error 1 gcc -m32 w_atanhf_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_atanhf_compat.o -MD -MP -MF /build/math/w_atanhf_compat.o.dt -MT /build/math/w_atanhf_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_atanhf_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_atanhf_compat.o] Error 1 gcc -m32 w_coshf_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_coshf_compat.o -MD -MP -MF /build/math/w_coshf_compat.o.dt -MT /build/math/w_coshf_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_coshf_compat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_coshf_compat.o] Error 1 gcc -m32 w_exp2f_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_exp2f_compat.o -MD -MP -MF /build/math/w_exp2f_compat.o.dt -MT /build/math/w_exp2f_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_exp2f_compat.c:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_exp2f_compat.o] Error 1 gcc -m32 w_exp10f_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_exp10f_compat.o -MD -MP -MF /build/math/w_exp10f_compat.o.dt -MT /build/math/w_exp10f_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_exp10f_compat.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_exp10f_compat.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/w_fmodf_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_fmodf_compat.o -MD -MP -MF /build/math/w_fmodf_compat.o.dt -MT /build/math/w_fmodf_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../math/w_fmodf_compat.c:18, from ../sysdeps/i386/fpu/w_fmodf_compat.c:11: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:655: /build/math/w_fmodf_compat.o] Error 1 gcc -m32 w_hypotf_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_hypotf_compat.o -MD -MP -MF /build/math/w_hypotf_compat.o.dt -MT /build/math/w_hypotf_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_hypotf_compat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_hypotf_compat.o] Error 1 gcc -m32 w_j0f_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_j0f_compat.o -MD -MP -MF /build/math/w_j0f_compat.o.dt -MT /build/math/w_j0f_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from w_j0f_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_j0f_compat.o] Error 1 gcc -m32 w_j1f_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_j1f_compat.o -MD -MP -MF /build/math/w_j1f_compat.o.dt -MT /build/math/w_j1f_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from w_j1f_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_j1f_compat.o] Error 1 gcc -m32 w_jnf_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_jnf_compat.o -MD -MP -MF /build/math/w_jnf_compat.o.dt -MT /build/math/w_jnf_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from w_jnf_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_jnf_compat.o] Error 1 gcc -m32 w_log2f_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_log2f_compat.o -MD -MP -MF /build/math/w_log2f_compat.o.dt -MT /build/math/w_log2f_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from w_log2f_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_log2f_compat.o] Error 1 gcc -m32 w_log10f_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_log10f_compat.o -MD -MP -MF /build/math/w_log10f_compat.o.dt -MT /build/math/w_log10f_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from w_log10f_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_log10f_compat.o] Error 1 gcc -m32 w_logf_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_logf_compat.o -MD -MP -MF /build/math/w_logf_compat.o.dt -MT /build/math/w_logf_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from w_logf_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_logf_compat.o] Error 1 gcc -m32 w_powf_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_powf_compat.o -MD -MP -MF /build/math/w_powf_compat.o.dt -MT /build/math/w_powf_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_powf_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_powf_compat.o] Error 1 gcc -m32 w_remainderf_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_remainderf_compat.o -MD -MP -MF /build/math/w_remainderf_compat.o.dt -MT /build/math/w_remainderf_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_remainderf_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_remainderf_compat.o] Error 1 gcc -m32 w_scalbf_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_scalbf_compat.o -MD -MP -MF /build/math/w_scalbf_compat.o.dt -MT /build/math/w_scalbf_compat.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from w_scalbf_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_scalbf_compat.o] Error 1 gcc -m32 w_sinhf_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_sinhf_compat.o -MD -MP -MF /build/math/w_sinhf_compat.o.dt -MT /build/math/w_sinhf_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_sinhf_compat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_sinhf_compat.o] Error 1 gcc -m32 w_sqrtf_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_sqrtf_compat.o -MD -MP -MF /build/math/w_sqrtf_compat.o.dt -MT /build/math/w_sqrtf_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_sqrtf_compat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_sqrtf_compat.o] Error 1 gcc -m32 w_tgammaf_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_tgammaf_compat.o -MD -MP -MF /build/math/w_tgammaf_compat.o.dt -MT /build/math/w_tgammaf_compat.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from w_tgammaf_compat.c:15: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_tgammaf_compat.o] Error 1 gcc -m32 w_lgammaf_r_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_lgammaf_r_compat.o -MD -MP -MF /build/math/w_lgammaf_r_compat.o.dt -MT /build/math/w_lgammaf_r_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_lgammaf_r_compat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_lgammaf_r_compat.o] Error 1 gcc -m32 w_lgammaf_compat2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_lgammaf_compat2.o -MD -MP -MF /build/math/w_lgammaf_compat2.o.dt -MT /build/math/w_lgammaf_compat2.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ./w_lgammaf_main.c:15, from w_lgammaf_compat2.c:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_lgammaf_compat2.o] Error 1 gcc -m32 w_expf_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_expf_compat.o -MD -MP -MF /build/math/w_expf_compat.o.dt -MT /build/math/w_expf_compat.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_expf_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_expf_compat.o] Error 1 gcc -m32 w_lgamma_compatf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_lgamma_compatf.o -MD -MP -MF /build/math/w_lgamma_compatf.o.dt -MT /build/math/w_lgamma_compatf.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ./w_lgammaf_main.c:15, from w_lgamma_compatf.c:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_lgamma_compatf.o] Error 1 gcc -m32 ../sysdeps/ieee754/k_standardf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/k_standardf.o -MD -MP -MF /build/math/k_standardf.o.dt -MT /build/math/k_standardf.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/k_standardf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:961: /build/math/k_standardf.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_acosl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_acosl.o -MD -MP -MF /build/math/e_acosl.o.dt -MT /build/math/e_acosl.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/generic/math_private.h:19, from ../sysdeps/x86/fpu/math_private.h:22, from ../sysdeps/i386/fpu/e_acosl.c:6: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:655: /build/math/e_acosl.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_acoshl.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_acoshl.o -MD -MP -MF /build/math/e_acoshl.o.dt -MT /build/math/e_acoshl.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_acoshl.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/e_acoshl.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/e_asinl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_asinl.o -MD -MP -MF /build/math/e_asinl.o.dt -MT /build/math/e_asinl.o In file included from ../bits/libc-header-start.h:33, from ../include/float.h:5, from ../sysdeps/ieee754/ldbl-96/e_asinl.c:61: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/e_asinl.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_atan2l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_atan2l.o -MD -MP -MF /build/math/e_atan2l.o.dt -MT /build/math/e_atan2l.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/generic/math_private.h:19, from ../sysdeps/x86/fpu/math_private.h:22, from ../sysdeps/i386/fpu/e_atan2l.c:6: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:655: /build/math/e_atan2l.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_atanhl.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_atanhl.o -MD -MP -MF /build/math/e_atanhl.o.dt -MT /build/math/e_atanhl.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_atanhl.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/e_atanhl.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/e_coshl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_coshl.o -MD -MP -MF /build/math/e_coshl.o.dt -MT /build/math/e_coshl.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/e_coshl.c:37: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/e_coshl.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_expl.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_expl.o -MD -MP -MF /build/math/e_expl.o.dt -MT /build/math/e_expl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/i386/fpu/e_expl.S:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/e_expl.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_fmodl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_fmodl.o -MD -MP -MF /build/math/e_fmodl.o.dt -MT /build/math/e_fmodl.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/generic/math_private.h:19, from ../sysdeps/x86/fpu/math_private.h:22, from ../sysdeps/i386/fpu/e_fmodl.c:6: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:655: /build/math/e_fmodl.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/e_hypotl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_hypotl.o -MD -MP -MF /build/math/e_hypotl.o.dt -MT /build/math/e_hypotl.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/e_hypotl.c:30: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/e_hypotl.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/e_j0l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_j0l.o -MD -MP -MF /build/math/e_j0l.o.dt -MT /build/math/e_j0l.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/e_j0l.c:74: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/e_j0l.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/e_j1l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_j1l.o -MD -MP -MF /build/math/e_j1l.o.dt -MT /build/math/e_j1l.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/ldbl-96/e_j1l.c:74: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/e_j1l.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/e_jnl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_jnl.o -MD -MP -MF /build/math/e_jnl.o.dt -MT /build/math/e_jnl.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/ldbl-96/e_jnl.c:59: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/e_jnl.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/e_lgammal_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_lgammal_r.o -MD -MP -MF /build/math/e_lgammal_r.o.dt -MT /build/math/e_lgammal_r.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/e_lgammal_r.c:94: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/e_lgammal_r.o] Error 1 gcc -m32 ../sysdeps/i386/i686/fpu/e_logl.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_logl.o -MD -MP -MF /build/math/e_logl.o.dt -MT /build/math/e_logl.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/i686/fpu/e_logl.S:7: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:551: /build/math/e_logl.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_log10l.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_log10l.o -MD -MP -MF /build/math/e_log10l.o.dt -MT /build/math/e_log10l.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_log10l.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/e_log10l.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_powl.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_powl.o -MD -MP -MF /build/math/e_powl.o.dt -MT /build/math/e_powl.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_powl.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/e_powl.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_remainderl.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_remainderl.o -MD -MP -MF /build/math/e_remainderl.o.dt -MT /build/math/e_remainderl.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_remainderl.S:6: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/e_remainderl.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/e_sinhl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_sinhl.o -MD -MP -MF /build/math/e_sinhl.o.dt -MT /build/math/e_sinhl.o In file included from ../bits/libc-header-start.h:33, from ../include/float.h:5, from ../sysdeps/ieee754/ldbl-96/e_sinhl.c:37: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/e_sinhl.o] Error 1 gcc -m32 ../sysdeps/x86/fpu/e_sqrtl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_sqrtl.o -MD -MP -MF /build/math/e_sqrtl.o.dt -MT /build/math/e_sqrtl.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/x86/fpu/e_sqrtl.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:689: /build/math/e_sqrtl.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/e_gammal_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_gammal_r.o -MD -MP -MF /build/math/e_gammal_r.o.dt -MT /build/math/e_gammal_r.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/e_gammal_r.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/e_gammal_r.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_ilogbl.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_ilogbl.o -MD -MP -MF /build/math/e_ilogbl.o.dt -MT /build/math/e_ilogbl.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_ilogbl.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/e_ilogbl.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/k_tanl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/k_tanl.o -MD -MP -MF /build/math/k_tanl.o.dt -MT /build/math/k_tanl.o In file included from ../bits/libc-header-start.h:33, from ../include/float.h:5, from ../sysdeps/ieee754/ldbl-96/k_tanl.c:59: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/k_tanl.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_asinhl.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_asinhl.o -MD -MP -MF /build/math/s_asinhl.o.dt -MT /build/math/s_asinhl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/i386/fpu/s_asinhl.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/s_asinhl.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_atanl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-atanf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_atanl.o -MD -MP -MF /build/math/s_atanl.o.dt -MT /build/math/s_atanl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/i386/fpu/s_atanl.c:6: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:655: /build/math/s_atanl.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_cbrtl.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_cbrtl.o -MD -MP -MF /build/math/s_cbrtl.o.dt -MT /build/math/s_cbrtl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/i386/fpu/s_cbrtl.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/s_cbrtl.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_ceill.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_ceill.o -MD -MP -MF /build/math/s_ceill.o.dt -MT /build/math/s_ceill.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/i386/fpu/s_ceill.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/s_ceill.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_cosl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-cosf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_cosl.o -MD -MP -MF /build/math/s_cosl.o.dt -MT /build/math/s_cosl.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/ldbl-96/s_cosl.c:50: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/s_cosl.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_erfl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-erff64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_erfl.o -MD -MP -MF /build/math/s_erfl.o.dt -MT /build/math/s_erfl.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/ldbl-96/s_erfl.c:107: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/s_erfl.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_expm1l.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_expm1l.o -MD -MP -MF /build/math/s_expm1l.o.dt -MT /build/math/s_expm1l.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/i386/fpu/e_expl.S:23, from ../sysdeps/i386/fpu/s_expm1l.S:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/s_expm1l.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_fabsl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fabsf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fabsl.o -MD -MP -MF /build/math/s_fabsl.o.dt -MT /build/math/s_fabsl.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/s_fabsl.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/s_fabsl.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_floorl.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_floorl.o -MD -MP -MF /build/math/s_floorl.o.dt -MT /build/math/s_floorl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/i386/fpu/s_floorl.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/s_floorl.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_log1pl.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_log1pl.o -MD -MP -MF /build/math/s_log1pl.o.dt -MT /build/math/s_log1pl.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_log1pl.S:6: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/s_log1pl.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_logbl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-logbf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_logbl.o -MD -MP -MF /build/math/s_logbl.o.dt -MT /build/math/s_logbl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/i386/fpu/s_logbl.c:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:655: /build/math/s_logbl.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_nextafterl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-nextafterf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_nextafterl.o -MD -MP -MF /build/math/s_nextafterl.o.dt -MT /build/math/s_nextafterl.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/i386/fpu/s_nextafterl.c:27: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:655: /build/math/s_nextafterl.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_rintl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-rintf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_rintl.o -MD -MP -MF /build/math/s_rintl.o.dt -MT /build/math/s_rintl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/i386/fpu/s_rintl.c:6: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:655: /build/math/s_rintl.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_sinl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-sinf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_sinl.o -MD -MP -MF /build/math/s_sinl.o.dt -MT /build/math/s_sinl.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/ldbl-96/s_sinl.c:50: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/s_sinl.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_tanl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-tanf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_tanl.o -MD -MP -MF /build/math/s_tanl.o.dt -MT /build/math/s_tanl.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/ldbl-96/s_tanl.c:49: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/s_tanl.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_tanhl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-tanhf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_tanhl.o -MD -MP -MF /build/math/s_tanhl.o.dt -MT /build/math/s_tanhl.o In file included from ../bits/libc-header-start.h:33, from ../include/float.h:5, from ../sysdeps/ieee754/ldbl-96/s_tanhl.c:43: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/s_tanhl.o] Error 1 gcc -m32 ../sysdeps/x86/fpu/s_fpclassifyl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fpclassifyl.o -MD -MP -MF /build/math/s_fpclassifyl.o.dt -MT /build/math/s_fpclassifyl.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/x86/fpu/s_fpclassifyl.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:689: /build/math/s_fpclassifyl.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_truncl.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_truncl.o -MD -MP -MF /build/math/s_truncl.o.dt -MT /build/math/s_truncl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/i386/fpu/s_truncl.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/s_truncl.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_remquol.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_remquol.o -MD -MP -MF /build/math/s_remquol.o.dt -MT /build/math/s_remquol.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/i386/fpu/s_remquol.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/s_remquol.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_log2l.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_log2l.o -MD -MP -MF /build/math/e_log2l.o.dt -MT /build/math/e_log2l.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_log2l.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/e_log2l.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_roundl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-roundf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_roundl.o -MD -MP -MF /build/math/s_roundl.o.dt -MT /build/math/s_roundl.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/s_roundl.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/s_roundl.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_nearbyintl.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_nearbyintl.o -MD -MP -MF /build/math/s_nearbyintl.o.dt -MT /build/math/s_nearbyintl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/i386/fpu/s_nearbyintl.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/s_nearbyintl.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_sincosl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-sincosf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_sincosl.o -MD -MP -MF /build/math/s_sincosl.o.dt -MT /build/math/s_sincosl.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/ldbl-96/s_sincosl.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/s_sincosl.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_fmal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fmaf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fmal.o -MD -MP -MF /build/math/s_fmal.o.dt -MT /build/math/s_fmal.o In file included from ../bits/libc-header-start.h:33, from ../include/float.h:5, from ../sysdeps/ieee754/ldbl-96/s_fmal.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/s_fmal.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_lrintl.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_lrintl.o -MD -MP -MF /build/math/s_lrintl.o.dt -MT /build/math/s_lrintl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/i386/fpu/s_lrintl.S:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/s_lrintl.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_llrintl.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_llrintl.o -MD -MP -MF /build/math/s_llrintl.o.dt -MT /build/math/s_llrintl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/i386/fpu/s_llrintl.S:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/s_llrintl.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_lroundl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-lroundf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_lroundl.o -MD -MP -MF /build/math/s_lroundl.o.dt -MT /build/math/s_lroundl.o In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from ../sysdeps/ieee754/ldbl-96/s_lroundl.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/s_lroundl.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_llroundl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-llroundf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_llroundl.o -MD -MP -MF /build/math/s_llroundl.o.dt -MT /build/math/s_llroundl.o In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from ../sysdeps/ieee754/ldbl-96/s_llroundl.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/s_llroundl.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_exp10l.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_exp10l.o -MD -MP -MF /build/math/e_exp10l.o.dt -MT /build/math/e_exp10l.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/i386/fpu/e_expl.S:23, from ../sysdeps/i386/fpu/e_exp10l.S:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/e_exp10l.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_issignalingl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_issignalingl.o -MD -MP -MF /build/math/s_issignalingl.o.dt -MT /build/math/s_issignalingl.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/s_issignalingl.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/s_issignalingl.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/x2y2m1l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/x2y2m1l.o -MD -MP -MF /build/math/x2y2m1l.o.dt -MT /build/math/x2y2m1l.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/x2y2m1l.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/x2y2m1l.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/gamma_productl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/gamma_productl.o -MD -MP -MF /build/math/gamma_productl.o.dt -MT /build/math/gamma_productl.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/gamma_productl.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/gamma_productl.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/lgamma_negl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/lgamma_negl.o -MD -MP -MF /build/math/lgamma_negl.o.dt -MT /build/math/lgamma_negl.o In file included from ../bits/libc-header-start.h:33, from ../include/float.h:5, from ../sysdeps/ieee754/ldbl-96/lgamma_negl.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/lgamma_negl.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/lgamma_productl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/lgamma_productl.o -MD -MP -MF /build/math/lgamma_productl.o.dt -MT /build/math/lgamma_productl.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/lgamma_productl.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/lgamma_productl.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_nextupl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-nextupf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_nextupl.o -MD -MP -MF /build/math/s_nextupl.o.dt -MT /build/math/s_nextupl.o In file included from ../bits/libc-header-start.h:33, from ../include/float.h:5, from ../sysdeps/ieee754/ldbl-96/s_nextupl.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/s_nextupl.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_totalorderl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-totalorderf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_totalorderl.o -MD -MP -MF /build/math/s_totalorderl.o.dt -MT /build/math/s_totalorderl.o In file included from ../bits/libc-header-start.h:33, from ../include/float.h:5, from ../sysdeps/ieee754/ldbl-96/s_totalorderl.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/s_totalorderl.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_totalordermagl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-totalordermagf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_totalordermagl.o -MD -MP -MF /build/math/s_totalordermagl.o.dt -MT /build/math/s_totalordermagl.o In file included from ../bits/libc-header-start.h:33, from ../include/float.h:5, from ../sysdeps/ieee754/ldbl-96/s_totalordermagl.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/s_totalordermagl.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_getpayloadl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-getpayloadf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_getpayloadl.o -MD -MP -MF /build/math/s_getpayloadl.o.dt -MT /build/math/s_getpayloadl.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/s_getpayloadl.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/s_getpayloadl.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_setpayloadl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-setpayloadf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_setpayloadl.o -MD -MP -MF /build/math/s_setpayloadl.o.dt -MT /build/math/s_setpayloadl.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/s_setpayloadl_main.c:19, from ../sysdeps/ieee754/ldbl-96/s_setpayloadl.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/s_setpayloadl.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_setpayloadsigl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-setpayloadsigf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_setpayloadsigl.o -MD -MP -MF /build/math/s_setpayloadsigl.o.dt -MT /build/math/s_setpayloadsigl.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/s_setpayloadl_main.c:19, from ../sysdeps/ieee754/ldbl-96/s_setpayloadsigl.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/s_setpayloadsigl.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_roundevenl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-roundevenf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_roundevenl.o -MD -MP -MF /build/math/s_roundevenl.o.dt -MT /build/math/s_roundevenl.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/s_roundevenl.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/s_roundevenl.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_fromfpl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fromfpf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fromfpl.o -MD -MP -MF /build/math/s_fromfpl.o.dt -MT /build/math/s_fromfpl.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/ldbl-96/s_fromfpl_main.c:19, from ../sysdeps/ieee754/ldbl-96/s_fromfpl.c:4: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/s_fromfpl.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_ufromfpl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-ufromfpf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ufromfpl.o -MD -MP -MF /build/math/s_ufromfpl.o.dt -MT /build/math/s_ufromfpl.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/ldbl-96/s_fromfpl_main.c:19, from ../sysdeps/ieee754/ldbl-96/s_ufromfpl.c:4: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/s_ufromfpl.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_fromfpxl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fromfpxf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fromfpxl.o -MD -MP -MF /build/math/s_fromfpxl.o.dt -MT /build/math/s_fromfpxl.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/ldbl-96/s_fromfpl_main.c:19, from ../sysdeps/ieee754/ldbl-96/s_fromfpxl.c:4: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/s_fromfpxl.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_ufromfpxl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-ufromfpxf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ufromfpxl.o -MD -MP -MF /build/math/s_ufromfpxl.o.dt -MT /build/math/s_ufromfpxl.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/ldbl-96/s_fromfpl_main.c:19, from ../sysdeps/ieee754/ldbl-96/s_ufromfpxl.c:4: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/s_ufromfpxl.o] Error 1 gcc -m32 /build/math/cargl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/cargl.o -MD -MP -MF /build/math/cargl.o.dt -MT /build/math/cargl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/cargl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/cargl.o] Error 1 gcc -m32 /build/math/conjl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/conjl.o -MD -MP -MF /build/math/conjl.o.dt -MT /build/math/conjl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/conjl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/conjl.o] Error 1 gcc -m32 /build/math/cimagl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/cimagl.o -MD -MP -MF /build/math/cimagl.o.dt -MT /build/math/cimagl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/cimagl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/cimagl.o] Error 1 gcc -m32 /build/math/creall.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/creall.o -MD -MP -MF /build/math/creall.o.dt -MT /build/math/creall.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/creall.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/creall.o] Error 1 gcc -m32 /build/math/cabsl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/cabsl.o -MD -MP -MF /build/math/cabsl.o.dt -MT /build/math/cabsl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/cabsl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/cabsl.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_scalbl.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_scalbl.o -MD -MP -MF /build/math/e_scalbl.o.dt -MT /build/math/e_scalbl.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_scalbl.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/e_scalbl.o] Error 1 gcc -m32 /build/math/s_cacosl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-cacosf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_cacosl.o -MD -MP -MF /build/math/s_cacosl.o.dt -MT /build/math/s_cacosl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_cacosl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_cacosl.o] Error 1 gcc -m32 /build/math/s_cacoshl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-cacoshf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_cacoshl.o -MD -MP -MF /build/math/s_cacoshl.o.dt -MT /build/math/s_cacoshl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_cacoshl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_cacoshl.o] Error 1 gcc -m32 /build/math/s_ccosl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-ccosf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ccosl.o -MD -MP -MF /build/math/s_ccosl.o.dt -MT /build/math/s_ccosl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_ccosl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_ccosl.o] Error 1 gcc -m32 /build/math/s_ccoshl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-ccoshf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ccoshl.o -MD -MP -MF /build/math/s_ccoshl.o.dt -MT /build/math/s_ccoshl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_ccoshl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_ccoshl.o] Error 1 gcc -m32 /build/math/s_casinl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-casinf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_casinl.o -MD -MP -MF /build/math/s_casinl.o.dt -MT /build/math/s_casinl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_casinl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_casinl.o] Error 1 gcc -m32 /build/math/s_csinl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-csinf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_csinl.o -MD -MP -MF /build/math/s_csinl.o.dt -MT /build/math/s_csinl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_csinl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_csinl.o] Error 1 gcc -m32 /build/math/s_casinhl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-casinhf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_casinhl.o -MD -MP -MF /build/math/s_casinhl.o.dt -MT /build/math/s_casinhl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_casinhl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_casinhl.o] Error 1 gcc -m32 /build/math/k_casinhl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/k_casinhl.o -MD -MP -MF /build/math/k_casinhl.o.dt -MT /build/math/k_casinhl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/k_casinhl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/k_casinhl.o] Error 1 gcc -m32 /build/math/s_csinhl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-csinhf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_csinhl.o -MD -MP -MF /build/math/s_csinhl.o.dt -MT /build/math/s_csinhl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_csinhl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_csinhl.o] Error 1 gcc -m32 /build/math/s_catanhl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-catanhf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_catanhl.o -MD -MP -MF /build/math/s_catanhl.o.dt -MT /build/math/s_catanhl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_catanhl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_catanhl.o] Error 1 gcc -m32 /build/math/s_catanl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-catanf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_catanl.o -MD -MP -MF /build/math/s_catanl.o.dt -MT /build/math/s_catanl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_catanl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_catanl.o] Error 1 gcc -m32 /build/math/s_ctanl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-ctanf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ctanl.o -MD -MP -MF /build/math/s_ctanl.o.dt -MT /build/math/s_ctanl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_ctanl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_ctanl.o] Error 1 gcc -m32 /build/math/s_ctanhl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-ctanhf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ctanhl.o -MD -MP -MF /build/math/s_ctanhl.o.dt -MT /build/math/s_ctanhl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_ctanhl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_ctanhl.o] Error 1 gcc -m32 /build/math/s_cexpl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-cexpf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_cexpl.o -MD -MP -MF /build/math/s_cexpl.o.dt -MT /build/math/s_cexpl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_cexpl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_cexpl.o] Error 1 gcc -m32 /build/math/s_clogl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-clogf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_clogl.o -MD -MP -MF /build/math/s_clogl.o.dt -MT /build/math/s_clogl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_clogl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_clogl.o] Error 1 gcc -m32 /build/math/s_cprojl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-cprojf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_cprojl.o -MD -MP -MF /build/math/s_cprojl.o.dt -MT /build/math/s_cprojl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_cprojl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_cprojl.o] Error 1 gcc -m32 /build/math/s_csqrtl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-csqrtf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_csqrtl.o -MD -MP -MF /build/math/s_csqrtl.o.dt -MT /build/math/s_csqrtl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_csqrtl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_csqrtl.o] Error 1 gcc -m32 /build/math/s_cpowl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-cpowf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_cpowl.o -MD -MP -MF /build/math/s_cpowl.o.dt -MT /build/math/s_cpowl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_cpowl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_cpowl.o] Error 1 gcc -m32 /build/math/s_clog10l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-clog10f64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_clog10l.o -MD -MP -MF /build/math/s_clog10l.o.dt -MT /build/math/s_clog10l.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_clog10l.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_clog10l.o] Error 1 gcc -m32 /build/math/s_fdiml.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fdimf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fdiml.o -MD -MP -MF /build/math/s_fdiml.o.dt -MT /build/math/s_fdiml.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_fdiml.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fdiml.o] Error 1 gcc -m32 /build/math/s_nextdownl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-nextdownf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_nextdownl.o -MD -MP -MF /build/math/s_nextdownl.o.dt -MT /build/math/s_nextdownl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_nextdownl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_nextdownl.o] Error 1 gcc -m32 ../sysdeps/i386/i686/fpu/s_fmaxl.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_fmaxl.o -MD -MP -MF /build/math/s_fmaxl.o.dt -MT /build/math/s_fmaxl.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/i386/i686/fpu/s_fmaxl.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:551: /build/math/s_fmaxl.o] Error 1 gcc -m32 ../sysdeps/i386/i686/fpu/s_fminl.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_fminl.o -MD -MP -MF /build/math/s_fminl.o.dt -MT /build/math/s_fminl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/i386/i686/fpu/s_fminl.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:551: /build/math/s_fminl.o] Error 1 gcc -m32 /build/math/s_nanl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-nanf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_nanl.o -MD -MP -MF /build/math/s_nanl.o.dt -MT /build/math/s_nanl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_nanl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_nanl.o] Error 1 gcc -m32 /build/math/s_iseqsigl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_iseqsigl.o -MD -MP -MF /build/math/s_iseqsigl.o.dt -MT /build/math/s_iseqsigl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_iseqsigl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_iseqsigl.o] Error 1 gcc -m32 /build/math/s_canonicalizel.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-canonicalizef64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_canonicalizel.o -MD -MP -MF /build/math/s_canonicalizel.o.dt -MT /build/math/s_canonicalizel.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_canonicalizel.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_canonicalizel.o] Error 1 gcc -m32 /build/math/w_ilogbl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-ilogbf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_ilogbl.o -MD -MP -MF /build/math/w_ilogbl.o.dt -MT /build/math/w_ilogbl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/w_ilogbl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_ilogbl.o] Error 1 gcc -m32 /build/math/w_llogbl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-llogbf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_llogbl.o -MD -MP -MF /build/math/w_llogbl.o.dt -MT /build/math/w_llogbl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/w_llogbl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_llogbl.o] Error 1 gcc -m32 /build/math/w_log1pl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-log1pf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_log1pl.o -MD -MP -MF /build/math/w_log1pl.o.dt -MT /build/math/w_log1pl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/w_log1pl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_log1pl.o] Error 1 gcc -m32 /build/math/w_scalblnl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-scalblnf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_scalblnl.o -MD -MP -MF /build/math/w_scalblnl.o.dt -MT /build/math/w_scalblnl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/w_scalblnl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_scalblnl.o] Error 1 gcc -m32 /build/math/s_fmaxmagl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fmaxmagf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fmaxmagl.o -MD -MP -MF /build/math/s_fmaxmagl.o.dt -MT /build/math/s_fmaxmagl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_fmaxmagl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fmaxmagl.o] Error 1 gcc -m32 /build/math/s_fminmagl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fminmagf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fminmagl.o -MD -MP -MF /build/math/s_fminmagl.o.dt -MT /build/math/s_fminmagl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_fminmagl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fminmagl.o] Error 1 gcc -m32 /build/math/w_acosl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-acosf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_acosl.o -MD -MP -MF /build/math/w_acosl.o.dt -MT /build/math/w_acosl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/w_acosl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_acosl.o] Error 1 gcc -m32 /build/math/w_acoshl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-acoshf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_acoshl.o -MD -MP -MF /build/math/w_acoshl.o.dt -MT /build/math/w_acoshl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/w_acoshl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_acoshl.o] Error 1 gcc -m32 /build/math/w_asinl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-asinf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_asinl.o -MD -MP -MF /build/math/w_asinl.o.dt -MT /build/math/w_asinl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/w_asinl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_asinl.o] Error 1 gcc -m32 /build/math/w_atan2l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-atan2f64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_atan2l.o -MD -MP -MF /build/math/w_atan2l.o.dt -MT /build/math/w_atan2l.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/w_atan2l.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_atan2l.o] Error 1 gcc -m32 /build/math/w_atanhl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-atanhf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_atanhl.o -MD -MP -MF /build/math/w_atanhl.o.dt -MT /build/math/w_atanhl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/w_atanhl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_atanhl.o] Error 1 gcc -m32 /build/math/w_coshl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-coshf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_coshl.o -MD -MP -MF /build/math/w_coshl.o.dt -MT /build/math/w_coshl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/w_coshl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_coshl.o] Error 1 gcc -m32 /build/math/w_exp10l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-exp10f64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_exp10l.o -MD -MP -MF /build/math/w_exp10l.o.dt -MT /build/math/w_exp10l.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/w_exp10l.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_exp10l.o] Error 1 gcc -m32 /build/math/w_exp2l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_exp2l.o -MD -MP -MF /build/math/w_exp2l.o.dt -MT /build/math/w_exp2l.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/w_exp2l.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_exp2l.o] Error 1 gcc -m32 /build/math/w_fmodl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fmodf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_fmodl.o -MD -MP -MF /build/math/w_fmodl.o.dt -MT /build/math/w_fmodl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/w_fmodl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_fmodl.o] Error 1 gcc -m32 /build/math/w_hypotl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-hypotf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_hypotl.o -MD -MP -MF /build/math/w_hypotl.o.dt -MT /build/math/w_hypotl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/w_hypotl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_hypotl.o] Error 1 gcc -m32 /build/math/w_j0l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-j0f64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_j0l.o -MD -MP -MF /build/math/w_j0l.o.dt -MT /build/math/w_j0l.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/w_j0l.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_j0l.o] Error 1 gcc -m32 /build/math/w_j1l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-j1f64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_j1l.o -MD -MP -MF /build/math/w_j1l.o.dt -MT /build/math/w_j1l.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/w_j1l.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_j1l.o] Error 1 gcc -m32 /build/math/w_jnl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-jnf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_jnl.o -MD -MP -MF /build/math/w_jnl.o.dt -MT /build/math/w_jnl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/w_jnl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_jnl.o] Error 1 gcc -m32 /build/math/w_logl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_logl.o -MD -MP -MF /build/math/w_logl.o.dt -MT /build/math/w_logl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/w_logl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_logl.o] Error 1 gcc -m32 /build/math/w_log10l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-log10f64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_log10l.o -MD -MP -MF /build/math/w_log10l.o.dt -MT /build/math/w_log10l.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/w_log10l.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_log10l.o] Error 1 gcc -m32 /build/math/w_log2l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_log2l.o -MD -MP -MF /build/math/w_log2l.o.dt -MT /build/math/w_log2l.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/w_log2l.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_log2l.o] Error 1 gcc -m32 /build/math/w_powl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_powl.o -MD -MP -MF /build/math/w_powl.o.dt -MT /build/math/w_powl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/w_powl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_powl.o] Error 1 gcc -m32 w_remainderl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-remainderf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_remainderl.o -MD -MP -MF /build/math/w_remainderl.o.dt -MT /build/math/w_remainderl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from w_remainderl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_remainderl.o] Error 1 gcc -m32 /build/math/w_scalbl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_scalbl.o -MD -MP -MF /build/math/w_scalbl.o.dt -MT /build/math/w_scalbl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/w_scalbl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_scalbl.o] Error 1 gcc -m32 /build/math/w_sinhl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-sinhf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_sinhl.o -MD -MP -MF /build/math/w_sinhl.o.dt -MT /build/math/w_sinhl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/w_sinhl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_sinhl.o] Error 1 gcc -m32 /build/math/w_sqrtl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-sqrtf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_sqrtl.o -MD -MP -MF /build/math/w_sqrtl.o.dt -MT /build/math/w_sqrtl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/w_sqrtl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_sqrtl.o] Error 1 gcc -m32 /build/math/w_tgammal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-tgammaf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_tgammal.o -MD -MP -MF /build/math/w_tgammal.o.dt -MT /build/math/w_tgammal.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/w_tgammal.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_tgammal.o] Error 1 gcc -m32 w_lgammal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-lgammaf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_lgammal.o -MD -MP -MF /build/math/w_lgammal.o.dt -MT /build/math/w_lgammal.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from w_lgammal.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_lgammal.o] Error 1 gcc -m32 /build/math/w_lgammal_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-lgammaf64x_r -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_lgammal_r.o -MD -MP -MF /build/math/w_lgammal_r.o.dt -MT /build/math/w_lgammal_r.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/w_lgammal_r.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_lgammal_r.o] Error 1 gcc -m32 /build/math/w_expl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_expl.o -MD -MP -MF /build/math/w_expl.o.dt -MT /build/math/w_expl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/w_expl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_expl.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_exp2l.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_exp2l.o -MD -MP -MF /build/math/e_exp2l.o.dt -MT /build/math/e_exp2l.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_exp2l.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/e_exp2l.o] Error 1 gcc -m32 /build/math/s_fmaximuml.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fmaximumf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fmaximuml.o -MD -MP -MF /build/math/s_fmaximuml.o.dt -MT /build/math/s_fmaximuml.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_fmaximuml.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fmaximuml.o] Error 1 gcc -m32 /build/math/s_fmaximum_magl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fmaximum_magf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fmaximum_magl.o -MD -MP -MF /build/math/s_fmaximum_magl.o.dt -MT /build/math/s_fmaximum_magl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_fmaximum_magl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fmaximum_magl.o] Error 1 gcc -m32 /build/math/s_fmaximum_numl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fmaximum_numf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fmaximum_numl.o -MD -MP -MF /build/math/s_fmaximum_numl.o.dt -MT /build/math/s_fmaximum_numl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_fmaximum_numl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fmaximum_numl.o] Error 1 gcc -m32 /build/math/s_fmaximum_mag_numl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fmaximum_mag_numf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fmaximum_mag_numl.o -MD -MP -MF /build/math/s_fmaximum_mag_numl.o.dt -MT /build/math/s_fmaximum_mag_numl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_fmaximum_mag_numl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fmaximum_mag_numl.o] Error 1 gcc -m32 /build/math/s_fminimuml.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fminimumf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fminimuml.o -MD -MP -MF /build/math/s_fminimuml.o.dt -MT /build/math/s_fminimuml.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_fminimuml.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fminimuml.o] Error 1 gcc -m32 /build/math/s_fminimum_magl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fminimum_magf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fminimum_magl.o -MD -MP -MF /build/math/s_fminimum_magl.o.dt -MT /build/math/s_fminimum_magl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_fminimum_magl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fminimum_magl.o] Error 1 gcc -m32 /build/math/s_fminimum_numl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fminimum_numf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fminimum_numl.o -MD -MP -MF /build/math/s_fminimum_numl.o.dt -MT /build/math/s_fminimum_numl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_fminimum_numl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fminimum_numl.o] Error 1 gcc -m32 /build/math/s_fminimum_mag_numl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fminimum_mag_numf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fminimum_mag_numl.o -MD -MP -MF /build/math/s_fminimum_mag_numl.o.dt -MT /build/math/s_fminimum_mag_numl.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_fminimum_mag_numl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fminimum_mag_numl.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_acos.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_acos.o -MD -MP -MF /build/math/e_acos.o.dt -MT /build/math/e_acos.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_acos.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/e_acos.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_acosh.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_acosh.o -MD -MP -MF /build/math/e_acosh.o.dt -MT /build/math/e_acosh.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_acosh.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/e_acosh.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_asin.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_asin.o -MD -MP -MF /build/math/e_asin.o.dt -MT /build/math/e_asin.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_asin.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/e_asin.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_atan2.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_atan2.o -MD -MP -MF /build/math/e_atan2.o.dt -MT /build/math/e_atan2.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_atan2.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/e_atan2.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_atanh.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_atanh.o -MD -MP -MF /build/math/e_atanh.o.dt -MT /build/math/e_atanh.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_atanh.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/e_atanh.o] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/e_cosh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_cosh.o -MD -MP -MF /build/math/e_cosh.o.dt -MT /build/math/e_cosh.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/e_cosh.c:33: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:893: /build/math/e_cosh.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_exp.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_exp.o -MD -MP -MF /build/math/e_exp.o.dt -MT /build/math/e_exp.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_exp.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/e_exp.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_fmod.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_fmod.o -MD -MP -MF /build/math/e_fmod.o.dt -MT /build/math/e_fmod.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_fmod.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/e_fmod.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_hypot.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_hypot.o -MD -MP -MF /build/math/e_hypot.o.dt -MT /build/math/e_hypot.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/i386/fpu/e_hypot.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:655: /build/math/e_hypot.o] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/e_j0.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_j0.o -MD -MP -MF /build/math/e_j0.o.dt -MT /build/math/e_j0.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/e_j0.c:61: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:893: /build/math/e_j0.o] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/e_j1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_j1.o -MD -MP -MF /build/math/e_j1.o.dt -MT /build/math/e_j1.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/dbl-64/e_j1.c:61: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:893: /build/math/e_j1.o] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/e_jn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_jn.o -MD -MP -MF /build/math/e_jn.o.dt -MT /build/math/e_jn.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/dbl-64/e_jn.c:39: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:893: /build/math/e_jn.o] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/e_lgamma_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_lgamma_r.o -MD -MP -MF /build/math/e_lgamma_r.o.dt -MT /build/math/e_lgamma_r.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/e_lgamma_r.c:80: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:893: /build/math/e_lgamma_r.o] Error 1 gcc -m32 ../sysdeps/i386/i686/fpu/e_log.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_log.o -MD -MP -MF /build/math/e_log.o.dt -MT /build/math/e_log.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/i686/fpu/e_log.S:7: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:551: /build/math/e_log.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_log10.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_log10.o -MD -MP -MF /build/math/e_log10.o.dt -MT /build/math/e_log10.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_log10.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/e_log10.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_pow.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_pow.o -MD -MP -MF /build/math/e_pow.o.dt -MT /build/math/e_pow.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_pow.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/e_pow.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_remainder.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_remainder.o -MD -MP -MF /build/math/e_remainder.o.dt -MT /build/math/e_remainder.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_remainder.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/e_remainder.o] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/e_sinh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_sinh.o -MD -MP -MF /build/math/e_sinh.o.dt -MT /build/math/e_sinh.o In file included from ../bits/libc-header-start.h:33, from ../include/float.h:5, from ../sysdeps/ieee754/dbl-64/e_sinh.c:35: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:893: /build/math/e_sinh.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_sqrt.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_sqrt.o -MD -MP -MF /build/math/e_sqrt.o.dt -MT /build/math/e_sqrt.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_sqrt.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/e_sqrt.o] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/e_gamma_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -DMATH_SET_BOTH_ROUNDING_MODES -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_gamma_r.o -MD -MP -MF /build/math/e_gamma_r.o.dt -MT /build/math/e_gamma_r.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/e_gamma_r.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:893: /build/math/e_gamma_r.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_ilogb.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_ilogb.o -MD -MP -MF /build/math/e_ilogb.o.dt -MT /build/math/e_ilogb.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_ilogb.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/e_ilogb.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_asinh.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_asinh.o -MD -MP -MF /build/math/s_asinh.o.dt -MT /build/math/s_asinh.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_asinh.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/s_asinh.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_atan.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_atan.o -MD -MP -MF /build/math/s_atan.o.dt -MT /build/math/s_atan.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_atan.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/s_atan.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_cbrt.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_cbrt.o -MD -MP -MF /build/math/s_cbrt.o.dt -MT /build/math/s_cbrt.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_cbrt.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/s_cbrt.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_ceil.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_ceil.o -MD -MP -MF /build/math/s_ceil.o.dt -MT /build/math/s_ceil.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_ceil.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/s_ceil.o] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_erf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-erff32x -fno-builtin-erff64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_erf.o -MD -MP -MF /build/math/s_erf.o.dt -MT /build/math/s_erf.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/dbl-64/s_erf.c:115: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:893: /build/math/s_erf.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_expm1.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_expm1.o -MD -MP -MF /build/math/s_expm1.o.dt -MT /build/math/s_expm1.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/i386/fpu/s_expm1.S:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/s_expm1.o] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_fabs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fabsf32x -fno-builtin-fabsf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fabs.o -MD -MP -MF /build/math/s_fabs.o.dt -MT /build/math/s_fabs.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/s_fabs.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:893: /build/math/s_fabs.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_floor.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_floor.o -MD -MP -MF /build/math/s_floor.o.dt -MT /build/math/s_floor.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_floor.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/s_floor.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_log1p.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_log1p.o -MD -MP -MF /build/math/s_log1p.o.dt -MT /build/math/s_log1p.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_log1p.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/s_log1p.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_logb.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_logb.o -MD -MP -MF /build/math/s_logb.o.dt -MT /build/math/s_logb.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_logb.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/s_logb.o] Error 1 gcc -m32 s_nextafter.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-nextafterf32x -fno-builtin-nextafterf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_nextafter.o -MD -MP -MF /build/math/s_nextafter.o.dt -MT /build/math/s_nextafter.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from s_nextafter.c:28: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_nextafter.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_nexttoward.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_nexttoward.o -MD -MP -MF /build/math/s_nexttoward.o.dt -MT /build/math/s_nexttoward.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/i386/fpu/s_nexttoward.c:29: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:655: /build/math/s_nexttoward.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_rint.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_rint.o -MD -MP -MF /build/math/s_rint.o.dt -MT /build/math/s_rint.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_rint.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/s_rint.o] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_sin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-sinf32x -fno-builtin-sinf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_sin.o -MD -MP -MF /build/math/s_sin.o.dt -MT /build/math/s_sin.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/dbl-64/s_sin.c:36: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:893: /build/math/s_sin.o] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_tan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-tanf32x -fno-builtin-tanf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_tan.o -MD -MP -MF /build/math/s_tan.o.dt -MT /build/math/s_tan.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/dbl-64/s_tan.c:30: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:893: /build/math/s_tan.o] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_tanh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-tanhf32x -fno-builtin-tanhf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_tanh.o -MD -MP -MF /build/math/s_tanh.o.dt -MT /build/math/s_tanh.o In file included from ../bits/libc-header-start.h:33, from ../include/float.h:5, from ../sysdeps/ieee754/dbl-64/s_tanh.c:41: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:893: /build/math/s_tanh.o] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_fpclassify.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fpclassify.o -MD -MP -MF /build/math/s_fpclassify.o.dt -MT /build/math/s_fpclassify.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/s_fpclassify.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:893: /build/math/s_fpclassify.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_trunc.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_trunc.o -MD -MP -MF /build/math/s_trunc.o.dt -MT /build/math/s_trunc.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_trunc.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/s_trunc.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_remquo.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_remquo.o -MD -MP -MF /build/math/s_remquo.o.dt -MT /build/math/s_remquo.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_remquo.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/s_remquo.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_log2.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_log2.o -MD -MP -MF /build/math/e_log2.o.dt -MT /build/math/e_log2.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_log2.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/e_log2.o] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_round.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-roundf32x -fno-builtin-roundf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_round.o -MD -MP -MF /build/math/s_round.o.dt -MT /build/math/s_round.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/s_round.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:893: /build/math/s_round.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_nearbyint.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_nearbyint.o -MD -MP -MF /build/math/s_nearbyint.o.dt -MT /build/math/s_nearbyint.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_nearbyint.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/s_nearbyint.o] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_sincos.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-sincosf32x -fno-builtin-sincosf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_sincos.o -MD -MP -MF /build/math/s_sincos.o.dt -MT /build/math/s_sincos.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/dbl-64/s_sincos.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:893: /build/math/s_sincos.o] Error 1 gcc -m32 ../sysdeps/i386/i686/multiarch/s_fma.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fmaf32x -fno-builtin-fmaf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fma.o -MD -MP -MF /build/math/s_fma.o.dt -MT /build/math/s_fma.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/i386/i686/multiarch/s_fma.c:24: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:587: /build/math/s_fma.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_lrint.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_lrint.o -MD -MP -MF /build/math/s_lrint.o.dt -MT /build/math/s_lrint.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/i386/fpu/s_lrint.S:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/s_lrint.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_llrint.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_llrint.o -MD -MP -MF /build/math/s_llrint.o.dt -MT /build/math/s_llrint.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/i386/fpu/s_llrint.S:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/s_llrint.o] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_lround.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-lroundf32x -fno-builtin-lroundf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_lround.o -MD -MP -MF /build/math/s_lround.o.dt -MT /build/math/s_lround.o In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from ../sysdeps/ieee754/dbl-64/s_lround.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:893: /build/math/s_lround.o] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_llround.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-llroundf32x -fno-builtin-llroundf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_llround.o -MD -MP -MF /build/math/s_llround.o.dt -MT /build/math/s_llround.o In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from ../sysdeps/ieee754/dbl-64/s_llround.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:893: /build/math/s_llround.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_exp10.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_exp10.o -MD -MP -MF /build/math/e_exp10.o.dt -MT /build/math/e_exp10.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_exp10.S:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/e_exp10.o] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_issignaling.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_issignaling.o -MD -MP -MF /build/math/s_issignaling.o.dt -MT /build/math/s_issignaling.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/s_issignaling.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:893: /build/math/s_issignaling.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/x2y2m1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/x2y2m1.o -MD -MP -MF /build/math/x2y2m1.o.dt -MT /build/math/x2y2m1.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/x2y2m1.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/x2y2m1.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/gamma_product.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/gamma_product.o -MD -MP -MF /build/math/gamma_product.o.dt -MT /build/math/gamma_product.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/gamma_product.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/gamma_product.o] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/lgamma_neg.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/lgamma_neg.o -MD -MP -MF /build/math/lgamma_neg.o.dt -MT /build/math/lgamma_neg.o In file included from ../bits/libc-header-start.h:33, from ../include/float.h:5, from ../sysdeps/ieee754/dbl-64/lgamma_neg.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:893: /build/math/lgamma_neg.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/lgamma_product.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/lgamma_product.o -MD -MP -MF /build/math/lgamma_product.o.dt -MT /build/math/lgamma_product.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/lgamma_product.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/lgamma_product.o] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_nextup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-nextupf32x -fno-builtin-nextupf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_nextup.o -MD -MP -MF /build/math/s_nextup.o.dt -MT /build/math/s_nextup.o In file included from ../bits/libc-header-start.h:33, from ../include/float.h:5, from ../sysdeps/ieee754/dbl-64/s_nextup.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:893: /build/math/s_nextup.o] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_totalorder.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-totalorderf32x -fno-builtin-totalorderf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_totalorder.o -MD -MP -MF /build/math/s_totalorder.o.dt -MT /build/math/s_totalorder.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/s_totalorder.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:893: /build/math/s_totalorder.o] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_totalordermag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-totalordermagf32x -fno-builtin-totalordermagf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_totalordermag.o -MD -MP -MF /build/math/s_totalordermag.o.dt -MT /build/math/s_totalordermag.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/s_totalordermag.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:893: /build/math/s_totalordermag.o] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_getpayload.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-getpayloadf32x -fno-builtin-getpayloadf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_getpayload.o -MD -MP -MF /build/math/s_getpayload.o.dt -MT /build/math/s_getpayload.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/s_getpayload.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:893: /build/math/s_getpayload.o] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_setpayload.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-setpayloadf32x -fno-builtin-setpayloadf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_setpayload.o -MD -MP -MF /build/math/s_setpayload.o.dt -MT /build/math/s_setpayload.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/s_setpayload_main.c:19, from ../sysdeps/ieee754/dbl-64/s_setpayload.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:893: /build/math/s_setpayload.o] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_setpayloadsig.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-setpayloadsigf32x -fno-builtin-setpayloadsigf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_setpayloadsig.o -MD -MP -MF /build/math/s_setpayloadsig.o.dt -MT /build/math/s_setpayloadsig.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/s_setpayload_main.c:19, from ../sysdeps/ieee754/dbl-64/s_setpayloadsig.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:893: /build/math/s_setpayloadsig.o] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_roundeven.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-roundevenf32x -fno-builtin-roundevenf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_roundeven.o -MD -MP -MF /build/math/s_roundeven.o.dt -MT /build/math/s_roundeven.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/s_roundeven.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:893: /build/math/s_roundeven.o] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_fromfp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fromfpf32x -fno-builtin-fromfpf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fromfp.o -MD -MP -MF /build/math/s_fromfp.o.dt -MT /build/math/s_fromfp.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/dbl-64/s_fromfp_main.c:19, from ../sysdeps/ieee754/dbl-64/s_fromfp.c:4: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:893: /build/math/s_fromfp.o] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_ufromfp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-ufromfpf32x -fno-builtin-ufromfpf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ufromfp.o -MD -MP -MF /build/math/s_ufromfp.o.dt -MT /build/math/s_ufromfp.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/dbl-64/s_fromfp_main.c:19, from ../sysdeps/ieee754/dbl-64/s_ufromfp.c:4: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:893: /build/math/s_ufromfp.o] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_fromfpx.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fromfpxf32x -fno-builtin-fromfpxf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fromfpx.o -MD -MP -MF /build/math/s_fromfpx.o.dt -MT /build/math/s_fromfpx.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/dbl-64/s_fromfp_main.c:19, from ../sysdeps/ieee754/dbl-64/s_fromfpx.c:4: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:893: /build/math/s_fromfpx.o] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_ufromfpx.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-ufromfpxf32x -fno-builtin-ufromfpxf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ufromfpx.o -MD -MP -MF /build/math/s_ufromfpx.o.dt -MT /build/math/s_ufromfpx.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/dbl-64/s_fromfp_main.c:19, from ../sysdeps/ieee754/dbl-64/s_ufromfpx.c:4: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:893: /build/math/s_ufromfpx.o] Error 1 gcc -m32 /build/math/carg.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/carg.o -MD -MP -MF /build/math/carg.o.dt -MT /build/math/carg.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/carg.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/carg.o] Error 1 gcc -m32 /build/math/conj.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/conj.o -MD -MP -MF /build/math/conj.o.dt -MT /build/math/conj.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/conj.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/conj.o] Error 1 gcc -m32 /build/math/cimag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/cimag.o -MD -MP -MF /build/math/cimag.o.dt -MT /build/math/cimag.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/cimag.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/cimag.o] Error 1 gcc -m32 /build/math/creal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/creal.o -MD -MP -MF /build/math/creal.o.dt -MT /build/math/creal.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/creal.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/creal.o] Error 1 gcc -m32 /build/math/cabs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/cabs.o -MD -MP -MF /build/math/cabs.o.dt -MT /build/math/cabs.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/cabs.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/cabs.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_scalb.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_scalb.o -MD -MP -MF /build/math/e_scalb.o.dt -MT /build/math/e_scalb.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_scalb.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/e_scalb.o] Error 1 gcc -m32 /build/math/s_cacos.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-cacosf32x -fno-builtin-cacosf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_cacos.o -MD -MP -MF /build/math/s_cacos.o.dt -MT /build/math/s_cacos.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_cacos.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_cacos.o] Error 1 gcc -m32 /build/math/s_cacosh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-cacoshf32x -fno-builtin-cacoshf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_cacosh.o -MD -MP -MF /build/math/s_cacosh.o.dt -MT /build/math/s_cacosh.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_cacosh.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_cacosh.o] Error 1 gcc -m32 /build/math/s_ccos.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-ccosf32x -fno-builtin-ccosf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ccos.o -MD -MP -MF /build/math/s_ccos.o.dt -MT /build/math/s_ccos.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_ccos.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_ccos.o] Error 1 gcc -m32 /build/math/s_ccosh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-ccoshf32x -fno-builtin-ccoshf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ccosh.o -MD -MP -MF /build/math/s_ccosh.o.dt -MT /build/math/s_ccosh.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_ccosh.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_ccosh.o] Error 1 gcc -m32 /build/math/s_casin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-casinf32x -fno-builtin-casinf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_casin.o -MD -MP -MF /build/math/s_casin.o.dt -MT /build/math/s_casin.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_casin.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_casin.o] Error 1 gcc -m32 /build/math/s_csin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-csinf32x -fno-builtin-csinf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_csin.o -MD -MP -MF /build/math/s_csin.o.dt -MT /build/math/s_csin.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_csin.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_csin.o] Error 1 gcc -m32 /build/math/s_casinh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-casinhf32x -fno-builtin-casinhf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_casinh.o -MD -MP -MF /build/math/s_casinh.o.dt -MT /build/math/s_casinh.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_casinh.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_casinh.o] Error 1 gcc -m32 /build/math/k_casinh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/k_casinh.o -MD -MP -MF /build/math/k_casinh.o.dt -MT /build/math/k_casinh.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/k_casinh.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/k_casinh.o] Error 1 gcc -m32 /build/math/s_csinh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-csinhf32x -fno-builtin-csinhf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_csinh.o -MD -MP -MF /build/math/s_csinh.o.dt -MT /build/math/s_csinh.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_csinh.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_csinh.o] Error 1 gcc -m32 /build/math/s_catanh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-catanhf32x -fno-builtin-catanhf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_catanh.o -MD -MP -MF /build/math/s_catanh.o.dt -MT /build/math/s_catanh.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_catanh.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_catanh.o] Error 1 gcc -m32 /build/math/s_catan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-catanf32x -fno-builtin-catanf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_catan.o -MD -MP -MF /build/math/s_catan.o.dt -MT /build/math/s_catan.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_catan.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_catan.o] Error 1 gcc -m32 /build/math/s_ctan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-ctanf32x -fno-builtin-ctanf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ctan.o -MD -MP -MF /build/math/s_ctan.o.dt -MT /build/math/s_ctan.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_ctan.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_ctan.o] Error 1 gcc -m32 /build/math/s_ctanh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-ctanhf32x -fno-builtin-ctanhf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ctanh.o -MD -MP -MF /build/math/s_ctanh.o.dt -MT /build/math/s_ctanh.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_ctanh.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_ctanh.o] Error 1 gcc -m32 /build/math/s_cexp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-cexpf32x -fno-builtin-cexpf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_cexp.o -MD -MP -MF /build/math/s_cexp.o.dt -MT /build/math/s_cexp.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_cexp.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_cexp.o] Error 1 gcc -m32 /build/math/s_clog.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-clogf32x -fno-builtin-clogf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_clog.o -MD -MP -MF /build/math/s_clog.o.dt -MT /build/math/s_clog.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_clog.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_clog.o] Error 1 gcc -m32 /build/math/s_cproj.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-cprojf32x -fno-builtin-cprojf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_cproj.o -MD -MP -MF /build/math/s_cproj.o.dt -MT /build/math/s_cproj.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_cproj.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_cproj.o] Error 1 gcc -m32 /build/math/s_csqrt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-csqrtf32x -fno-builtin-csqrtf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_csqrt.o -MD -MP -MF /build/math/s_csqrt.o.dt -MT /build/math/s_csqrt.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_csqrt.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_csqrt.o] Error 1 gcc -m32 /build/math/s_cpow.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-cpowf32x -fno-builtin-cpowf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_cpow.o -MD -MP -MF /build/math/s_cpow.o.dt -MT /build/math/s_cpow.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_cpow.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_cpow.o] Error 1 gcc -m32 /build/math/s_clog10.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-clog10f32x -fno-builtin-clog10f64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_clog10.o -MD -MP -MF /build/math/s_clog10.o.dt -MT /build/math/s_clog10.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_clog10.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_clog10.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_fdim.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fdimf32x -fno-builtin-fdimf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fdim.o -MD -MP -MF /build/math/s_fdim.o.dt -MT /build/math/s_fdim.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/i386/fpu/s_fdim.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:655: /build/math/s_fdim.o] Error 1 gcc -m32 /build/math/s_nextdown.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-nextdownf32x -fno-builtin-nextdownf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_nextdown.o -MD -MP -MF /build/math/s_nextdown.o.dt -MT /build/math/s_nextdown.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_nextdown.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_nextdown.o] Error 1 gcc -m32 ../sysdeps/i386/i686/fpu/s_fmax.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_fmax.o -MD -MP -MF /build/math/s_fmax.o.dt -MT /build/math/s_fmax.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/i386/i686/fpu/s_fmax.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:551: /build/math/s_fmax.o] Error 1 gcc -m32 ../sysdeps/i386/i686/fpu/s_fmin.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_fmin.o -MD -MP -MF /build/math/s_fmin.o.dt -MT /build/math/s_fmin.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/i386/i686/fpu/s_fmin.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:551: /build/math/s_fmin.o] Error 1 gcc -m32 /build/math/s_nan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-nanf32x -fno-builtin-nanf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_nan.o -MD -MP -MF /build/math/s_nan.o.dt -MT /build/math/s_nan.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_nan.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_nan.o] Error 1 gcc -m32 /build/math/s_iseqsig.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_iseqsig.o -MD -MP -MF /build/math/s_iseqsig.o.dt -MT /build/math/s_iseqsig.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_iseqsig.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_iseqsig.o] Error 1 gcc -m32 /build/math/s_canonicalize.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-canonicalizef32x -fno-builtin-canonicalizef64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_canonicalize.o -MD -MP -MF /build/math/s_canonicalize.o.dt -MT /build/math/s_canonicalize.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_canonicalize.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_canonicalize.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_significand.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_significand.o -MD -MP -MF /build/math/s_significand.o.dt -MT /build/math/s_significand.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_significand.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/s_significand.o] Error 1 gcc -m32 /build/math/w_ilogb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-ilogbf32x -fno-builtin-ilogbf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_ilogb.o -MD -MP -MF /build/math/w_ilogb.o.dt -MT /build/math/w_ilogb.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/w_ilogb.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_ilogb.o] Error 1 gcc -m32 /build/math/w_llogb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-llogbf32x -fno-builtin-llogbf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_llogb.o -MD -MP -MF /build/math/w_llogb.o.dt -MT /build/math/w_llogb.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/w_llogb.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_llogb.o] Error 1 gcc -m32 /build/math/w_log1p.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-log1pf32x -fno-builtin-log1pf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_log1p.o -MD -MP -MF /build/math/w_log1p.o.dt -MT /build/math/w_log1p.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/w_log1p.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_log1p.o] Error 1 gcc -m32 /build/math/w_scalbln.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-scalblnf32x -fno-builtin-scalblnf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_scalbln.o -MD -MP -MF /build/math/w_scalbln.o.dt -MT /build/math/w_scalbln.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/w_scalbln.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_scalbln.o] Error 1 gcc -m32 /build/math/s_fmaxmag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fmaxmagf32x -fno-builtin-fmaxmagf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fmaxmag.o -MD -MP -MF /build/math/s_fmaxmag.o.dt -MT /build/math/s_fmaxmag.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_fmaxmag.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fmaxmag.o] Error 1 gcc -m32 /build/math/s_fminmag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fminmagf32x -fno-builtin-fminmagf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fminmag.o -MD -MP -MF /build/math/s_fminmag.o.dt -MT /build/math/s_fminmag.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_fminmag.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fminmag.o] Error 1 gcc -m32 /build/math/w_acos.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-acosf32x -fno-builtin-acosf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_acos.o -MD -MP -MF /build/math/w_acos.o.dt -MT /build/math/w_acos.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/w_acos.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_acos.o] Error 1 gcc -m32 /build/math/w_acosh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-acoshf32x -fno-builtin-acoshf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_acosh.o -MD -MP -MF /build/math/w_acosh.o.dt -MT /build/math/w_acosh.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/w_acosh.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_acosh.o] Error 1 gcc -m32 /build/math/w_asin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-asinf32x -fno-builtin-asinf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_asin.o -MD -MP -MF /build/math/w_asin.o.dt -MT /build/math/w_asin.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/w_asin.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_asin.o] Error 1 gcc -m32 /build/math/w_atan2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-atan2f32x -fno-builtin-atan2f64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_atan2.o -MD -MP -MF /build/math/w_atan2.o.dt -MT /build/math/w_atan2.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/w_atan2.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_atan2.o] Error 1 gcc -m32 /build/math/w_atanh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-atanhf32x -fno-builtin-atanhf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_atanh.o -MD -MP -MF /build/math/w_atanh.o.dt -MT /build/math/w_atanh.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/w_atanh.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_atanh.o] Error 1 gcc -m32 /build/math/w_cosh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-coshf32x -fno-builtin-coshf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_cosh.o -MD -MP -MF /build/math/w_cosh.o.dt -MT /build/math/w_cosh.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/w_cosh.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_cosh.o] Error 1 gcc -m32 /build/math/w_exp10.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-exp10f32x -fno-builtin-exp10f64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_exp10.o -MD -MP -MF /build/math/w_exp10.o.dt -MT /build/math/w_exp10.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/w_exp10.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_exp10.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/w_exp2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_exp2.o -MD -MP -MF /build/math/w_exp2.o.dt -MT /build/math/w_exp2.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from ../sysdeps/../math/w_exp2.c:1, from ../sysdeps/i386/fpu/w_exp2.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:655: /build/math/w_exp2.o] Error 1 gcc -m32 /build/math/w_j0.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-j0f32x -fno-builtin-j0f64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_j0.o -MD -MP -MF /build/math/w_j0.o.dt -MT /build/math/w_j0.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/w_j0.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_j0.o] Error 1 gcc -m32 /build/math/w_j1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-j1f32x -fno-builtin-j1f64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_j1.o -MD -MP -MF /build/math/w_j1.o.dt -MT /build/math/w_j1.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/w_j1.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_j1.o] Error 1 gcc -m32 /build/math/w_jn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-jnf32x -fno-builtin-jnf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_jn.o -MD -MP -MF /build/math/w_jn.o.dt -MT /build/math/w_jn.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/w_jn.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_jn.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/w_log.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_log.o -MD -MP -MF /build/math/w_log.o.dt -MT /build/math/w_log.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from ../sysdeps/../math/w_log.c:1, from ../sysdeps/i386/fpu/w_log.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:655: /build/math/w_log.o] Error 1 gcc -m32 /build/math/w_log10.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-log10f32x -fno-builtin-log10f64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_log10.o -MD -MP -MF /build/math/w_log10.o.dt -MT /build/math/w_log10.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/w_log10.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_log10.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/w_log2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_log2.o -MD -MP -MF /build/math/w_log2.o.dt -MT /build/math/w_log2.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from ../sysdeps/../math/w_log2.c:1, from ../sysdeps/i386/fpu/w_log2.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:655: /build/math/w_log2.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/w_pow.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_pow.o -MD -MP -MF /build/math/w_pow.o.dt -MT /build/math/w_pow.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from ../sysdeps/../math/w_pow.c:1, from ../sysdeps/i386/fpu/w_pow.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:655: /build/math/w_pow.o] Error 1 gcc -m32 w_remainder.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-remainderf32x -fno-builtin-remainderf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_remainder.o -MD -MP -MF /build/math/w_remainder.o.dt -MT /build/math/w_remainder.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from w_remainder.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_remainder.o] Error 1 gcc -m32 /build/math/w_scalb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_scalb.o -MD -MP -MF /build/math/w_scalb.o.dt -MT /build/math/w_scalb.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/w_scalb.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_scalb.o] Error 1 gcc -m32 /build/math/w_sinh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-sinhf32x -fno-builtin-sinhf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_sinh.o -MD -MP -MF /build/math/w_sinh.o.dt -MT /build/math/w_sinh.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/w_sinh.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_sinh.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/w_sqrt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-sqrtf32x -fno-builtin-sqrtf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_sqrt.o -MD -MP -MF /build/math/w_sqrt.o.dt -MT /build/math/w_sqrt.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/i386/fpu/w_sqrt.c:6: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:655: /build/math/w_sqrt.o] Error 1 gcc -m32 /build/math/w_tgamma.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-tgammaf32x -fno-builtin-tgammaf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_tgamma.o -MD -MP -MF /build/math/w_tgamma.o.dt -MT /build/math/w_tgamma.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/w_tgamma.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_tgamma.o] Error 1 gcc -m32 w_lgamma.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-lgammaf32x -fno-builtin-lgammaf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_lgamma.o -MD -MP -MF /build/math/w_lgamma.o.dt -MT /build/math/w_lgamma.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from w_lgamma.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_lgamma.o] Error 1 gcc -m32 /build/math/w_lgamma_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-lgammaf32x_r -fno-builtin-lgammaf64_r -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_lgamma_r.o -MD -MP -MF /build/math/w_lgamma_r.o.dt -MT /build/math/w_lgamma_r.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/w_lgamma_r.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_lgamma_r.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/w_exp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_exp.o -MD -MP -MF /build/math/w_exp.o.dt -MT /build/math/w_exp.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from ../sysdeps/../math/w_exp.c:1, from ../sysdeps/i386/fpu/w_exp.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:655: /build/math/w_exp.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_exp2.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_exp2.o -MD -MP -MF /build/math/e_exp2.o.dt -MT /build/math/e_exp2.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_exp2.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/e_exp2.o] Error 1 gcc -m32 /build/math/s_fmaximum.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fmaximumf32x -fno-builtin-fmaximumf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fmaximum.o -MD -MP -MF /build/math/s_fmaximum.o.dt -MT /build/math/s_fmaximum.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_fmaximum.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fmaximum.o] Error 1 gcc -m32 /build/math/s_fmaximum_mag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fmaximum_magf32x -fno-builtin-fmaximum_magf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fmaximum_mag.o -MD -MP -MF /build/math/s_fmaximum_mag.o.dt -MT /build/math/s_fmaximum_mag.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_fmaximum_mag.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fmaximum_mag.o] Error 1 gcc -m32 /build/math/s_fmaximum_num.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fmaximum_numf32x -fno-builtin-fmaximum_numf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fmaximum_num.o -MD -MP -MF /build/math/s_fmaximum_num.o.dt -MT /build/math/s_fmaximum_num.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_fmaximum_num.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fmaximum_num.o] Error 1 gcc -m32 /build/math/s_fmaximum_mag_num.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fmaximum_mag_numf32x -fno-builtin-fmaximum_mag_numf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fmaximum_mag_num.o -MD -MP -MF /build/math/s_fmaximum_mag_num.o.dt -MT /build/math/s_fmaximum_mag_num.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_fmaximum_mag_num.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fmaximum_mag_num.o] Error 1 gcc -m32 /build/math/s_fminimum.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fminimumf32x -fno-builtin-fminimumf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fminimum.o -MD -MP -MF /build/math/s_fminimum.o.dt -MT /build/math/s_fminimum.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_fminimum.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fminimum.o] Error 1 gcc -m32 /build/math/s_fminimum_mag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fminimum_magf32x -fno-builtin-fminimum_magf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fminimum_mag.o -MD -MP -MF /build/math/s_fminimum_mag.o.dt -MT /build/math/s_fminimum_mag.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_fminimum_mag.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fminimum_mag.o] Error 1 gcc -m32 /build/math/s_fminimum_num.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fminimum_numf32x -fno-builtin-fminimum_numf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fminimum_num.o -MD -MP -MF /build/math/s_fminimum_num.o.dt -MT /build/math/s_fminimum_num.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_fminimum_num.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fminimum_num.o] Error 1 gcc -m32 /build/math/s_fminimum_mag_num.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fminimum_mag_numf32x -fno-builtin-fminimum_mag_numf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fminimum_mag_num.o -MD -MP -MF /build/math/s_fminimum_mag_num.o.dt -MT /build/math/s_fminimum_mag_num.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_fminimum_mag_num.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fminimum_mag_num.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_acosf.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_acosf.o -MD -MP -MF /build/math/e_acosf.o.dt -MT /build/math/e_acosf.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_acosf.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/e_acosf.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_acoshf.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_acoshf.o -MD -MP -MF /build/math/e_acoshf.o.dt -MT /build/math/e_acoshf.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_acoshf.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/e_acoshf.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_asinf.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_asinf.o -MD -MP -MF /build/math/e_asinf.o.dt -MT /build/math/e_asinf.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_asinf.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/e_asinf.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_atan2f.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_atan2f.o -MD -MP -MF /build/math/e_atan2f.o.dt -MT /build/math/e_atan2f.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_atan2f.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/e_atan2f.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_atanhf.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_atanhf.o -MD -MP -MF /build/math/e_atanhf.o.dt -MT /build/math/e_atanhf.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_atanhf.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/e_atanhf.o] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/e_coshf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_coshf.o -MD -MP -MF /build/math/e_coshf.o.dt -MT /build/math/e_coshf.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/e_coshf.c:15: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:927: /build/math/e_coshf.o] Error 1 gcc -m32 ../sysdeps/i386/i686/fpu/multiarch/e_expf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-expf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_expf.o -MD -MP -MF /build/math/e_expf.o.dt -MT /build/math/e_expf.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from ../sysdeps/gnu/ldsodefs.h:22, from ../sysdeps/unix/sysv/linux/ldsodefs.h:25, from ../sysdeps/x86/init-arch.h:18, from ../sysdeps/i386/i686/multiarch/ifunc-sse2.h:20, from ../sysdeps/i386/i686/fpu/multiarch/e_expf.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:519: /build/math/e_expf.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_fmodf.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_fmodf.o -MD -MP -MF /build/math/e_fmodf.o.dt -MT /build/math/e_fmodf.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_fmodf.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/e_fmodf.o] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/e_hypotf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_hypotf.o -MD -MP -MF /build/math/e_hypotf.o.dt -MT /build/math/e_hypotf.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/flt-32/e_hypotf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:927: /build/math/e_hypotf.o] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/e_j0f.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_j0f.o -MD -MP -MF /build/math/e_j0f.o.dt -MT /build/math/e_j0f.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/e_j0f.c:15: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:927: /build/math/e_j0f.o] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/e_j1f.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_j1f.o -MD -MP -MF /build/math/e_j1f.o.dt -MT /build/math/e_j1f.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/flt-32/e_j1f.c:15: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:927: /build/math/e_j1f.o] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/e_jnf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_jnf.o -MD -MP -MF /build/math/e_jnf.o.dt -MT /build/math/e_jnf.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/flt-32/e_jnf.c:15: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:927: /build/math/e_jnf.o] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/e_lgammaf_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_lgammaf_r.o -MD -MP -MF /build/math/e_lgammaf_r.o.dt -MT /build/math/e_lgammaf_r.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/e_lgammaf_r.c:15: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:927: /build/math/e_lgammaf_r.o] Error 1 gcc -m32 ../sysdeps/i386/i686/fpu/multiarch/e_logf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-logf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_logf.o -MD -MP -MF /build/math/e_logf.o.dt -MT /build/math/e_logf.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from ../sysdeps/gnu/ldsodefs.h:22, from ../sysdeps/unix/sysv/linux/ldsodefs.h:25, from ../sysdeps/x86/init-arch.h:18, from ../sysdeps/i386/i686/multiarch/ifunc-sse2.h:20, from ../sysdeps/i386/i686/fpu/multiarch/e_logf.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:519: /build/math/e_logf.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_log10f.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_log10f.o -MD -MP -MF /build/math/e_log10f.o.dt -MT /build/math/e_log10f.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_log10f.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/e_log10f.o] Error 1 gcc -m32 ../sysdeps/i386/i686/fpu/multiarch/e_powf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-powf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_powf.o -MD -MP -MF /build/math/e_powf.o.dt -MT /build/math/e_powf.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/i386/i686/fpu/multiarch/e_powf.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:519: /build/math/e_powf.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_remainderf.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_remainderf.o -MD -MP -MF /build/math/e_remainderf.o.dt -MT /build/math/e_remainderf.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_remainderf.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/e_remainderf.o] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/e_sinhf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_sinhf.o -MD -MP -MF /build/math/e_sinhf.o.dt -MT /build/math/e_sinhf.o In file included from ../bits/libc-header-start.h:33, from ../include/float.h:5, from ../sysdeps/ieee754/flt-32/e_sinhf.c:15: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:927: /build/math/e_sinhf.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_sqrtf.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_sqrtf.o -MD -MP -MF /build/math/e_sqrtf.o.dt -MT /build/math/e_sqrtf.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_sqrtf.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/e_sqrtf.o] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/e_gammaf_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_gammaf_r.o -MD -MP -MF /build/math/e_gammaf_r.o.dt -MT /build/math/e_gammaf_r.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/e_gammaf_r.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:927: /build/math/e_gammaf_r.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_ilogbf.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_ilogbf.o -MD -MP -MF /build/math/e_ilogbf.o.dt -MT /build/math/e_ilogbf.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_ilogbf.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/e_ilogbf.o] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/k_tanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/k_tanf.o -MD -MP -MF /build/math/k_tanf.o.dt -MT /build/math/k_tanf.o In file included from ../bits/libc-header-start.h:33, from ../include/float.h:5, from ../sysdeps/ieee754/flt-32/k_tanf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:927: /build/math/k_tanf.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_asinhf.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_asinhf.o -MD -MP -MF /build/math/s_asinhf.o.dt -MT /build/math/s_asinhf.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_asinhf.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/s_asinhf.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_atanf.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_atanf.o -MD -MP -MF /build/math/s_atanf.o.dt -MT /build/math/s_atanf.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_atanf.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/s_atanf.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_cbrtf.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_cbrtf.o -MD -MP -MF /build/math/s_cbrtf.o.dt -MT /build/math/s_cbrtf.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_cbrtf.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/s_cbrtf.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_ceilf.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_ceilf.o -MD -MP -MF /build/math/s_ceilf.o.dt -MT /build/math/s_ceilf.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_ceilf.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/s_ceilf.o] Error 1 gcc -m32 ../sysdeps/i386/i686/fpu/multiarch/s_cosf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-cosf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_cosf.o -MD -MP -MF /build/math/s_cosf.o.dt -MT /build/math/s_cosf.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from ../sysdeps/gnu/ldsodefs.h:22, from ../sysdeps/unix/sysv/linux/ldsodefs.h:25, from ../sysdeps/x86/init-arch.h:18, from ../sysdeps/i386/i686/fpu/multiarch/s_cosf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:519: /build/math/s_cosf.o] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_erff.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-erff32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_erff.o -MD -MP -MF /build/math/s_erff.o.dt -MT /build/math/s_erff.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/flt-32/s_erff.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:927: /build/math/s_erff.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_expm1f.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_expm1f.o -MD -MP -MF /build/math/s_expm1f.o.dt -MT /build/math/s_expm1f.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/i386/fpu/s_expm1f.S:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/s_expm1f.o] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_fabsf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fabsf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fabsf.o -MD -MP -MF /build/math/s_fabsf.o.dt -MT /build/math/s_fabsf.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/s_fabsf.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:927: /build/math/s_fabsf.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_floorf.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_floorf.o -MD -MP -MF /build/math/s_floorf.o.dt -MT /build/math/s_floorf.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_floorf.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/s_floorf.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_log1pf.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_log1pf.o -MD -MP -MF /build/math/s_log1pf.o.dt -MT /build/math/s_log1pf.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_log1pf.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/s_log1pf.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_logbf.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_logbf.o -MD -MP -MF /build/math/s_logbf.o.dt -MT /build/math/s_logbf.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_logbf.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/s_logbf.o] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_nextafterf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-nextafterf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_nextafterf.o -MD -MP -MF /build/math/s_nextafterf.o.dt -MT /build/math/s_nextafterf.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/flt-32/s_nextafterf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:927: /build/math/s_nextafterf.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_nexttowardf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_nexttowardf.o -MD -MP -MF /build/math/s_nexttowardf.o.dt -MT /build/math/s_nexttowardf.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/i386/fpu/s_nexttowardf.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:655: /build/math/s_nexttowardf.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_rintf.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_rintf.o -MD -MP -MF /build/math/s_rintf.o.dt -MT /build/math/s_rintf.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_rintf.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/s_rintf.o] Error 1 gcc -m32 ../sysdeps/i386/i686/fpu/multiarch/s_sinf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-sinf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_sinf.o -MD -MP -MF /build/math/s_sinf.o.dt -MT /build/math/s_sinf.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from ../sysdeps/gnu/ldsodefs.h:22, from ../sysdeps/unix/sysv/linux/ldsodefs.h:25, from ../sysdeps/x86/init-arch.h:18, from ../sysdeps/i386/i686/fpu/multiarch/s_sinf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:519: /build/math/s_sinf.o] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_tanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-tanf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_tanf.o -MD -MP -MF /build/math/s_tanf.o.dt -MT /build/math/s_tanf.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/flt-32/s_tanf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:927: /build/math/s_tanf.o] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_tanhf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-tanhf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_tanhf.o -MD -MP -MF /build/math/s_tanhf.o.dt -MT /build/math/s_tanhf.o In file included from ../bits/libc-header-start.h:33, from ../include/float.h:5, from ../sysdeps/ieee754/flt-32/s_tanhf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:927: /build/math/s_tanhf.o] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_fpclassifyf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fpclassifyf.o -MD -MP -MF /build/math/s_fpclassifyf.o.dt -MT /build/math/s_fpclassifyf.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/s_fpclassifyf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:927: /build/math/s_fpclassifyf.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_truncf.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_truncf.o -MD -MP -MF /build/math/s_truncf.o.dt -MT /build/math/s_truncf.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_truncf.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/s_truncf.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_remquof.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_remquof.o -MD -MP -MF /build/math/s_remquof.o.dt -MT /build/math/s_remquof.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_remquof.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/s_remquof.o] Error 1 gcc -m32 ../sysdeps/i386/i686/fpu/multiarch/e_log2f.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-log2f32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_log2f.o -MD -MP -MF /build/math/e_log2f.o.dt -MT /build/math/e_log2f.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from ../sysdeps/gnu/ldsodefs.h:22, from ../sysdeps/unix/sysv/linux/ldsodefs.h:25, from ../sysdeps/x86/init-arch.h:18, from ../sysdeps/i386/i686/multiarch/ifunc-sse2.h:20, from ../sysdeps/i386/i686/fpu/multiarch/e_log2f.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:519: /build/math/e_log2f.o] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_roundf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-roundf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_roundf.o -MD -MP -MF /build/math/s_roundf.o.dt -MT /build/math/s_roundf.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/s_roundf.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:927: /build/math/s_roundf.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_nearbyintf.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_nearbyintf.o -MD -MP -MF /build/math/s_nearbyintf.o.dt -MT /build/math/s_nearbyintf.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_nearbyintf.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/s_nearbyintf.o] Error 1 gcc -m32 ../sysdeps/i386/i686/fpu/multiarch/s_sincosf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-sincosf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_sincosf.o -MD -MP -MF /build/math/s_sincosf.o.dt -MT /build/math/s_sincosf.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from ../sysdeps/gnu/ldsodefs.h:22, from ../sysdeps/unix/sysv/linux/ldsodefs.h:25, from ../sysdeps/x86/init-arch.h:18, from ../sysdeps/i386/i686/fpu/multiarch/s_sincosf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:519: /build/math/s_sincosf.o] Error 1 gcc -m32 ../sysdeps/i386/i686/multiarch/s_fmaf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fmaf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fmaf.o -MD -MP -MF /build/math/s_fmaf.o.dt -MT /build/math/s_fmaf.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/i386/i686/multiarch/s_fmaf.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:587: /build/math/s_fmaf.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_lrintf.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_lrintf.o -MD -MP -MF /build/math/s_lrintf.o.dt -MT /build/math/s_lrintf.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/i386/fpu/s_lrintf.S:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/s_lrintf.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_llrintf.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_llrintf.o -MD -MP -MF /build/math/s_llrintf.o.dt -MT /build/math/s_llrintf.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/i386/fpu/s_llrintf.S:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/s_llrintf.o] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_lroundf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-lroundf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_lroundf.o -MD -MP -MF /build/math/s_lroundf.o.dt -MT /build/math/s_lroundf.o In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from ../sysdeps/ieee754/flt-32/s_lroundf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:927: /build/math/s_lroundf.o] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_llroundf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-llroundf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_llroundf.o -MD -MP -MF /build/math/s_llroundf.o.dt -MT /build/math/s_llroundf.o In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from ../sysdeps/ieee754/flt-32/s_llroundf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:927: /build/math/s_llroundf.o] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/e_exp10f.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_exp10f.o -MD -MP -MF /build/math/e_exp10f.o.dt -MT /build/math/e_exp10f.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/e_exp10f.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:927: /build/math/e_exp10f.o] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_issignalingf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_issignalingf.o -MD -MP -MF /build/math/s_issignalingf.o.dt -MT /build/math/s_issignalingf.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/s_issignalingf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:927: /build/math/s_issignalingf.o] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/x2y2m1f.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/x2y2m1f.o -MD -MP -MF /build/math/x2y2m1f.o.dt -MT /build/math/x2y2m1f.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/x2y2m1f.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:893: /build/math/x2y2m1f.o] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/gamma_productf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/gamma_productf.o -MD -MP -MF /build/math/gamma_productf.o.dt -MT /build/math/gamma_productf.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/gamma_productf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:893: /build/math/gamma_productf.o] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/lgamma_negf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/lgamma_negf.o -MD -MP -MF /build/math/lgamma_negf.o.dt -MT /build/math/lgamma_negf.o In file included from ../bits/libc-header-start.h:33, from ../include/float.h:5, from ../sysdeps/ieee754/flt-32/lgamma_negf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:927: /build/math/lgamma_negf.o] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_nextupf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-nextupf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_nextupf.o -MD -MP -MF /build/math/s_nextupf.o.dt -MT /build/math/s_nextupf.o In file included from ../bits/libc-header-start.h:33, from ../include/float.h:5, from ../sysdeps/ieee754/flt-32/s_nextupf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:927: /build/math/s_nextupf.o] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_totalorderf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-totalorderf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_totalorderf.o -MD -MP -MF /build/math/s_totalorderf.o.dt -MT /build/math/s_totalorderf.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/s_totalorderf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:927: /build/math/s_totalorderf.o] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_totalordermagf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-totalordermagf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_totalordermagf.o -MD -MP -MF /build/math/s_totalordermagf.o.dt -MT /build/math/s_totalordermagf.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/s_totalordermagf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:927: /build/math/s_totalordermagf.o] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_getpayloadf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-getpayloadf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_getpayloadf.o -MD -MP -MF /build/math/s_getpayloadf.o.dt -MT /build/math/s_getpayloadf.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/s_getpayloadf.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:927: /build/math/s_getpayloadf.o] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_setpayloadf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-setpayloadf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_setpayloadf.o -MD -MP -MF /build/math/s_setpayloadf.o.dt -MT /build/math/s_setpayloadf.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/s_setpayloadf_main.c:19, from ../sysdeps/ieee754/flt-32/s_setpayloadf.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:927: /build/math/s_setpayloadf.o] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_setpayloadsigf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-setpayloadsigf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_setpayloadsigf.o -MD -MP -MF /build/math/s_setpayloadsigf.o.dt -MT /build/math/s_setpayloadsigf.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/s_setpayloadf_main.c:19, from ../sysdeps/ieee754/flt-32/s_setpayloadsigf.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:927: /build/math/s_setpayloadsigf.o] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_roundevenf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-roundevenf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_roundevenf.o -MD -MP -MF /build/math/s_roundevenf.o.dt -MT /build/math/s_roundevenf.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/s_roundevenf.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:927: /build/math/s_roundevenf.o] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_fromfpf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fromfpf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fromfpf.o -MD -MP -MF /build/math/s_fromfpf.o.dt -MT /build/math/s_fromfpf.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/flt-32/s_fromfpf_main.c:19, from ../sysdeps/ieee754/flt-32/s_fromfpf.c:4: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:927: /build/math/s_fromfpf.o] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_ufromfpf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-ufromfpf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ufromfpf.o -MD -MP -MF /build/math/s_ufromfpf.o.dt -MT /build/math/s_ufromfpf.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/flt-32/s_fromfpf_main.c:19, from ../sysdeps/ieee754/flt-32/s_ufromfpf.c:4: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:927: /build/math/s_ufromfpf.o] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_fromfpxf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fromfpxf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fromfpxf.o -MD -MP -MF /build/math/s_fromfpxf.o.dt -MT /build/math/s_fromfpxf.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/flt-32/s_fromfpf_main.c:19, from ../sysdeps/ieee754/flt-32/s_fromfpxf.c:4: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:927: /build/math/s_fromfpxf.o] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_ufromfpxf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-ufromfpxf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ufromfpxf.o -MD -MP -MF /build/math/s_ufromfpxf.o.dt -MT /build/math/s_ufromfpxf.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/flt-32/s_fromfpf_main.c:19, from ../sysdeps/ieee754/flt-32/s_ufromfpxf.c:4: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:927: /build/math/s_ufromfpxf.o] Error 1 gcc -m32 /build/math/cargf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/cargf.o -MD -MP -MF /build/math/cargf.o.dt -MT /build/math/cargf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/cargf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/cargf.o] Error 1 gcc -m32 /build/math/conjf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/conjf.o -MD -MP -MF /build/math/conjf.o.dt -MT /build/math/conjf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/conjf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/conjf.o] Error 1 gcc -m32 /build/math/cimagf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/cimagf.o -MD -MP -MF /build/math/cimagf.o.dt -MT /build/math/cimagf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/cimagf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/cimagf.o] Error 1 gcc -m32 /build/math/crealf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/crealf.o -MD -MP -MF /build/math/crealf.o.dt -MT /build/math/crealf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/crealf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/crealf.o] Error 1 gcc -m32 /build/math/cabsf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/cabsf.o -MD -MP -MF /build/math/cabsf.o.dt -MT /build/math/cabsf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/cabsf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/cabsf.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_scalbf.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_scalbf.o -MD -MP -MF /build/math/e_scalbf.o.dt -MT /build/math/e_scalbf.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_scalbf.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/e_scalbf.o] Error 1 gcc -m32 /build/math/s_cacosf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-cacosf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_cacosf.o -MD -MP -MF /build/math/s_cacosf.o.dt -MT /build/math/s_cacosf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_cacosf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_cacosf.o] Error 1 gcc -m32 /build/math/s_cacoshf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-cacoshf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_cacoshf.o -MD -MP -MF /build/math/s_cacoshf.o.dt -MT /build/math/s_cacoshf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_cacoshf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_cacoshf.o] Error 1 gcc -m32 /build/math/s_ccosf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-ccosf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ccosf.o -MD -MP -MF /build/math/s_ccosf.o.dt -MT /build/math/s_ccosf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_ccosf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_ccosf.o] Error 1 gcc -m32 /build/math/s_ccoshf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-ccoshf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ccoshf.o -MD -MP -MF /build/math/s_ccoshf.o.dt -MT /build/math/s_ccoshf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_ccoshf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_ccoshf.o] Error 1 gcc -m32 /build/math/s_casinf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-casinf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_casinf.o -MD -MP -MF /build/math/s_casinf.o.dt -MT /build/math/s_casinf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_casinf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_casinf.o] Error 1 gcc -m32 /build/math/s_csinf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-csinf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_csinf.o -MD -MP -MF /build/math/s_csinf.o.dt -MT /build/math/s_csinf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_csinf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_csinf.o] Error 1 gcc -m32 /build/math/s_casinhf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-casinhf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_casinhf.o -MD -MP -MF /build/math/s_casinhf.o.dt -MT /build/math/s_casinhf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_casinhf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_casinhf.o] Error 1 gcc -m32 /build/math/k_casinhf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/k_casinhf.o -MD -MP -MF /build/math/k_casinhf.o.dt -MT /build/math/k_casinhf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/k_casinhf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/k_casinhf.o] Error 1 gcc -m32 /build/math/s_csinhf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-csinhf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_csinhf.o -MD -MP -MF /build/math/s_csinhf.o.dt -MT /build/math/s_csinhf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_csinhf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_csinhf.o] Error 1 gcc -m32 /build/math/s_catanhf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-catanhf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_catanhf.o -MD -MP -MF /build/math/s_catanhf.o.dt -MT /build/math/s_catanhf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_catanhf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_catanhf.o] Error 1 gcc -m32 /build/math/s_catanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-catanf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_catanf.o -MD -MP -MF /build/math/s_catanf.o.dt -MT /build/math/s_catanf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_catanf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_catanf.o] Error 1 gcc -m32 /build/math/s_ctanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-ctanf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ctanf.o -MD -MP -MF /build/math/s_ctanf.o.dt -MT /build/math/s_ctanf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_ctanf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_ctanf.o] Error 1 gcc -m32 /build/math/s_ctanhf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-ctanhf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ctanhf.o -MD -MP -MF /build/math/s_ctanhf.o.dt -MT /build/math/s_ctanhf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_ctanhf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_ctanhf.o] Error 1 gcc -m32 /build/math/s_cexpf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-cexpf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_cexpf.o -MD -MP -MF /build/math/s_cexpf.o.dt -MT /build/math/s_cexpf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_cexpf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_cexpf.o] Error 1 gcc -m32 /build/math/s_clogf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-clogf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_clogf.o -MD -MP -MF /build/math/s_clogf.o.dt -MT /build/math/s_clogf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_clogf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_clogf.o] Error 1 gcc -m32 /build/math/s_cprojf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-cprojf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_cprojf.o -MD -MP -MF /build/math/s_cprojf.o.dt -MT /build/math/s_cprojf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_cprojf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_cprojf.o] Error 1 gcc -m32 /build/math/s_csqrtf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-csqrtf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_csqrtf.o -MD -MP -MF /build/math/s_csqrtf.o.dt -MT /build/math/s_csqrtf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_csqrtf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_csqrtf.o] Error 1 gcc -m32 /build/math/s_cpowf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-cpowf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_cpowf.o -MD -MP -MF /build/math/s_cpowf.o.dt -MT /build/math/s_cpowf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_cpowf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_cpowf.o] Error 1 gcc -m32 /build/math/s_clog10f.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-clog10f32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_clog10f.o -MD -MP -MF /build/math/s_clog10f.o.dt -MT /build/math/s_clog10f.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_clog10f.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_clog10f.o] Error 1 gcc -m32 /build/math/s_fdimf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fdimf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fdimf.o -MD -MP -MF /build/math/s_fdimf.o.dt -MT /build/math/s_fdimf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_fdimf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fdimf.o] Error 1 gcc -m32 /build/math/s_nextdownf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-nextdownf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_nextdownf.o -MD -MP -MF /build/math/s_nextdownf.o.dt -MT /build/math/s_nextdownf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_nextdownf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_nextdownf.o] Error 1 gcc -m32 ../sysdeps/i386/i686/fpu/s_fmaxf.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_fmaxf.o -MD -MP -MF /build/math/s_fmaxf.o.dt -MT /build/math/s_fmaxf.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/i386/i686/fpu/s_fmaxf.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:551: /build/math/s_fmaxf.o] Error 1 gcc -m32 ../sysdeps/i386/i686/fpu/s_fminf.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_fminf.o -MD -MP -MF /build/math/s_fminf.o.dt -MT /build/math/s_fminf.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/i386/i686/fpu/s_fminf.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:551: /build/math/s_fminf.o] Error 1 gcc -m32 /build/math/s_nanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-nanf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_nanf.o -MD -MP -MF /build/math/s_nanf.o.dt -MT /build/math/s_nanf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_nanf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_nanf.o] Error 1 gcc -m32 /build/math/s_iseqsigf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_iseqsigf.o -MD -MP -MF /build/math/s_iseqsigf.o.dt -MT /build/math/s_iseqsigf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_iseqsigf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_iseqsigf.o] Error 1 gcc -m32 /build/math/s_canonicalizef.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-canonicalizef32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_canonicalizef.o -MD -MP -MF /build/math/s_canonicalizef.o.dt -MT /build/math/s_canonicalizef.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_canonicalizef.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_canonicalizef.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_significandf.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_significandf.o -MD -MP -MF /build/math/s_significandf.o.dt -MT /build/math/s_significandf.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_significandf.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:653: /build/math/s_significandf.o] Error 1 gcc -m32 /build/math/w_ilogbf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-ilogbf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_ilogbf.o -MD -MP -MF /build/math/w_ilogbf.o.dt -MT /build/math/w_ilogbf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/w_ilogbf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_ilogbf.o] Error 1 gcc -m32 /build/math/w_llogbf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-llogbf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_llogbf.o -MD -MP -MF /build/math/w_llogbf.o.dt -MT /build/math/w_llogbf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/w_llogbf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_llogbf.o] Error 1 gcc -m32 /build/math/w_log1pf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-log1pf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_log1pf.o -MD -MP -MF /build/math/w_log1pf.o.dt -MT /build/math/w_log1pf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/w_log1pf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_log1pf.o] Error 1 gcc -m32 /build/math/w_scalblnf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-scalblnf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_scalblnf.o -MD -MP -MF /build/math/w_scalblnf.o.dt -MT /build/math/w_scalblnf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/w_scalblnf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_scalblnf.o] Error 1 gcc -m32 /build/math/s_fmaxmagf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fmaxmagf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fmaxmagf.o -MD -MP -MF /build/math/s_fmaxmagf.o.dt -MT /build/math/s_fmaxmagf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_fmaxmagf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fmaxmagf.o] Error 1 gcc -m32 /build/math/s_fminmagf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fminmagf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fminmagf.o -MD -MP -MF /build/math/s_fminmagf.o.dt -MT /build/math/s_fminmagf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_fminmagf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fminmagf.o] Error 1 gcc -m32 /build/math/w_acosf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-acosf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_acosf.o -MD -MP -MF /build/math/w_acosf.o.dt -MT /build/math/w_acosf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/w_acosf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_acosf.o] Error 1 gcc -m32 /build/math/w_acoshf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-acoshf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_acoshf.o -MD -MP -MF /build/math/w_acoshf.o.dt -MT /build/math/w_acoshf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/w_acoshf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_acoshf.o] Error 1 gcc -m32 /build/math/w_asinf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-asinf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_asinf.o -MD -MP -MF /build/math/w_asinf.o.dt -MT /build/math/w_asinf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/w_asinf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_asinf.o] Error 1 gcc -m32 /build/math/w_atan2f.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-atan2f32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_atan2f.o -MD -MP -MF /build/math/w_atan2f.o.dt -MT /build/math/w_atan2f.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/w_atan2f.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_atan2f.o] Error 1 gcc -m32 /build/math/w_atanhf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-atanhf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_atanhf.o -MD -MP -MF /build/math/w_atanhf.o.dt -MT /build/math/w_atanhf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/w_atanhf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_atanhf.o] Error 1 gcc -m32 /build/math/w_coshf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-coshf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_coshf.o -MD -MP -MF /build/math/w_coshf.o.dt -MT /build/math/w_coshf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/w_coshf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_coshf.o] Error 1 gcc -m32 /build/math/w_j0f.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-j0f32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_j0f.o -MD -MP -MF /build/math/w_j0f.o.dt -MT /build/math/w_j0f.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/w_j0f.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_j0f.o] Error 1 gcc -m32 /build/math/w_j1f.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-j1f32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_j1f.o -MD -MP -MF /build/math/w_j1f.o.dt -MT /build/math/w_j1f.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/w_j1f.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_j1f.o] Error 1 gcc -m32 /build/math/w_jnf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-jnf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_jnf.o -MD -MP -MF /build/math/w_jnf.o.dt -MT /build/math/w_jnf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/w_jnf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_jnf.o] Error 1 gcc -m32 /build/math/w_log10f.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-log10f32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_log10f.o -MD -MP -MF /build/math/w_log10f.o.dt -MT /build/math/w_log10f.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/w_log10f.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_log10f.o] Error 1 gcc -m32 w_remainderf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-remainderf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_remainderf.o -MD -MP -MF /build/math/w_remainderf.o.dt -MT /build/math/w_remainderf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from w_remainderf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_remainderf.o] Error 1 gcc -m32 /build/math/w_scalbf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_scalbf.o -MD -MP -MF /build/math/w_scalbf.o.dt -MT /build/math/w_scalbf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/w_scalbf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_scalbf.o] Error 1 gcc -m32 /build/math/w_sinhf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-sinhf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_sinhf.o -MD -MP -MF /build/math/w_sinhf.o.dt -MT /build/math/w_sinhf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/w_sinhf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_sinhf.o] Error 1 gcc -m32 /build/math/w_sqrtf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-sqrtf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_sqrtf.o -MD -MP -MF /build/math/w_sqrtf.o.dt -MT /build/math/w_sqrtf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/w_sqrtf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_sqrtf.o] Error 1 gcc -m32 /build/math/w_tgammaf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-tgammaf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_tgammaf.o -MD -MP -MF /build/math/w_tgammaf.o.dt -MT /build/math/w_tgammaf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/w_tgammaf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_tgammaf.o] Error 1 gcc -m32 w_lgammaf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-lgammaf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_lgammaf.o -MD -MP -MF /build/math/w_lgammaf.o.dt -MT /build/math/w_lgammaf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from w_lgammaf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_lgammaf.o] Error 1 gcc -m32 /build/math/w_lgammaf_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-lgammaf32_r -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_lgammaf_r.o -MD -MP -MF /build/math/w_lgammaf_r.o.dt -MT /build/math/w_lgammaf_r.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/w_lgammaf_r.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_lgammaf_r.o] Error 1 gcc -m32 ../sysdeps/i386/i686/fpu/multiarch/e_exp2f.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-exp2f32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_exp2f.o -MD -MP -MF /build/math/e_exp2f.o.dt -MT /build/math/e_exp2f.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from ../sysdeps/gnu/ldsodefs.h:22, from ../sysdeps/unix/sysv/linux/ldsodefs.h:25, from ../sysdeps/x86/init-arch.h:18, from ../sysdeps/i386/i686/multiarch/ifunc-sse2.h:20, from ../sysdeps/i386/i686/fpu/multiarch/e_exp2f.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:519: /build/math/e_exp2f.o] Error 1 gcc -m32 /build/math/s_fmaximumf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fmaximumf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fmaximumf.o -MD -MP -MF /build/math/s_fmaximumf.o.dt -MT /build/math/s_fmaximumf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_fmaximumf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fmaximumf.o] Error 1 gcc -m32 /build/math/s_fmaximum_magf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fmaximum_magf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fmaximum_magf.o -MD -MP -MF /build/math/s_fmaximum_magf.o.dt -MT /build/math/s_fmaximum_magf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_fmaximum_magf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fmaximum_magf.o] Error 1 gcc -m32 /build/math/s_fmaximum_numf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fmaximum_numf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fmaximum_numf.o -MD -MP -MF /build/math/s_fmaximum_numf.o.dt -MT /build/math/s_fmaximum_numf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_fmaximum_numf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fmaximum_numf.o] Error 1 gcc -m32 /build/math/s_fmaximum_mag_numf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fmaximum_mag_numf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fmaximum_mag_numf.o -MD -MP -MF /build/math/s_fmaximum_mag_numf.o.dt -MT /build/math/s_fmaximum_mag_numf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_fmaximum_mag_numf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fmaximum_mag_numf.o] Error 1 gcc -m32 /build/math/s_fminimumf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fminimumf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fminimumf.o -MD -MP -MF /build/math/s_fminimumf.o.dt -MT /build/math/s_fminimumf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_fminimumf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fminimumf.o] Error 1 gcc -m32 /build/math/s_fminimum_magf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fminimum_magf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fminimum_magf.o -MD -MP -MF /build/math/s_fminimum_magf.o.dt -MT /build/math/s_fminimum_magf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_fminimum_magf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fminimum_magf.o] Error 1 gcc -m32 /build/math/s_fminimum_numf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fminimum_numf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fminimum_numf.o -MD -MP -MF /build/math/s_fminimum_numf.o.dt -MT /build/math/s_fminimum_numf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_fminimum_numf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fminimum_numf.o] Error 1 gcc -m32 /build/math/s_fminimum_mag_numf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fminimum_mag_numf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fminimum_mag_numf.o -MD -MP -MF /build/math/s_fminimum_mag_numf.o.dt -MT /build/math/s_fminimum_mag_numf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_fminimum_mag_numf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fminimum_mag_numf.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/e_acosf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_acosf128.o -MD -MP -MF /build/math/e_acosf128.o.dt -MT /build/math/e_acosf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/e_acosf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/e_acosf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/e_acoshf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_acoshf128.o -MD -MP -MF /build/math/e_acoshf128.o.dt -MT /build/math/e_acoshf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/e_acoshf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/e_acoshf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/e_asinf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_asinf128.o -MD -MP -MF /build/math/e_asinf128.o.dt -MT /build/math/e_asinf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/e_asinf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/e_asinf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/e_atan2f128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_atan2f128.o -MD -MP -MF /build/math/e_atan2f128.o.dt -MT /build/math/e_atan2f128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/e_atan2f128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/e_atan2f128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/e_atanhf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_atanhf128.o -MD -MP -MF /build/math/e_atanhf128.o.dt -MT /build/math/e_atanhf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/e_atanhf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/e_atanhf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/e_coshf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_coshf128.o -MD -MP -MF /build/math/e_coshf128.o.dt -MT /build/math/e_coshf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/e_coshf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/e_coshf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/e_expf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-expf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_expf128.o -MD -MP -MF /build/math/e_expf128.o.dt -MT /build/math/e_expf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/e_expf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/e_expf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/e_fmodf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_fmodf128.o -MD -MP -MF /build/math/e_fmodf128.o.dt -MT /build/math/e_fmodf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/e_fmodf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/e_fmodf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/e_hypotf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_hypotf128.o -MD -MP -MF /build/math/e_hypotf128.o.dt -MT /build/math/e_hypotf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/e_hypotf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/e_hypotf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/e_j0f128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_j0f128.o -MD -MP -MF /build/math/e_j0f128.o.dt -MT /build/math/e_j0f128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/e_j0f128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/e_j0f128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/e_j1f128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_j1f128.o -MD -MP -MF /build/math/e_j1f128.o.dt -MT /build/math/e_j1f128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/e_j1f128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/e_j1f128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/e_jnf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_jnf128.o -MD -MP -MF /build/math/e_jnf128.o.dt -MT /build/math/e_jnf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/e_jnf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/e_jnf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/e_lgammaf128_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_lgammaf128_r.o -MD -MP -MF /build/math/e_lgammaf128_r.o.dt -MT /build/math/e_lgammaf128_r.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/e_lgammaf128_r.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/e_lgammaf128_r.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/e_logf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-logf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_logf128.o -MD -MP -MF /build/math/e_logf128.o.dt -MT /build/math/e_logf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/e_logf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/e_logf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/e_log10f128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_log10f128.o -MD -MP -MF /build/math/e_log10f128.o.dt -MT /build/math/e_log10f128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/e_log10f128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/e_log10f128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/e_powf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-powf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_powf128.o -MD -MP -MF /build/math/e_powf128.o.dt -MT /build/math/e_powf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/e_powf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/e_powf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/e_remainderf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_remainderf128.o -MD -MP -MF /build/math/e_remainderf128.o.dt -MT /build/math/e_remainderf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/e_remainderf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/e_remainderf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/e_sinhf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_sinhf128.o -MD -MP -MF /build/math/e_sinhf128.o.dt -MT /build/math/e_sinhf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/e_sinhf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/e_sinhf128.o] Error 1 gcc -m32 ../sysdeps/x86/fpu/e_sqrtf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_sqrtf128.o -MD -MP -MF /build/math/e_sqrtf128.o.dt -MT /build/math/e_sqrtf128.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../soft-fp/soft-fp.h:44, from ../sysdeps/x86/fpu/e_sqrtf128.c:29: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:689: /build/math/e_sqrtf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/e_gammaf128_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_gammaf128_r.o -MD -MP -MF /build/math/e_gammaf128_r.o.dt -MT /build/math/e_gammaf128_r.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/e_gammaf128_r.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/e_gammaf128_r.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/e_ilogbf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_ilogbf128.o -MD -MP -MF /build/math/e_ilogbf128.o.dt -MT /build/math/e_ilogbf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/e_ilogbf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/e_ilogbf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/k_tanf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/k_tanf128.o -MD -MP -MF /build/math/k_tanf128.o.dt -MT /build/math/k_tanf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/k_tanf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/k_tanf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_asinhf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-asinhf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_asinhf128.o -MD -MP -MF /build/math/s_asinhf128.o.dt -MT /build/math/s_asinhf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_asinhf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_asinhf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_atanf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-atanf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_atanf128.o -MD -MP -MF /build/math/s_atanf128.o.dt -MT /build/math/s_atanf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_atanf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_atanf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_cbrtf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-cbrtf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_cbrtf128.o -MD -MP -MF /build/math/s_cbrtf128.o.dt -MT /build/math/s_cbrtf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_cbrtf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_cbrtf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_ceilf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-ceilf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ceilf128.o -MD -MP -MF /build/math/s_ceilf128.o.dt -MT /build/math/s_ceilf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_ceilf128.c:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_ceilf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_cosf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-cosf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_cosf128.o -MD -MP -MF /build/math/s_cosf128.o.dt -MT /build/math/s_cosf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_cosf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_cosf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_erff128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-erff64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_erff128.o -MD -MP -MF /build/math/s_erff128.o.dt -MT /build/math/s_erff128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_erff128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_erff128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_expm1f128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-expm1f64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_expm1f128.o -MD -MP -MF /build/math/s_expm1f128.o.dt -MT /build/math/s_expm1f128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_expm1f128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_expm1f128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_fabsf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fabsf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fabsf128.o -MD -MP -MF /build/math/s_fabsf128.o.dt -MT /build/math/s_fabsf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_fabsf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_fabsf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_floorf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-floorf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_floorf128.o -MD -MP -MF /build/math/s_floorf128.o.dt -MT /build/math/s_floorf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_floorf128.c:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_floorf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_log1pf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_log1pf128.o -MD -MP -MF /build/math/s_log1pf128.o.dt -MT /build/math/s_log1pf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_log1pf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_log1pf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_logbf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-logbf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_logbf128.o -MD -MP -MF /build/math/s_logbf128.o.dt -MT /build/math/s_logbf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_logbf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_logbf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_nextafterf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-nextafterf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_nextafterf128.o -MD -MP -MF /build/math/s_nextafterf128.o.dt -MT /build/math/s_nextafterf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_nextafterf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_nextafterf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_rintf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-rintf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_rintf128.o -MD -MP -MF /build/math/s_rintf128.o.dt -MT /build/math/s_rintf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_rintf128.c:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_rintf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_scalblnf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_scalblnf128.o -MD -MP -MF /build/math/s_scalblnf128.o.dt -MT /build/math/s_scalblnf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_scalblnf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_scalblnf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_sinf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-sinf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_sinf128.o -MD -MP -MF /build/math/s_sinf128.o.dt -MT /build/math/s_sinf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_sinf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_sinf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_tanf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-tanf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_tanf128.o -MD -MP -MF /build/math/s_tanf128.o.dt -MT /build/math/s_tanf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_tanf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_tanf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_tanhf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-tanhf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_tanhf128.o -MD -MP -MF /build/math/s_tanhf128.o.dt -MT /build/math/s_tanhf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_tanhf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_tanhf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_fpclassifyf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fpclassifyf128.o -MD -MP -MF /build/math/s_fpclassifyf128.o.dt -MT /build/math/s_fpclassifyf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_fpclassifyf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_fpclassifyf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_truncf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-truncf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_truncf128.o -MD -MP -MF /build/math/s_truncf128.o.dt -MT /build/math/s_truncf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_truncf128.c:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_truncf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_remquof128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-remquof64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_remquof128.o -MD -MP -MF /build/math/s_remquof128.o.dt -MT /build/math/s_remquof128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_remquof128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_remquof128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/e_log2f128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-log2f64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_log2f128.o -MD -MP -MF /build/math/e_log2f128.o.dt -MT /build/math/e_log2f128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/e_log2f128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/e_log2f128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_roundf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-roundf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_roundf128.o -MD -MP -MF /build/math/s_roundf128.o.dt -MT /build/math/s_roundf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_roundf128.c:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_roundf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_nearbyintf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-nearbyintf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_nearbyintf128.o -MD -MP -MF /build/math/s_nearbyintf128.o.dt -MT /build/math/s_nearbyintf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_nearbyintf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_nearbyintf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_sincosf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-sincosf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_sincosf128.o -MD -MP -MF /build/math/s_sincosf128.o.dt -MT /build/math/s_sincosf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_sincosf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_sincosf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_fmaf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fmaf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fmaf128.o -MD -MP -MF /build/math/s_fmaf128.o.dt -MT /build/math/s_fmaf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_fmaf128.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_fmaf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_lrintf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-lrintf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_lrintf128.o -MD -MP -MF /build/math/s_lrintf128.o.dt -MT /build/math/s_lrintf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_lrintf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_lrintf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_llrintf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-llrintf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_llrintf128.o -MD -MP -MF /build/math/s_llrintf128.o.dt -MT /build/math/s_llrintf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_llrintf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_llrintf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_lroundf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-lroundf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_lroundf128.o -MD -MP -MF /build/math/s_lroundf128.o.dt -MT /build/math/s_lroundf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_lroundf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_lroundf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_llroundf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-llroundf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_llroundf128.o -MD -MP -MF /build/math/s_llroundf128.o.dt -MT /build/math/s_llroundf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_llroundf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_llroundf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/e_exp10f128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_exp10f128.o -MD -MP -MF /build/math/e_exp10f128.o.dt -MT /build/math/e_exp10f128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/e_exp10f128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/e_exp10f128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_issignalingf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_issignalingf128.o -MD -MP -MF /build/math/s_issignalingf128.o.dt -MT /build/math/s_issignalingf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_issignalingf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_issignalingf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/x2y2m1f128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/x2y2m1f128.o -MD -MP -MF /build/math/x2y2m1f128.o.dt -MT /build/math/x2y2m1f128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/x2y2m1f128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/x2y2m1f128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/gamma_productf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/gamma_productf128.o -MD -MP -MF /build/math/gamma_productf128.o.dt -MT /build/math/gamma_productf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/gamma_productf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/gamma_productf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/lgamma_negf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/lgamma_negf128.o -MD -MP -MF /build/math/lgamma_negf128.o.dt -MT /build/math/lgamma_negf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/lgamma_negf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/lgamma_negf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/lgamma_productf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/lgamma_productf128.o -MD -MP -MF /build/math/lgamma_productf128.o.dt -MT /build/math/lgamma_productf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/lgamma_productf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/lgamma_productf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_nextupf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-nextupf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_nextupf128.o -MD -MP -MF /build/math/s_nextupf128.o.dt -MT /build/math/s_nextupf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_nextupf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_nextupf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_totalorderf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-totalorderf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_totalorderf128.o -MD -MP -MF /build/math/s_totalorderf128.o.dt -MT /build/math/s_totalorderf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_totalorderf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_totalorderf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_totalordermagf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-totalordermagf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_totalordermagf128.o -MD -MP -MF /build/math/s_totalordermagf128.o.dt -MT /build/math/s_totalordermagf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_totalordermagf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_totalordermagf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_getpayloadf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-getpayloadf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_getpayloadf128.o -MD -MP -MF /build/math/s_getpayloadf128.o.dt -MT /build/math/s_getpayloadf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_getpayloadf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_getpayloadf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_setpayloadf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-setpayloadf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_setpayloadf128.o -MD -MP -MF /build/math/s_setpayloadf128.o.dt -MT /build/math/s_setpayloadf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_setpayloadf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_setpayloadf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_setpayloadsigf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-setpayloadsigf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_setpayloadsigf128.o -MD -MP -MF /build/math/s_setpayloadsigf128.o.dt -MT /build/math/s_setpayloadsigf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_setpayloadsigf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_setpayloadsigf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_roundevenf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-roundevenf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_roundevenf128.o -MD -MP -MF /build/math/s_roundevenf128.o.dt -MT /build/math/s_roundevenf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_roundevenf128.c:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_roundevenf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_fromfpf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fromfpf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fromfpf128.o -MD -MP -MF /build/math/s_fromfpf128.o.dt -MT /build/math/s_fromfpf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_fromfpf128.c:4: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_fromfpf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_ufromfpf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-ufromfpf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ufromfpf128.o -MD -MP -MF /build/math/s_ufromfpf128.o.dt -MT /build/math/s_ufromfpf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_ufromfpf128.c:4: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_ufromfpf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_fromfpxf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fromfpxf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fromfpxf128.o -MD -MP -MF /build/math/s_fromfpxf128.o.dt -MT /build/math/s_fromfpxf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_fromfpxf128.c:4: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_fromfpxf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_ufromfpxf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-ufromfpxf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ufromfpxf128.o -MD -MP -MF /build/math/s_ufromfpxf128.o.dt -MT /build/math/s_ufromfpxf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_ufromfpxf128.c:4: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_ufromfpxf128.o] Error 1 gcc -m32 /build/math/cargf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/cargf128.o -MD -MP -MF /build/math/cargf128.o.dt -MT /build/math/cargf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/cargf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/cargf128.o] Error 1 gcc -m32 /build/math/conjf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/conjf128.o -MD -MP -MF /build/math/conjf128.o.dt -MT /build/math/conjf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/conjf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/conjf128.o] Error 1 gcc -m32 /build/math/cimagf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/cimagf128.o -MD -MP -MF /build/math/cimagf128.o.dt -MT /build/math/cimagf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/cimagf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/cimagf128.o] Error 1 gcc -m32 /build/math/crealf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/crealf128.o -MD -MP -MF /build/math/crealf128.o.dt -MT /build/math/crealf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/crealf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/crealf128.o] Error 1 gcc -m32 /build/math/cabsf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/cabsf128.o -MD -MP -MF /build/math/cabsf128.o.dt -MT /build/math/cabsf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/cabsf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/cabsf128.o] Error 1 gcc -m32 /build/math/s_cacosf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-cacosf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_cacosf128.o -MD -MP -MF /build/math/s_cacosf128.o.dt -MT /build/math/s_cacosf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_cacosf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_cacosf128.o] Error 1 gcc -m32 /build/math/s_cacoshf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-cacoshf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_cacoshf128.o -MD -MP -MF /build/math/s_cacoshf128.o.dt -MT /build/math/s_cacoshf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_cacoshf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_cacoshf128.o] Error 1 gcc -m32 /build/math/s_ccosf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-ccosf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ccosf128.o -MD -MP -MF /build/math/s_ccosf128.o.dt -MT /build/math/s_ccosf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_ccosf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_ccosf128.o] Error 1 gcc -m32 /build/math/s_ccoshf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-ccoshf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ccoshf128.o -MD -MP -MF /build/math/s_ccoshf128.o.dt -MT /build/math/s_ccoshf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_ccoshf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_ccoshf128.o] Error 1 gcc -m32 /build/math/s_casinf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-casinf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_casinf128.o -MD -MP -MF /build/math/s_casinf128.o.dt -MT /build/math/s_casinf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_casinf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_casinf128.o] Error 1 gcc -m32 /build/math/s_csinf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-csinf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_csinf128.o -MD -MP -MF /build/math/s_csinf128.o.dt -MT /build/math/s_csinf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_csinf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_csinf128.o] Error 1 gcc -m32 /build/math/s_casinhf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-casinhf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_casinhf128.o -MD -MP -MF /build/math/s_casinhf128.o.dt -MT /build/math/s_casinhf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_casinhf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_casinhf128.o] Error 1 gcc -m32 /build/math/k_casinhf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/k_casinhf128.o -MD -MP -MF /build/math/k_casinhf128.o.dt -MT /build/math/k_casinhf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/k_casinhf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/k_casinhf128.o] Error 1 gcc -m32 /build/math/s_csinhf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-csinhf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_csinhf128.o -MD -MP -MF /build/math/s_csinhf128.o.dt -MT /build/math/s_csinhf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_csinhf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_csinhf128.o] Error 1 gcc -m32 /build/math/s_catanhf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-catanhf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_catanhf128.o -MD -MP -MF /build/math/s_catanhf128.o.dt -MT /build/math/s_catanhf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_catanhf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_catanhf128.o] Error 1 gcc -m32 /build/math/s_catanf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-catanf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_catanf128.o -MD -MP -MF /build/math/s_catanf128.o.dt -MT /build/math/s_catanf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_catanf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_catanf128.o] Error 1 gcc -m32 /build/math/s_ctanf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-ctanf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ctanf128.o -MD -MP -MF /build/math/s_ctanf128.o.dt -MT /build/math/s_ctanf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_ctanf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_ctanf128.o] Error 1 gcc -m32 /build/math/s_ctanhf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-ctanhf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ctanhf128.o -MD -MP -MF /build/math/s_ctanhf128.o.dt -MT /build/math/s_ctanhf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_ctanhf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_ctanhf128.o] Error 1 gcc -m32 /build/math/s_cexpf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-cexpf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_cexpf128.o -MD -MP -MF /build/math/s_cexpf128.o.dt -MT /build/math/s_cexpf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_cexpf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_cexpf128.o] Error 1 gcc -m32 /build/math/s_clogf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-clogf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_clogf128.o -MD -MP -MF /build/math/s_clogf128.o.dt -MT /build/math/s_clogf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_clogf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_clogf128.o] Error 1 gcc -m32 /build/math/s_cprojf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-cprojf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_cprojf128.o -MD -MP -MF /build/math/s_cprojf128.o.dt -MT /build/math/s_cprojf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_cprojf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_cprojf128.o] Error 1 gcc -m32 /build/math/s_csqrtf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-csqrtf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_csqrtf128.o -MD -MP -MF /build/math/s_csqrtf128.o.dt -MT /build/math/s_csqrtf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_csqrtf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_csqrtf128.o] Error 1 gcc -m32 /build/math/s_cpowf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-cpowf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_cpowf128.o -MD -MP -MF /build/math/s_cpowf128.o.dt -MT /build/math/s_cpowf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_cpowf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_cpowf128.o] Error 1 gcc -m32 /build/math/s_clog10f128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-clog10f64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_clog10f128.o -MD -MP -MF /build/math/s_clog10f128.o.dt -MT /build/math/s_clog10f128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_clog10f128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_clog10f128.o] Error 1 gcc -m32 /build/math/s_fdimf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fdimf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fdimf128.o -MD -MP -MF /build/math/s_fdimf128.o.dt -MT /build/math/s_fdimf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_fdimf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fdimf128.o] Error 1 gcc -m32 /build/math/s_nextdownf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-nextdownf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_nextdownf128.o -MD -MP -MF /build/math/s_nextdownf128.o.dt -MT /build/math/s_nextdownf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_nextdownf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_nextdownf128.o] Error 1 gcc -m32 /build/math/s_fmaxf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fmaxf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fmaxf128.o -MD -MP -MF /build/math/s_fmaxf128.o.dt -MT /build/math/s_fmaxf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_fmaxf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fmaxf128.o] Error 1 gcc -m32 /build/math/s_fminf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fminf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fminf128.o -MD -MP -MF /build/math/s_fminf128.o.dt -MT /build/math/s_fminf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_fminf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fminf128.o] Error 1 gcc -m32 /build/math/s_nanf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-nanf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_nanf128.o -MD -MP -MF /build/math/s_nanf128.o.dt -MT /build/math/s_nanf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_nanf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_nanf128.o] Error 1 gcc -m32 /build/math/s_iseqsigf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_iseqsigf128.o -MD -MP -MF /build/math/s_iseqsigf128.o.dt -MT /build/math/s_iseqsigf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_iseqsigf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_iseqsigf128.o] Error 1 gcc -m32 /build/math/s_canonicalizef128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-canonicalizef64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_canonicalizef128.o -MD -MP -MF /build/math/s_canonicalizef128.o.dt -MT /build/math/s_canonicalizef128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_canonicalizef128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_canonicalizef128.o] Error 1 gcc -m32 /build/math/w_ilogbf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-ilogbf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_ilogbf128.o -MD -MP -MF /build/math/w_ilogbf128.o.dt -MT /build/math/w_ilogbf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/w_ilogbf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_ilogbf128.o] Error 1 gcc -m32 /build/math/w_llogbf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-llogbf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_llogbf128.o -MD -MP -MF /build/math/w_llogbf128.o.dt -MT /build/math/w_llogbf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/w_llogbf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_llogbf128.o] Error 1 gcc -m32 /build/math/w_log1pf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-log1pf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_log1pf128.o -MD -MP -MF /build/math/w_log1pf128.o.dt -MT /build/math/w_log1pf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/w_log1pf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_log1pf128.o] Error 1 gcc -m32 /build/math/w_scalblnf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-scalblnf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_scalblnf128.o -MD -MP -MF /build/math/w_scalblnf128.o.dt -MT /build/math/w_scalblnf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/w_scalblnf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_scalblnf128.o] Error 1 gcc -m32 /build/math/s_fmaxmagf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fmaxmagf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fmaxmagf128.o -MD -MP -MF /build/math/s_fmaxmagf128.o.dt -MT /build/math/s_fmaxmagf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_fmaxmagf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fmaxmagf128.o] Error 1 gcc -m32 /build/math/s_fminmagf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fminmagf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fminmagf128.o -MD -MP -MF /build/math/s_fminmagf128.o.dt -MT /build/math/s_fminmagf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_fminmagf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fminmagf128.o] Error 1 gcc -m32 /build/math/w_acosf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-acosf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_acosf128.o -MD -MP -MF /build/math/w_acosf128.o.dt -MT /build/math/w_acosf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/w_acosf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_acosf128.o] Error 1 gcc -m32 /build/math/w_acoshf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-acoshf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_acoshf128.o -MD -MP -MF /build/math/w_acoshf128.o.dt -MT /build/math/w_acoshf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/w_acoshf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_acoshf128.o] Error 1 gcc -m32 /build/math/w_asinf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-asinf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_asinf128.o -MD -MP -MF /build/math/w_asinf128.o.dt -MT /build/math/w_asinf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/w_asinf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_asinf128.o] Error 1 gcc -m32 /build/math/w_atan2f128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-atan2f64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_atan2f128.o -MD -MP -MF /build/math/w_atan2f128.o.dt -MT /build/math/w_atan2f128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/w_atan2f128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_atan2f128.o] Error 1 gcc -m32 /build/math/w_atanhf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-atanhf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_atanhf128.o -MD -MP -MF /build/math/w_atanhf128.o.dt -MT /build/math/w_atanhf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/w_atanhf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_atanhf128.o] Error 1 gcc -m32 /build/math/w_coshf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-coshf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_coshf128.o -MD -MP -MF /build/math/w_coshf128.o.dt -MT /build/math/w_coshf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/w_coshf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_coshf128.o] Error 1 gcc -m32 /build/math/w_exp10f128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-exp10f64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_exp10f128.o -MD -MP -MF /build/math/w_exp10f128.o.dt -MT /build/math/w_exp10f128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/w_exp10f128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_exp10f128.o] Error 1 gcc -m32 /build/math/w_exp2f128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_exp2f128.o -MD -MP -MF /build/math/w_exp2f128.o.dt -MT /build/math/w_exp2f128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/w_exp2f128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_exp2f128.o] Error 1 gcc -m32 /build/math/w_fmodf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fmodf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_fmodf128.o -MD -MP -MF /build/math/w_fmodf128.o.dt -MT /build/math/w_fmodf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/w_fmodf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_fmodf128.o] Error 1 gcc -m32 /build/math/w_hypotf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-hypotf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_hypotf128.o -MD -MP -MF /build/math/w_hypotf128.o.dt -MT /build/math/w_hypotf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/w_hypotf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_hypotf128.o] Error 1 gcc -m32 /build/math/w_j0f128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-j0f64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_j0f128.o -MD -MP -MF /build/math/w_j0f128.o.dt -MT /build/math/w_j0f128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/w_j0f128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_j0f128.o] Error 1 gcc -m32 /build/math/w_j1f128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-j1f64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_j1f128.o -MD -MP -MF /build/math/w_j1f128.o.dt -MT /build/math/w_j1f128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/w_j1f128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_j1f128.o] Error 1 gcc -m32 /build/math/w_jnf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-jnf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_jnf128.o -MD -MP -MF /build/math/w_jnf128.o.dt -MT /build/math/w_jnf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/w_jnf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_jnf128.o] Error 1 gcc -m32 /build/math/w_logf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_logf128.o -MD -MP -MF /build/math/w_logf128.o.dt -MT /build/math/w_logf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/w_logf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_logf128.o] Error 1 gcc -m32 /build/math/w_log10f128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-log10f64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_log10f128.o -MD -MP -MF /build/math/w_log10f128.o.dt -MT /build/math/w_log10f128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/w_log10f128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_log10f128.o] Error 1 gcc -m32 /build/math/w_log2f128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_log2f128.o -MD -MP -MF /build/math/w_log2f128.o.dt -MT /build/math/w_log2f128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/w_log2f128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_log2f128.o] Error 1 gcc -m32 /build/math/w_powf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_powf128.o -MD -MP -MF /build/math/w_powf128.o.dt -MT /build/math/w_powf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/w_powf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_powf128.o] Error 1 gcc -m32 /build/math/w_remainderf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-remainderf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_remainderf128.o -MD -MP -MF /build/math/w_remainderf128.o.dt -MT /build/math/w_remainderf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/w_remainderf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_remainderf128.o] Error 1 gcc -m32 /build/math/w_sinhf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-sinhf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_sinhf128.o -MD -MP -MF /build/math/w_sinhf128.o.dt -MT /build/math/w_sinhf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/w_sinhf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_sinhf128.o] Error 1 gcc -m32 /build/math/w_sqrtf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-sqrtf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_sqrtf128.o -MD -MP -MF /build/math/w_sqrtf128.o.dt -MT /build/math/w_sqrtf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/w_sqrtf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_sqrtf128.o] Error 1 gcc -m32 /build/math/w_tgammaf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-tgammaf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_tgammaf128.o -MD -MP -MF /build/math/w_tgammaf128.o.dt -MT /build/math/w_tgammaf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/w_tgammaf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_tgammaf128.o] Error 1 gcc -m32 /build/math/w_lgammaf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-lgammaf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_lgammaf128.o -MD -MP -MF /build/math/w_lgammaf128.o.dt -MT /build/math/w_lgammaf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/w_lgammaf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_lgammaf128.o] Error 1 gcc -m32 /build/math/w_lgammaf128_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-lgammaf64x_r -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_lgammaf128_r.o -MD -MP -MF /build/math/w_lgammaf128_r.o.dt -MT /build/math/w_lgammaf128_r.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/w_lgammaf128_r.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_lgammaf128_r.o] Error 1 gcc -m32 /build/math/w_expf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_expf128.o -MD -MP -MF /build/math/w_expf128.o.dt -MT /build/math/w_expf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/w_expf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_expf128.o] Error 1 gcc -m32 /build/math/e_exp2f128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-exp2f64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_exp2f128.o -MD -MP -MF /build/math/e_exp2f128.o.dt -MT /build/math/e_exp2f128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/e_exp2f128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/e_exp2f128.o] Error 1 gcc -m32 /build/math/s_fmaximumf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fmaximumf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fmaximumf128.o -MD -MP -MF /build/math/s_fmaximumf128.o.dt -MT /build/math/s_fmaximumf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_fmaximumf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fmaximumf128.o] Error 1 gcc -m32 /build/math/s_fmaximum_magf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fmaximum_magf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fmaximum_magf128.o -MD -MP -MF /build/math/s_fmaximum_magf128.o.dt -MT /build/math/s_fmaximum_magf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_fmaximum_magf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fmaximum_magf128.o] Error 1 gcc -m32 /build/math/s_fmaximum_numf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fmaximum_numf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fmaximum_numf128.o -MD -MP -MF /build/math/s_fmaximum_numf128.o.dt -MT /build/math/s_fmaximum_numf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_fmaximum_numf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fmaximum_numf128.o] Error 1 gcc -m32 /build/math/s_fmaximum_mag_numf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fmaximum_mag_numf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fmaximum_mag_numf128.o -MD -MP -MF /build/math/s_fmaximum_mag_numf128.o.dt -MT /build/math/s_fmaximum_mag_numf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_fmaximum_mag_numf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fmaximum_mag_numf128.o] Error 1 gcc -m32 /build/math/s_fminimumf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fminimumf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fminimumf128.o -MD -MP -MF /build/math/s_fminimumf128.o.dt -MT /build/math/s_fminimumf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_fminimumf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fminimumf128.o] Error 1 gcc -m32 /build/math/s_fminimum_magf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fminimum_magf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fminimum_magf128.o -MD -MP -MF /build/math/s_fminimum_magf128.o.dt -MT /build/math/s_fminimum_magf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_fminimum_magf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fminimum_magf128.o] Error 1 gcc -m32 /build/math/s_fminimum_numf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fminimum_numf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fminimum_numf128.o -MD -MP -MF /build/math/s_fminimum_numf128.o.dt -MT /build/math/s_fminimum_numf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_fminimum_numf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fminimum_numf128.o] Error 1 gcc -m32 /build/math/s_fminimum_mag_numf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-fminimum_mag_numf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fminimum_mag_numf128.o -MD -MP -MF /build/math/s_fminimum_mag_numf128.o.dt -MT /build/math/s_fminimum_mag_numf128.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_fminimum_mag_numf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fminimum_mag_numf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/k_sinl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/k_sinl.o -MD -MP -MF /build/math/k_sinl.o.dt -MT /build/math/k_sinl.o In file included from ../bits/libc-header-start.h:33, from ../include/float.h:5, from ../sysdeps/ieee754/ldbl-96/k_sinl.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/k_sinl.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/k_cosl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/k_cosl.o -MD -MP -MF /build/math/k_cosl.o.dt -MT /build/math/k_cosl.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/k_cosl.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/k_cosl.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_iscanonicall.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_iscanonicall.o -MD -MP -MF /build/math/s_iscanonicall.o.dt -MT /build/math/s_iscanonicall.o In file included from ../bits/libc-header-start.h:33, from ../include/float.h:5, from ../sysdeps/ieee754/ldbl-96/s_iscanonicall.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/s_iscanonicall.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/e_rem_pio2l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_rem_pio2l.o -MD -MP -MF /build/math/e_rem_pio2l.o.dt -MT /build/math/e_rem_pio2l.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/e_rem_pio2l.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/e_rem_pio2l.o] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/branred.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -ffp-contract=off -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/branred.o -MD -MP -MF /build/math/branred.o.dt -MT /build/math/branred.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/ieee754/dbl-64/branred.c:34: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:893: /build/math/branred.o] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/k_rem_pio2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/k_rem_pio2.o -MD -MP -MF /build/math/k_rem_pio2.o.dt -MT /build/math/k_rem_pio2.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/k_rem_pio2.c:133: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:893: /build/math/k_rem_pio2.o] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/sincostab.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/sincostab.o -MD -MP -MF /build/math/sincostab.o.dt -MT /build/math/sincostab.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/ieee754/dbl-64/sincostab.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:893: /build/math/sincostab.o] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/math_errf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/math_errf.o -MD -MP -MF /build/math/math_errf.o.dt -MT /build/math/math_errf.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/math_config.h:22, from ../sysdeps/ieee754/flt-32/math_errf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:927: /build/math/math_errf.o] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/e_exp2f_data.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_exp2f_data.o -MD -MP -MF /build/math/e_exp2f_data.o.dt -MT /build/math/e_exp2f_data.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/math_config.h:22, from ../sysdeps/ieee754/flt-32/e_exp2f_data.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:927: /build/math/e_exp2f_data.o] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/e_logf_data.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_logf_data.o -MD -MP -MF /build/math/e_logf_data.o.dt -MT /build/math/e_logf_data.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/math_config.h:22, from ../sysdeps/ieee754/flt-32/e_logf_data.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:927: /build/math/e_logf_data.o] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/e_log2f_data.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_log2f_data.o -MD -MP -MF /build/math/e_log2f_data.o.dt -MT /build/math/e_log2f_data.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/math_config.h:22, from ../sysdeps/ieee754/flt-32/e_log2f_data.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:927: /build/math/e_log2f_data.o] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/e_powf_log2_data.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_powf_log2_data.o -MD -MP -MF /build/math/e_powf_log2_data.o.dt -MT /build/math/e_powf_log2_data.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/math_config.h:22, from ../sysdeps/ieee754/flt-32/e_powf_log2_data.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:927: /build/math/e_powf_log2_data.o] Error 1 gcc -m32 ../sysdeps/x86/fpu/s_sincosf_data.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_sincosf_data.o -MD -MP -MF /build/math/s_sincosf_data.o.dt -MT /build/math/s_sincosf_data.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../sysdeps/x86/fpu/s_sincosf_data.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:689: /build/math/s_sincosf_data.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/t_sincosf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/t_sincosf128.o -MD -MP -MF /build/math/t_sincosf128.o.dt -MT /build/math/t_sincosf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/t_sincosf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/t_sincosf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/k_sinf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/k_sinf128.o -MD -MP -MF /build/math/k_sinf128.o.dt -MT /build/math/k_sinf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/k_sinf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/k_sinf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/k_cosf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/k_cosf128.o -MD -MP -MF /build/math/k_cosf128.o.dt -MT /build/math/k_cosf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/k_cosf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/k_cosf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/k_sincosf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/k_sincosf128.o -MD -MP -MF /build/math/k_sincosf128.o.dt -MT /build/math/k_sincosf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/k_sincosf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/k_sincosf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/e_rem_pio2f128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_rem_pio2f128.o -MD -MP -MF /build/math/e_rem_pio2f128.o.dt -MT /build/math/e_rem_pio2f128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/e_rem_pio2f128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/e_rem_pio2f128.o] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_fadd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-f32addf32x -fno-builtin-f32addf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fadd.o -MD -MP -MF /build/math/s_fadd.o.dt -MT /build/math/s_fadd.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/s_fadd.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:893: /build/math/s_fadd.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_f32xaddf64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_f32xaddf64.o -MD -MP -MF /build/math/s_f32xaddf64.o.dt -MT /build/math/s_f32xaddf64.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/i386/fpu/s_f32xaddf64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:655: /build/math/s_f32xaddf64.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_faddl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-f32addf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_faddl.o -MD -MP -MF /build/math/s_faddl.o.dt -MT /build/math/s_faddl.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/s_faddl.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/s_faddl.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_daddl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-f64addf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_daddl.o -MD -MP -MF /build/math/s_daddl.o.dt -MT /build/math/s_daddl.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/s_daddl.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/s_daddl.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_f32addf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_f32addf128.o -MD -MP -MF /build/math/s_f32addf128.o.dt -MT /build/math/s_f32addf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_f32addf128.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_f32addf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_f64addf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_f64addf128.o -MD -MP -MF /build/math/s_f64addf128.o.dt -MT /build/math/s_f64addf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_f64addf128.c:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_f64addf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_f64xaddf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_f64xaddf128.o -MD -MP -MF /build/math/s_f64xaddf128.o.dt -MT /build/math/s_f64xaddf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_f64xaddf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_f64xaddf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_fdiv.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-f32divf32x -fno-builtin-f32divf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fdiv.o -MD -MP -MF /build/math/s_fdiv.o.dt -MT /build/math/s_fdiv.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/s_fdiv.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:893: /build/math/s_fdiv.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_f32xdivf64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_f32xdivf64.o -MD -MP -MF /build/math/s_f32xdivf64.o.dt -MT /build/math/s_f32xdivf64.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/i386/fpu/s_f32xdivf64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:655: /build/math/s_f32xdivf64.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_fdivl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-f32divf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fdivl.o -MD -MP -MF /build/math/s_fdivl.o.dt -MT /build/math/s_fdivl.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/s_fdivl.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/s_fdivl.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_ddivl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-f64divf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ddivl.o -MD -MP -MF /build/math/s_ddivl.o.dt -MT /build/math/s_ddivl.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/s_ddivl.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/s_ddivl.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_f32divf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_f32divf128.o -MD -MP -MF /build/math/s_f32divf128.o.dt -MT /build/math/s_f32divf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_f32divf128.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_f32divf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_f64divf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_f64divf128.o -MD -MP -MF /build/math/s_f64divf128.o.dt -MT /build/math/s_f64divf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_f64divf128.c:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_f64divf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_f64xdivf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_f64xdivf128.o -MD -MP -MF /build/math/s_f64xdivf128.o.dt -MT /build/math/s_f64xdivf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_f64xdivf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_f64xdivf128.o] Error 1 gcc -m32 ../sysdeps/x86/fpu/s_ffma.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-f32fmaf32x -fno-builtin-f32fmaf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ffma.o -MD -MP -MF /build/math/s_ffma.o.dt -MT /build/math/s_ffma.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/x86/fpu/s_ffma.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:689: /build/math/s_ffma.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_ffmal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-f32fmaf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ffmal.o -MD -MP -MF /build/math/s_ffmal.o.dt -MT /build/math/s_ffmal.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/s_ffmal.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/s_ffmal.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_dfmal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-f64fmaf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_dfmal.o -MD -MP -MF /build/math/s_dfmal.o.dt -MT /build/math/s_dfmal.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/s_dfmal.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/s_dfmal.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_f32fmaf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_f32fmaf128.o -MD -MP -MF /build/math/s_f32fmaf128.o.dt -MT /build/math/s_f32fmaf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_f32fmaf128.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_f32fmaf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_f64fmaf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_f64fmaf128.o -MD -MP -MF /build/math/s_f64fmaf128.o.dt -MT /build/math/s_f64fmaf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_f64fmaf128.c:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_f64fmaf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_f64xfmaf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_f64xfmaf128.o -MD -MP -MF /build/math/s_f64xfmaf128.o.dt -MT /build/math/s_f64xfmaf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_f64xfmaf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_f64xfmaf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_fmul.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-f32mulf32x -fno-builtin-f32mulf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fmul.o -MD -MP -MF /build/math/s_fmul.o.dt -MT /build/math/s_fmul.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/s_fmul.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:893: /build/math/s_fmul.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_f32xmulf64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_f32xmulf64.o -MD -MP -MF /build/math/s_f32xmulf64.o.dt -MT /build/math/s_f32xmulf64.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/i386/fpu/s_f32xmulf64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:655: /build/math/s_f32xmulf64.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_fmull.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-f32mulf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fmull.o -MD -MP -MF /build/math/s_fmull.o.dt -MT /build/math/s_fmull.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/s_fmull.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/s_fmull.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_dmull.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-f64mulf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_dmull.o -MD -MP -MF /build/math/s_dmull.o.dt -MT /build/math/s_dmull.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/s_dmull.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/s_dmull.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_f32mulf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_f32mulf128.o -MD -MP -MF /build/math/s_f32mulf128.o.dt -MT /build/math/s_f32mulf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_f32mulf128.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_f32mulf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_f64mulf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_f64mulf128.o -MD -MP -MF /build/math/s_f64mulf128.o.dt -MT /build/math/s_f64mulf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_f64mulf128.c:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_f64mulf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_f64xmulf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_f64xmulf128.o -MD -MP -MF /build/math/s_f64xmulf128.o.dt -MT /build/math/s_f64xmulf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_f64xmulf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_f64xmulf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_fsqrt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-f32sqrtf32x -fno-builtin-f32sqrtf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fsqrt.o -MD -MP -MF /build/math/s_fsqrt.o.dt -MT /build/math/s_fsqrt.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/s_fsqrt.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:893: /build/math/s_fsqrt.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_fsqrtl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-f32sqrtf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fsqrtl.o -MD -MP -MF /build/math/s_fsqrtl.o.dt -MT /build/math/s_fsqrtl.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/s_fsqrtl.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/s_fsqrtl.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_dsqrtl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-f64sqrtf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_dsqrtl.o -MD -MP -MF /build/math/s_dsqrtl.o.dt -MT /build/math/s_dsqrtl.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/s_dsqrtl.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/s_dsqrtl.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_f32sqrtf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_f32sqrtf128.o -MD -MP -MF /build/math/s_f32sqrtf128.o.dt -MT /build/math/s_f32sqrtf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_f32sqrtf128.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_f32sqrtf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_f64sqrtf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_f64sqrtf128.o -MD -MP -MF /build/math/s_f64sqrtf128.o.dt -MT /build/math/s_f64sqrtf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_f64sqrtf128.c:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_f64sqrtf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_f64xsqrtf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_f64xsqrtf128.o -MD -MP -MF /build/math/s_f64xsqrtf128.o.dt -MT /build/math/s_f64xsqrtf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_f64xsqrtf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_f64xsqrtf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_fsub.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-f32subf32x -fno-builtin-f32subf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fsub.o -MD -MP -MF /build/math/s_fsub.o.dt -MT /build/math/s_fsub.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/s_fsub.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:893: /build/math/s_fsub.o] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_f32xsubf64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_f32xsubf64.o -MD -MP -MF /build/math/s_f32xsubf64.o.dt -MT /build/math/s_f32xsubf64.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/i386/fpu/s_f32xsubf64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:655: /build/math/s_f32xsubf64.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_fsubl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-f32subf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fsubl.o -MD -MP -MF /build/math/s_fsubl.o.dt -MT /build/math/s_fsubl.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/s_fsubl.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/s_fsubl.o] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_dsubl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -fno-builtin-f64subf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_dsubl.o -MD -MP -MF /build/math/s_dsubl.o.dt -MT /build/math/s_dsubl.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/s_dsubl.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:859: /build/math/s_dsubl.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_f32subf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_f32subf128.o -MD -MP -MF /build/math/s_f32subf128.o.dt -MT /build/math/s_f32subf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_f32subf128.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_f32subf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_f64subf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_f64subf128.o -MD -MP -MF /build/math/s_f64subf128.o.dt -MT /build/math/s_f64subf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_f64subf128.c:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_f64subf128.o] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_f64xsubf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_f64xsubf128.o -MD -MP -MF /build/math/s_f64xsubf128.o.dt -MT /build/math/s_f64xsubf128.o In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_f64xsubf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:825: /build/math/s_f64xsubf128.o] Error 1 gcc -m32 ../sysdeps/i386/i686/fpu/multiarch/e_exp2f-sse2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -msse2 -mfpmath=sse -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_exp2f-sse2.o -MD -MP -MF /build/math/e_exp2f-sse2.o.dt -MT /build/math/e_exp2f-sse2.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/e_exp2f.c:19, from ../sysdeps/i386/i686/fpu/multiarch/e_exp2f-sse2.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:519: /build/math/e_exp2f-sse2.o] Error 1 gcc -m32 ../sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -msse2 -mfpmath=sse -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_expf-sse2.o -MD -MP -MF /build/math/e_expf-sse2.o.dt -MT /build/math/e_expf-sse2.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/e_expf.c:24, from ../sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:519: /build/math/e_expf-sse2.o] Error 1 gcc -m32 ../sysdeps/i386/i686/fpu/multiarch/e_logf-sse2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -msse2 -mfpmath=sse -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_logf-sse2.o -MD -MP -MF /build/math/e_logf-sse2.o.dt -MT /build/math/e_logf-sse2.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/e_logf.c:19, from ../sysdeps/i386/i686/fpu/multiarch/e_logf-sse2.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:519: /build/math/e_logf-sse2.o] Error 1 gcc -m32 ../sysdeps/i386/i686/fpu/multiarch/e_log2f-sse2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -msse2 -mfpmath=sse -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_log2f-sse2.o -MD -MP -MF /build/math/e_log2f-sse2.o.dt -MT /build/math/e_log2f-sse2.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/e_log2f.c:19, from ../sysdeps/i386/i686/fpu/multiarch/e_log2f-sse2.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:519: /build/math/e_log2f-sse2.o] Error 1 gcc -m32 ../sysdeps/i386/i686/fpu/multiarch/e_powf-sse2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -msse2 -mfpmath=sse -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_powf-sse2.o -MD -MP -MF /build/math/e_powf-sse2.o.dt -MT /build/math/e_powf-sse2.o In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/e_powf.c:19, from ../sysdeps/i386/i686/fpu/multiarch/e_powf-sse2.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:519: /build/math/e_powf-sse2.o] Error 1 gcc -m32 ../sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -msse2 -mfpmath=sse -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_sinf-sse2.o -MD -MP -MF /build/math/s_sinf-sse2.o.dt -MT /build/math/s_sinf-sse2.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../sysdeps/ieee754/flt-32/s_sinf.c:19, from ../sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:519: /build/math/s_sinf-sse2.o] Error 1 gcc -m32 ../sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -msse2 -mfpmath=sse -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_cosf-sse2.o -MD -MP -MF /build/math/s_cosf-sse2.o.dt -MT /build/math/s_cosf-sse2.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../sysdeps/ieee754/flt-32/s_cosf.c:19, from ../sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:519: /build/math/s_cosf-sse2.o] Error 1 gcc -m32 ../sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIE -msse2 -mfpmath=sse -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_sincosf-sse2.o -MD -MP -MF /build/math/s_sincosf-sse2.o.dt -MT /build/math/s_sincosf-sse2.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/flt-32/s_sincosf.c:19, from ../sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:519: /build/math/s_sincosf-sse2.o] Error 1 gcc -m32 ../sysdeps/ieee754/s_signgam.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_signgam.os -MD -MP -MF /build/math/s_signgam.os.dt -MT /build/math/s_signgam.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/s_signgam.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:977: /build/math/s_signgam.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/fclrexcpt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/fclrexcpt.os -MD -MP -MF /build/math/fclrexcpt.os.dt -MT /build/math/fclrexcpt.os In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from ../sysdeps/i386/fpu/fclrexcpt.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:671: /build/math/fclrexcpt.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/fgetexcptflg.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/fgetexcptflg.os -MD -MP -MF /build/math/fgetexcptflg.os.dt -MT /build/math/fgetexcptflg.os In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from ../sysdeps/i386/fpu/fgetexcptflg.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:671: /build/math/fgetexcptflg.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/fraiseexcpt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/fraiseexcpt.os -MD -MP -MF /build/math/fraiseexcpt.os.dt -MT /build/math/fraiseexcpt.os In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from ../sysdeps/i386/fpu/fraiseexcpt.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:671: /build/math/fraiseexcpt.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/fsetexcptflg.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/fsetexcptflg.os -MD -MP -MF /build/math/fsetexcptflg.os.dt -MT /build/math/fsetexcptflg.os In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from ../sysdeps/i386/fpu/fsetexcptflg.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:671: /build/math/fsetexcptflg.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/ftestexcept.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/ftestexcept.os -MD -MP -MF /build/math/ftestexcept.os.dt -MT /build/math/ftestexcept.os In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from ../sysdeps/i386/fpu/ftestexcept.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:671: /build/math/ftestexcept.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/fegetround.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/fegetround.os -MD -MP -MF /build/math/fegetround.os.dt -MT /build/math/fegetround.os In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from ../sysdeps/i386/fpu/fegetround.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:671: /build/math/fegetround.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/fesetround.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/fesetround.os -MD -MP -MF /build/math/fesetround.os.dt -MT /build/math/fesetround.os In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from ../sysdeps/i386/fpu/fesetround.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:671: /build/math/fesetround.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/fegetenv.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/fegetenv.os -MD -MP -MF /build/math/fegetenv.os.dt -MT /build/math/fegetenv.os In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from ../sysdeps/i386/fpu/fegetenv.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:671: /build/math/fegetenv.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/feholdexcpt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/feholdexcpt.os -MD -MP -MF /build/math/feholdexcpt.os.dt -MT /build/math/feholdexcpt.os In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from ../sysdeps/i386/fpu/feholdexcpt.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:671: /build/math/feholdexcpt.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/fesetenv.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/fesetenv.os -MD -MP -MF /build/math/fesetenv.os.dt -MT /build/math/fesetenv.os In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from ../sysdeps/i386/fpu/fesetenv.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:671: /build/math/fesetenv.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/feupdateenv.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/feupdateenv.os -MD -MP -MF /build/math/feupdateenv.os.dt -MT /build/math/feupdateenv.os In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from ../sysdeps/i386/fpu/feupdateenv.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:671: /build/math/feupdateenv.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/fedisblxcpt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/fedisblxcpt.os -MD -MP -MF /build/math/fedisblxcpt.os.dt -MT /build/math/fedisblxcpt.os In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from ../sysdeps/i386/fpu/fedisblxcpt.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:671: /build/math/fedisblxcpt.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/feenablxcpt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/feenablxcpt.os -MD -MP -MF /build/math/feenablxcpt.os.dt -MT /build/math/feenablxcpt.os In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from ../sysdeps/i386/fpu/feenablxcpt.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:671: /build/math/feenablxcpt.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/fegetexcept.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/fegetexcept.os -MD -MP -MF /build/math/fegetexcept.os.dt -MT /build/math/fegetexcept.os In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from ../sysdeps/i386/fpu/fegetexcept.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:671: /build/math/fegetexcept.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/fesetexcept.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/fesetexcept.os -MD -MP -MF /build/math/fesetexcept.os.dt -MT /build/math/fesetexcept.os In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from ../sysdeps/i386/fpu/fesetexcept.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:671: /build/math/fesetexcept.os] Error 1 gcc -m32 fetestexceptflag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/fetestexceptflag.os -MD -MP -MF /build/math/fetestexceptflag.os.dt -MT /build/math/fetestexceptflag.os In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from fetestexceptflag.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/fetestexceptflag.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/fegetmode.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/fegetmode.os -MD -MP -MF /build/math/fegetmode.os.dt -MT /build/math/fegetmode.os In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from ../sysdeps/i386/fpu/fegetmode.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:671: /build/math/fegetmode.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/fesetmode.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/fesetmode.os -MD -MP -MF /build/math/fesetmode.os.dt -MT /build/math/fesetmode.os In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from ../sysdeps/i386/fpu/fesetmode.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:671: /build/math/fesetmode.os] Error 1 gcc -m32 ../sysdeps/x86/fpu/powl_helper.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/powl_helper.os -MD -MP -MF /build/math/powl_helper.os.dt -MT /build/math/powl_helper.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/x86/fpu/powl_helper.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:705: /build/math/powl_helper.os] Error 1 gcc -m32 w_acosl_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_acosl_compat.os -MD -MP -MF /build/math/w_acosl_compat.os.dt -MT /build/math/w_acosl_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from w_acosl_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_acosl_compat.os] Error 1 gcc -m32 w_acoshl_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_acoshl_compat.os -MD -MP -MF /build/math/w_acoshl_compat.os.dt -MT /build/math/w_acoshl_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_acoshl_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_acoshl_compat.os] Error 1 gcc -m32 w_asinl_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_asinl_compat.os -MD -MP -MF /build/math/w_asinl_compat.os.dt -MT /build/math/w_asinl_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from w_asinl_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_asinl_compat.os] Error 1 gcc -m32 w_atan2l_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_atan2l_compat.os -MD -MP -MF /build/math/w_atan2l_compat.os.dt -MT /build/math/w_atan2l_compat.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from w_atan2l_compat.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_atan2l_compat.os] Error 1 gcc -m32 w_atanhl_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_atanhl_compat.os -MD -MP -MF /build/math/w_atanhl_compat.os.dt -MT /build/math/w_atanhl_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_atanhl_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_atanhl_compat.os] Error 1 gcc -m32 w_coshl_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_coshl_compat.os -MD -MP -MF /build/math/w_coshl_compat.os.dt -MT /build/math/w_coshl_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_coshl_compat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_coshl_compat.os] Error 1 gcc -m32 w_exp2l_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_exp2l_compat.os -MD -MP -MF /build/math/w_exp2l_compat.os.dt -MT /build/math/w_exp2l_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_exp2l_compat.c:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_exp2l_compat.os] Error 1 gcc -m32 w_exp10l_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_exp10l_compat.os -MD -MP -MF /build/math/w_exp10l_compat.os.dt -MT /build/math/w_exp10l_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_exp10l_compat.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_exp10l_compat.os] Error 1 gcc -m32 w_fmodl_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_fmodl_compat.os -MD -MP -MF /build/math/w_fmodl_compat.os.dt -MT /build/math/w_fmodl_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_fmodl_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_fmodl_compat.os] Error 1 gcc -m32 w_hypotl_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_hypotl_compat.os -MD -MP -MF /build/math/w_hypotl_compat.os.dt -MT /build/math/w_hypotl_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_hypotl_compat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_hypotl_compat.os] Error 1 gcc -m32 w_j0l_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_j0l_compat.os -MD -MP -MF /build/math/w_j0l_compat.os.dt -MT /build/math/w_j0l_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from w_j0l_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_j0l_compat.os] Error 1 gcc -m32 w_j1l_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_j1l_compat.os -MD -MP -MF /build/math/w_j1l_compat.os.dt -MT /build/math/w_j1l_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from w_j1l_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_j1l_compat.os] Error 1 gcc -m32 w_jnl_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_jnl_compat.os -MD -MP -MF /build/math/w_jnl_compat.os.dt -MT /build/math/w_jnl_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_jnl_compat.c:45: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_jnl_compat.os] Error 1 gcc -m32 w_log2l_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_log2l_compat.os -MD -MP -MF /build/math/w_log2l_compat.os.dt -MT /build/math/w_log2l_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from w_log2l_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_log2l_compat.os] Error 1 gcc -m32 w_log10l_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_log10l_compat.os -MD -MP -MF /build/math/w_log10l_compat.os.dt -MT /build/math/w_log10l_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from w_log10l_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_log10l_compat.os] Error 1 gcc -m32 w_logl_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_logl_compat.os -MD -MP -MF /build/math/w_logl_compat.os.dt -MT /build/math/w_logl_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from w_logl_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_logl_compat.os] Error 1 gcc -m32 w_powl_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_powl_compat.os -MD -MP -MF /build/math/w_powl_compat.os.dt -MT /build/math/w_powl_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_powl_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_powl_compat.os] Error 1 gcc -m32 w_remainderl_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_remainderl_compat.os -MD -MP -MF /build/math/w_remainderl_compat.os.dt -MT /build/math/w_remainderl_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_remainderl_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_remainderl_compat.os] Error 1 gcc -m32 w_scalbl_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_scalbl_compat.os -MD -MP -MF /build/math/w_scalbl_compat.os.dt -MT /build/math/w_scalbl_compat.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from w_scalbl_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_scalbl_compat.os] Error 1 gcc -m32 w_sinhl_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_sinhl_compat.os -MD -MP -MF /build/math/w_sinhl_compat.os.dt -MT /build/math/w_sinhl_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_sinhl_compat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_sinhl_compat.os] Error 1 gcc -m32 w_sqrtl_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_sqrtl_compat.os -MD -MP -MF /build/math/w_sqrtl_compat.os.dt -MT /build/math/w_sqrtl_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_sqrtl_compat.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_sqrtl_compat.os] Error 1 gcc -m32 w_tgammal_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_tgammal_compat.os -MD -MP -MF /build/math/w_tgammal_compat.os.dt -MT /build/math/w_tgammal_compat.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from w_tgammal_compat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_tgammal_compat.os] Error 1 gcc -m32 w_lgammal_r_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_lgammal_r_compat.os -MD -MP -MF /build/math/w_lgammal_r_compat.os.dt -MT /build/math/w_lgammal_r_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_lgammal_r_compat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_lgammal_r_compat.os] Error 1 gcc -m32 w_lgammal_compat2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_lgammal_compat2.os -MD -MP -MF /build/math/w_lgammal_compat2.os.dt -MT /build/math/w_lgammal_compat2.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ./w_lgammal_main.c:21, from w_lgammal_compat2.c:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_lgammal_compat2.os] Error 1 gcc -m32 w_expl_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_expl_compat.os -MD -MP -MF /build/math/w_expl_compat.os.dt -MT /build/math/w_expl_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_expl_compat.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_expl_compat.os] Error 1 gcc -m32 w_lgamma_compatl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_lgamma_compatl.os -MD -MP -MF /build/math/w_lgamma_compatl.os.dt -MT /build/math/w_lgamma_compatl.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ./w_lgammal_main.c:21, from w_lgamma_compatl.c:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_lgamma_compatl.os] Error 1 gcc -m32 ../sysdeps/ieee754/k_standardl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/k_standardl.os -MD -MP -MF /build/math/k_standardl.os.dt -MT /build/math/k_standardl.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/k_standardl.c:33: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:977: /build/math/k_standardl.os] Error 1 gcc -m32 w_acos_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_acos_compat.os -MD -MP -MF /build/math/w_acos_compat.os.dt -MT /build/math/w_acos_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from w_acos_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_acos_compat.os] Error 1 gcc -m32 w_acosh_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_acosh_compat.os -MD -MP -MF /build/math/w_acosh_compat.os.dt -MT /build/math/w_acosh_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_acosh_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_acosh_compat.os] Error 1 gcc -m32 w_asin_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_asin_compat.os -MD -MP -MF /build/math/w_asin_compat.os.dt -MT /build/math/w_asin_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from w_asin_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_asin_compat.os] Error 1 gcc -m32 w_atan2_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_atan2_compat.os -MD -MP -MF /build/math/w_atan2_compat.os.dt -MT /build/math/w_atan2_compat.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from w_atan2_compat.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_atan2_compat.os] Error 1 gcc -m32 w_atanh_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_atanh_compat.os -MD -MP -MF /build/math/w_atanh_compat.os.dt -MT /build/math/w_atanh_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_atanh_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_atanh_compat.os] Error 1 gcc -m32 w_cosh_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_cosh_compat.os -MD -MP -MF /build/math/w_cosh_compat.os.dt -MT /build/math/w_cosh_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_cosh_compat.c:17: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_cosh_compat.os] Error 1 gcc -m32 w_exp2_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_exp2_compat.os -MD -MP -MF /build/math/w_exp2_compat.os.dt -MT /build/math/w_exp2_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_exp2_compat.c:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_exp2_compat.os] Error 1 gcc -m32 w_exp10_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_exp10_compat.os -MD -MP -MF /build/math/w_exp10_compat.os.dt -MT /build/math/w_exp10_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_exp10_compat.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_exp10_compat.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/w_fmod_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_fmod_compat.os -MD -MP -MF /build/math/w_fmod_compat.os.dt -MT /build/math/w_fmod_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../math/w_fmod_compat.c:18, from ../sysdeps/i386/fpu/w_fmod_compat.c:11: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:671: /build/math/w_fmod_compat.os] Error 1 gcc -m32 w_hypot_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_hypot_compat.os -MD -MP -MF /build/math/w_hypot_compat.os.dt -MT /build/math/w_hypot_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_hypot_compat.c:17: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_hypot_compat.os] Error 1 gcc -m32 w_j0_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_j0_compat.os -MD -MP -MF /build/math/w_j0_compat.os.dt -MT /build/math/w_j0_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from w_j0_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_j0_compat.os] Error 1 gcc -m32 w_j1_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_j1_compat.os -MD -MP -MF /build/math/w_j1_compat.os.dt -MT /build/math/w_j1_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from w_j1_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_j1_compat.os] Error 1 gcc -m32 w_jn_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_jn_compat.os -MD -MP -MF /build/math/w_jn_compat.os.dt -MT /build/math/w_jn_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from w_jn_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_jn_compat.os] Error 1 gcc -m32 w_log2_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_log2_compat.os -MD -MP -MF /build/math/w_log2_compat.os.dt -MT /build/math/w_log2_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from w_log2_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_log2_compat.os] Error 1 gcc -m32 w_log10_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_log10_compat.os -MD -MP -MF /build/math/w_log10_compat.os.dt -MT /build/math/w_log10_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from w_log10_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_log10_compat.os] Error 1 gcc -m32 w_log_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_log_compat.os -MD -MP -MF /build/math/w_log_compat.os.dt -MT /build/math/w_log_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from w_log_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_log_compat.os] Error 1 gcc -m32 w_pow_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_pow_compat.os -MD -MP -MF /build/math/w_pow_compat.os.dt -MT /build/math/w_pow_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_pow_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_pow_compat.os] Error 1 gcc -m32 w_remainder_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_remainder_compat.os -MD -MP -MF /build/math/w_remainder_compat.os.dt -MT /build/math/w_remainder_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_remainder_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_remainder_compat.os] Error 1 gcc -m32 w_scalb_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_scalb_compat.os -MD -MP -MF /build/math/w_scalb_compat.os.dt -MT /build/math/w_scalb_compat.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from w_scalb_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_scalb_compat.os] Error 1 gcc -m32 w_sinh_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_sinh_compat.os -MD -MP -MF /build/math/w_sinh_compat.os.dt -MT /build/math/w_sinh_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_sinh_compat.c:17: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_sinh_compat.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/w_sqrt_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_sqrt_compat.os -MD -MP -MF /build/math/w_sqrt_compat.os.dt -MT /build/math/w_sqrt_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/i386/fpu/w_sqrt_compat.c:6: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:671: /build/math/w_sqrt_compat.os] Error 1 gcc -m32 w_tgamma_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_tgamma_compat.os -MD -MP -MF /build/math/w_tgamma_compat.os.dt -MT /build/math/w_tgamma_compat.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from w_tgamma_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_tgamma_compat.os] Error 1 gcc -m32 w_lgamma_r_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_lgamma_r_compat.os -MD -MP -MF /build/math/w_lgamma_r_compat.os.dt -MT /build/math/w_lgamma_r_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_lgamma_r_compat.c:17: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_lgamma_r_compat.os] Error 1 gcc -m32 w_lgamma_compat2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_lgamma_compat2.os -MD -MP -MF /build/math/w_lgamma_compat2.os.dt -MT /build/math/w_lgamma_compat2.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ./w_lgamma_main.c:19, from w_lgamma_compat2.c:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_lgamma_compat2.os] Error 1 gcc -m32 w_exp_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_exp_compat.os -MD -MP -MF /build/math/w_exp_compat.os.dt -MT /build/math/w_exp_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_exp_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_exp_compat.os] Error 1 gcc -m32 w_lgamma_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_lgamma_compat.os -MD -MP -MF /build/math/w_lgamma_compat.os.dt -MT /build/math/w_lgamma_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ./w_lgamma_main.c:19, from w_lgamma_compat.c:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_lgamma_compat.os] Error 1 gcc -m32 ../sysdeps/ieee754/k_standard.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/k_standard.os -MD -MP -MF /build/math/k_standard.os.dt -MT /build/math/k_standard.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/k_standard.c:17: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:977: /build/math/k_standard.os] Error 1 gcc -m32 w_acosf_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_acosf_compat.os -MD -MP -MF /build/math/w_acosf_compat.os.dt -MT /build/math/w_acosf_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from w_acosf_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_acosf_compat.os] Error 1 gcc -m32 w_acoshf_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_acoshf_compat.os -MD -MP -MF /build/math/w_acoshf_compat.os.dt -MT /build/math/w_acoshf_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_acoshf_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_acoshf_compat.os] Error 1 gcc -m32 w_asinf_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_asinf_compat.os -MD -MP -MF /build/math/w_asinf_compat.os.dt -MT /build/math/w_asinf_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from w_asinf_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_asinf_compat.os] Error 1 gcc -m32 w_atan2f_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_atan2f_compat.os -MD -MP -MF /build/math/w_atan2f_compat.os.dt -MT /build/math/w_atan2f_compat.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from w_atan2f_compat.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_atan2f_compat.os] Error 1 gcc -m32 w_atanhf_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_atanhf_compat.os -MD -MP -MF /build/math/w_atanhf_compat.os.dt -MT /build/math/w_atanhf_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_atanhf_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_atanhf_compat.os] Error 1 gcc -m32 w_coshf_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_coshf_compat.os -MD -MP -MF /build/math/w_coshf_compat.os.dt -MT /build/math/w_coshf_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_coshf_compat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_coshf_compat.os] Error 1 gcc -m32 w_exp2f_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_exp2f_compat.os -MD -MP -MF /build/math/w_exp2f_compat.os.dt -MT /build/math/w_exp2f_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_exp2f_compat.c:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_exp2f_compat.os] Error 1 gcc -m32 w_exp10f_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_exp10f_compat.os -MD -MP -MF /build/math/w_exp10f_compat.os.dt -MT /build/math/w_exp10f_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_exp10f_compat.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_exp10f_compat.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/w_fmodf_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_fmodf_compat.os -MD -MP -MF /build/math/w_fmodf_compat.os.dt -MT /build/math/w_fmodf_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../math/w_fmodf_compat.c:18, from ../sysdeps/i386/fpu/w_fmodf_compat.c:11: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:671: /build/math/w_fmodf_compat.os] Error 1 gcc -m32 w_hypotf_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_hypotf_compat.os -MD -MP -MF /build/math/w_hypotf_compat.os.dt -MT /build/math/w_hypotf_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_hypotf_compat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_hypotf_compat.os] Error 1 gcc -m32 w_j0f_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_j0f_compat.os -MD -MP -MF /build/math/w_j0f_compat.os.dt -MT /build/math/w_j0f_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from w_j0f_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_j0f_compat.os] Error 1 gcc -m32 w_j1f_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_j1f_compat.os -MD -MP -MF /build/math/w_j1f_compat.os.dt -MT /build/math/w_j1f_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from w_j1f_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_j1f_compat.os] Error 1 gcc -m32 w_jnf_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_jnf_compat.os -MD -MP -MF /build/math/w_jnf_compat.os.dt -MT /build/math/w_jnf_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from w_jnf_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_jnf_compat.os] Error 1 gcc -m32 w_log2f_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_log2f_compat.os -MD -MP -MF /build/math/w_log2f_compat.os.dt -MT /build/math/w_log2f_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from w_log2f_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_log2f_compat.os] Error 1 gcc -m32 w_log10f_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_log10f_compat.os -MD -MP -MF /build/math/w_log10f_compat.os.dt -MT /build/math/w_log10f_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from w_log10f_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_log10f_compat.os] Error 1 gcc -m32 w_logf_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_logf_compat.os -MD -MP -MF /build/math/w_logf_compat.os.dt -MT /build/math/w_logf_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from w_logf_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_logf_compat.os] Error 1 gcc -m32 w_powf_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_powf_compat.os -MD -MP -MF /build/math/w_powf_compat.os.dt -MT /build/math/w_powf_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_powf_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_powf_compat.os] Error 1 gcc -m32 w_remainderf_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_remainderf_compat.os -MD -MP -MF /build/math/w_remainderf_compat.os.dt -MT /build/math/w_remainderf_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_remainderf_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_remainderf_compat.os] Error 1 gcc -m32 w_scalbf_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_scalbf_compat.os -MD -MP -MF /build/math/w_scalbf_compat.os.dt -MT /build/math/w_scalbf_compat.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from w_scalbf_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_scalbf_compat.os] Error 1 gcc -m32 w_sinhf_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_sinhf_compat.os -MD -MP -MF /build/math/w_sinhf_compat.os.dt -MT /build/math/w_sinhf_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_sinhf_compat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_sinhf_compat.os] Error 1 gcc -m32 w_sqrtf_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_sqrtf_compat.os -MD -MP -MF /build/math/w_sqrtf_compat.os.dt -MT /build/math/w_sqrtf_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_sqrtf_compat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_sqrtf_compat.os] Error 1 gcc -m32 w_tgammaf_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_tgammaf_compat.os -MD -MP -MF /build/math/w_tgammaf_compat.os.dt -MT /build/math/w_tgammaf_compat.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from w_tgammaf_compat.c:15: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_tgammaf_compat.os] Error 1 gcc -m32 w_lgammaf_r_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_lgammaf_r_compat.os -MD -MP -MF /build/math/w_lgammaf_r_compat.os.dt -MT /build/math/w_lgammaf_r_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_lgammaf_r_compat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_lgammaf_r_compat.os] Error 1 gcc -m32 w_lgammaf_compat2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_lgammaf_compat2.os -MD -MP -MF /build/math/w_lgammaf_compat2.os.dt -MT /build/math/w_lgammaf_compat2.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ./w_lgammaf_main.c:15, from w_lgammaf_compat2.c:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_lgammaf_compat2.os] Error 1 gcc -m32 w_expf_compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_expf_compat.os -MD -MP -MF /build/math/w_expf_compat.os.dt -MT /build/math/w_expf_compat.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from w_expf_compat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_expf_compat.os] Error 1 gcc -m32 w_lgamma_compatf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_lgamma_compatf.os -MD -MP -MF /build/math/w_lgamma_compatf.os.dt -MT /build/math/w_lgamma_compatf.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ./w_lgammaf_main.c:15, from w_lgamma_compatf.c:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_lgamma_compatf.os] Error 1 gcc -m32 ../sysdeps/ieee754/k_standardf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/k_standardf.os -MD -MP -MF /build/math/k_standardf.os.dt -MT /build/math/k_standardf.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/k_standardf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:977: /build/math/k_standardf.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_acosl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_acosl.os -MD -MP -MF /build/math/e_acosl.os.dt -MT /build/math/e_acosl.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/generic/math_private.h:19, from ../sysdeps/x86/fpu/math_private.h:22, from ../sysdeps/i386/fpu/e_acosl.c:6: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:671: /build/math/e_acosl.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_acoshl.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_acoshl.os -MD -MP -MF /build/math/e_acoshl.os.dt -MT /build/math/e_acoshl.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_acoshl.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/e_acoshl.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/e_asinl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_asinl.os -MD -MP -MF /build/math/e_asinl.os.dt -MT /build/math/e_asinl.os In file included from ../bits/libc-header-start.h:33, from ../include/float.h:5, from ../sysdeps/ieee754/ldbl-96/e_asinl.c:61: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/e_asinl.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_atan2l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_atan2l.os -MD -MP -MF /build/math/e_atan2l.os.dt -MT /build/math/e_atan2l.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/generic/math_private.h:19, from ../sysdeps/x86/fpu/math_private.h:22, from ../sysdeps/i386/fpu/e_atan2l.c:6: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:671: /build/math/e_atan2l.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_atanhl.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_atanhl.os -MD -MP -MF /build/math/e_atanhl.os.dt -MT /build/math/e_atanhl.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_atanhl.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/e_atanhl.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/e_coshl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_coshl.os -MD -MP -MF /build/math/e_coshl.os.dt -MT /build/math/e_coshl.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/e_coshl.c:37: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/e_coshl.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_expl.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_expl.os -MD -MP -MF /build/math/e_expl.os.dt -MT /build/math/e_expl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/i386/fpu/e_expl.S:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/e_expl.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_fmodl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_fmodl.os -MD -MP -MF /build/math/e_fmodl.os.dt -MT /build/math/e_fmodl.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/generic/math_private.h:19, from ../sysdeps/x86/fpu/math_private.h:22, from ../sysdeps/i386/fpu/e_fmodl.c:6: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:671: /build/math/e_fmodl.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/e_hypotl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_hypotl.os -MD -MP -MF /build/math/e_hypotl.os.dt -MT /build/math/e_hypotl.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/e_hypotl.c:30: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/e_hypotl.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/e_j0l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_j0l.os -MD -MP -MF /build/math/e_j0l.os.dt -MT /build/math/e_j0l.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/e_j0l.c:74: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/e_j0l.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/e_j1l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_j1l.os -MD -MP -MF /build/math/e_j1l.os.dt -MT /build/math/e_j1l.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/ldbl-96/e_j1l.c:74: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/e_j1l.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/e_jnl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_jnl.os -MD -MP -MF /build/math/e_jnl.os.dt -MT /build/math/e_jnl.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/ldbl-96/e_jnl.c:59: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/e_jnl.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/e_lgammal_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_lgammal_r.os -MD -MP -MF /build/math/e_lgammal_r.os.dt -MT /build/math/e_lgammal_r.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/e_lgammal_r.c:94: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/e_lgammal_r.os] Error 1 gcc -m32 ../sysdeps/i386/i686/fpu/e_logl.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_logl.os -MD -MP -MF /build/math/e_logl.os.dt -MT /build/math/e_logl.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/i686/fpu/e_logl.S:7: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:567: /build/math/e_logl.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_log10l.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_log10l.os -MD -MP -MF /build/math/e_log10l.os.dt -MT /build/math/e_log10l.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_log10l.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/e_log10l.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_powl.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_powl.os -MD -MP -MF /build/math/e_powl.os.dt -MT /build/math/e_powl.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_powl.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/e_powl.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_remainderl.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_remainderl.os -MD -MP -MF /build/math/e_remainderl.os.dt -MT /build/math/e_remainderl.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_remainderl.S:6: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/e_remainderl.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/e_sinhl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_sinhl.os -MD -MP -MF /build/math/e_sinhl.os.dt -MT /build/math/e_sinhl.os In file included from ../bits/libc-header-start.h:33, from ../include/float.h:5, from ../sysdeps/ieee754/ldbl-96/e_sinhl.c:37: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/e_sinhl.os] Error 1 gcc -m32 ../sysdeps/x86/fpu/e_sqrtl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_sqrtl.os -MD -MP -MF /build/math/e_sqrtl.os.dt -MT /build/math/e_sqrtl.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/x86/fpu/e_sqrtl.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:705: /build/math/e_sqrtl.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/e_gammal_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_gammal_r.os -MD -MP -MF /build/math/e_gammal_r.os.dt -MT /build/math/e_gammal_r.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/e_gammal_r.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/e_gammal_r.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_ilogbl.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_ilogbl.os -MD -MP -MF /build/math/e_ilogbl.os.dt -MT /build/math/e_ilogbl.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_ilogbl.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/e_ilogbl.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/k_tanl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/k_tanl.os -MD -MP -MF /build/math/k_tanl.os.dt -MT /build/math/k_tanl.os In file included from ../bits/libc-header-start.h:33, from ../include/float.h:5, from ../sysdeps/ieee754/ldbl-96/k_tanl.c:59: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/k_tanl.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_asinhl.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_asinhl.os -MD -MP -MF /build/math/s_asinhl.os.dt -MT /build/math/s_asinhl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/i386/fpu/s_asinhl.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_asinhl.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_atanl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-atanf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_atanl.os -MD -MP -MF /build/math/s_atanl.os.dt -MT /build/math/s_atanl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/i386/fpu/s_atanl.c:6: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:671: /build/math/s_atanl.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_cbrtl.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_cbrtl.os -MD -MP -MF /build/math/s_cbrtl.os.dt -MT /build/math/s_cbrtl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/i386/fpu/s_cbrtl.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_cbrtl.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_ceill.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_ceill.os -MD -MP -MF /build/math/s_ceill.os.dt -MT /build/math/s_ceill.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/i386/fpu/s_ceill.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_ceill.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_cosl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-cosf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_cosl.os -MD -MP -MF /build/math/s_cosl.os.dt -MT /build/math/s_cosl.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/ldbl-96/s_cosl.c:50: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/s_cosl.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_erfl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-erff64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_erfl.os -MD -MP -MF /build/math/s_erfl.os.dt -MT /build/math/s_erfl.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/ldbl-96/s_erfl.c:107: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/s_erfl.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_expm1l.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_expm1l.os -MD -MP -MF /build/math/s_expm1l.os.dt -MT /build/math/s_expm1l.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/i386/fpu/e_expl.S:23, from ../sysdeps/i386/fpu/s_expm1l.S:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_expm1l.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_fabsl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fabsf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fabsl.os -MD -MP -MF /build/math/s_fabsl.os.dt -MT /build/math/s_fabsl.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/s_fabsl.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/s_fabsl.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_floorl.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_floorl.os -MD -MP -MF /build/math/s_floorl.os.dt -MT /build/math/s_floorl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/i386/fpu/s_floorl.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_floorl.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_log1pl.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_log1pl.os -MD -MP -MF /build/math/s_log1pl.os.dt -MT /build/math/s_log1pl.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_log1pl.S:6: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_log1pl.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_logbl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-logbf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_logbl.os -MD -MP -MF /build/math/s_logbl.os.dt -MT /build/math/s_logbl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/i386/fpu/s_logbl.c:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:671: /build/math/s_logbl.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_nextafterl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-nextafterf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_nextafterl.os -MD -MP -MF /build/math/s_nextafterl.os.dt -MT /build/math/s_nextafterl.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/i386/fpu/s_nextafterl.c:27: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:671: /build/math/s_nextafterl.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_rintl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-rintf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_rintl.os -MD -MP -MF /build/math/s_rintl.os.dt -MT /build/math/s_rintl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/i386/fpu/s_rintl.c:6: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:671: /build/math/s_rintl.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_sinl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-sinf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_sinl.os -MD -MP -MF /build/math/s_sinl.os.dt -MT /build/math/s_sinl.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/ldbl-96/s_sinl.c:50: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/s_sinl.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_tanl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-tanf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_tanl.os -MD -MP -MF /build/math/s_tanl.os.dt -MT /build/math/s_tanl.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/ldbl-96/s_tanl.c:49: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/s_tanl.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_tanhl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-tanhf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_tanhl.os -MD -MP -MF /build/math/s_tanhl.os.dt -MT /build/math/s_tanhl.os In file included from ../bits/libc-header-start.h:33, from ../include/float.h:5, from ../sysdeps/ieee754/ldbl-96/s_tanhl.c:43: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/s_tanhl.os] Error 1 gcc -m32 ../sysdeps/x86/fpu/s_fpclassifyl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fpclassifyl.os -MD -MP -MF /build/math/s_fpclassifyl.os.dt -MT /build/math/s_fpclassifyl.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/x86/fpu/s_fpclassifyl.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:705: /build/math/s_fpclassifyl.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_truncl.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_truncl.os -MD -MP -MF /build/math/s_truncl.os.dt -MT /build/math/s_truncl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/i386/fpu/s_truncl.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_truncl.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_remquol.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_remquol.os -MD -MP -MF /build/math/s_remquol.os.dt -MT /build/math/s_remquol.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/i386/fpu/s_remquol.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_remquol.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_log2l.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_log2l.os -MD -MP -MF /build/math/e_log2l.os.dt -MT /build/math/e_log2l.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_log2l.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/e_log2l.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_roundl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-roundf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_roundl.os -MD -MP -MF /build/math/s_roundl.os.dt -MT /build/math/s_roundl.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/s_roundl.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/s_roundl.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_nearbyintl.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_nearbyintl.os -MD -MP -MF /build/math/s_nearbyintl.os.dt -MT /build/math/s_nearbyintl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/i386/fpu/s_nearbyintl.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_nearbyintl.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_sincosl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-sincosf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_sincosl.os -MD -MP -MF /build/math/s_sincosl.os.dt -MT /build/math/s_sincosl.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/ldbl-96/s_sincosl.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/s_sincosl.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_fmal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fmaf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fmal.os -MD -MP -MF /build/math/s_fmal.os.dt -MT /build/math/s_fmal.os In file included from ../bits/libc-header-start.h:33, from ../include/float.h:5, from ../sysdeps/ieee754/ldbl-96/s_fmal.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/s_fmal.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_lrintl.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_lrintl.os -MD -MP -MF /build/math/s_lrintl.os.dt -MT /build/math/s_lrintl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/i386/fpu/s_lrintl.S:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_lrintl.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_llrintl.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_llrintl.os -MD -MP -MF /build/math/s_llrintl.os.dt -MT /build/math/s_llrintl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/i386/fpu/s_llrintl.S:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_llrintl.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_lroundl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-lroundf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_lroundl.os -MD -MP -MF /build/math/s_lroundl.os.dt -MT /build/math/s_lroundl.os In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from ../sysdeps/ieee754/ldbl-96/s_lroundl.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/s_lroundl.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_llroundl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-llroundf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_llroundl.os -MD -MP -MF /build/math/s_llroundl.os.dt -MT /build/math/s_llroundl.os In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from ../sysdeps/ieee754/ldbl-96/s_llroundl.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/s_llroundl.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_exp10l.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_exp10l.os -MD -MP -MF /build/math/e_exp10l.os.dt -MT /build/math/e_exp10l.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/i386/fpu/e_expl.S:23, from ../sysdeps/i386/fpu/e_exp10l.S:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/e_exp10l.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_issignalingl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_issignalingl.os -MD -MP -MF /build/math/s_issignalingl.os.dt -MT /build/math/s_issignalingl.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/s_issignalingl.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/s_issignalingl.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_isinfl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/m_isinfl.os -MD -MP -MF /build/math/m_isinfl.os.dt -MT /build/math/m_isinfl.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/i386/fpu/s_isinfl.c:15: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:667: /build/math/m_isinfl.os] Error 1 gcc -m32 ../sysdeps/x86/fpu/s_isnanl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/m_isnanl.os -MD -MP -MF /build/math/m_isnanl.os.dt -MT /build/math/m_isnanl.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/x86/fpu/s_isnanl.c:24: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:701: /build/math/m_isnanl.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_finitel.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/m_finitel.os -MD -MP -MF /build/math/m_finitel.os.dt -MT /build/math/m_finitel.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_finitel.S:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:665: /build/math/m_finitel.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_copysignl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-copysignf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/m_copysignl.os -MD -MP -MF /build/math/m_copysignl.os.dt -MT /build/math/m_copysignl.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/s_copysignl.c:26: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:871: /build/math/m_copysignl.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_modfl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-modff64x -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/m_modfl.os -MD -MP -MF /build/math/m_modfl.os.dt -MT /build/math/m_modfl.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/s_modfl.c:25: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:871: /build/math/m_modfl.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_scalbnl.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/m_scalbnl.os -MD -MP -MF /build/math/m_scalbnl.os.dt -MT /build/math/m_scalbnl.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_scalbnl.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:665: /build/math/m_scalbnl.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_frexpl.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/m_frexpl.os -MD -MP -MF /build/math/m_frexpl.os.dt -MT /build/math/m_frexpl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/i386/fpu/s_frexpl.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:665: /build/math/m_frexpl.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_signbitl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/m_signbitl.os -MD -MP -MF /build/math/m_signbitl.os.dt -MT /build/math/m_signbitl.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/s_signbitl.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:871: /build/math/m_signbitl.os] Error 1 gcc -m32 /build/math/s_ldexpl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-ldexpf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/m_ldexpl.os -MD -MP -MF /build/math/m_ldexpl.os.dt -MT /build/math/m_ldexpl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_ldexpl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/m_ldexpl.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/x2y2m1l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/x2y2m1l.os -MD -MP -MF /build/math/x2y2m1l.os.dt -MT /build/math/x2y2m1l.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/x2y2m1l.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/x2y2m1l.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/gamma_productl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/gamma_productl.os -MD -MP -MF /build/math/gamma_productl.os.dt -MT /build/math/gamma_productl.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/gamma_productl.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/gamma_productl.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/lgamma_negl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/lgamma_negl.os -MD -MP -MF /build/math/lgamma_negl.os.dt -MT /build/math/lgamma_negl.os In file included from ../bits/libc-header-start.h:33, from ../include/float.h:5, from ../sysdeps/ieee754/ldbl-96/lgamma_negl.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/lgamma_negl.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/lgamma_productl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/lgamma_productl.os -MD -MP -MF /build/math/lgamma_productl.os.dt -MT /build/math/lgamma_productl.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/lgamma_productl.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/lgamma_productl.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_nextupl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-nextupf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_nextupl.os -MD -MP -MF /build/math/s_nextupl.os.dt -MT /build/math/s_nextupl.os In file included from ../bits/libc-header-start.h:33, from ../include/float.h:5, from ../sysdeps/ieee754/ldbl-96/s_nextupl.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/s_nextupl.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_totalorderl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-totalorderf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_totalorderl.os -MD -MP -MF /build/math/s_totalorderl.os.dt -MT /build/math/s_totalorderl.os In file included from ../bits/libc-header-start.h:33, from ../include/float.h:5, from ../sysdeps/ieee754/ldbl-96/s_totalorderl.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/s_totalorderl.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_totalordermagl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-totalordermagf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_totalordermagl.os -MD -MP -MF /build/math/s_totalordermagl.os.dt -MT /build/math/s_totalordermagl.os In file included from ../bits/libc-header-start.h:33, from ../include/float.h:5, from ../sysdeps/ieee754/ldbl-96/s_totalordermagl.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/s_totalordermagl.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_getpayloadl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-getpayloadf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_getpayloadl.os -MD -MP -MF /build/math/s_getpayloadl.os.dt -MT /build/math/s_getpayloadl.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/s_getpayloadl.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/s_getpayloadl.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_setpayloadl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-setpayloadf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_setpayloadl.os -MD -MP -MF /build/math/s_setpayloadl.os.dt -MT /build/math/s_setpayloadl.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/s_setpayloadl_main.c:19, from ../sysdeps/ieee754/ldbl-96/s_setpayloadl.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/s_setpayloadl.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_setpayloadsigl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-setpayloadsigf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_setpayloadsigl.os -MD -MP -MF /build/math/s_setpayloadsigl.os.dt -MT /build/math/s_setpayloadsigl.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/s_setpayloadl_main.c:19, from ../sysdeps/ieee754/ldbl-96/s_setpayloadsigl.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/s_setpayloadsigl.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_roundevenl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-roundevenf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_roundevenl.os -MD -MP -MF /build/math/s_roundevenl.os.dt -MT /build/math/s_roundevenl.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/s_roundevenl.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/s_roundevenl.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_fromfpl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fromfpf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fromfpl.os -MD -MP -MF /build/math/s_fromfpl.os.dt -MT /build/math/s_fromfpl.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/ldbl-96/s_fromfpl_main.c:19, from ../sysdeps/ieee754/ldbl-96/s_fromfpl.c:4: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/s_fromfpl.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_ufromfpl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-ufromfpf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ufromfpl.os -MD -MP -MF /build/math/s_ufromfpl.os.dt -MT /build/math/s_ufromfpl.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/ldbl-96/s_fromfpl_main.c:19, from ../sysdeps/ieee754/ldbl-96/s_ufromfpl.c:4: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/s_ufromfpl.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_fromfpxl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fromfpxf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fromfpxl.os -MD -MP -MF /build/math/s_fromfpxl.os.dt -MT /build/math/s_fromfpxl.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/ldbl-96/s_fromfpl_main.c:19, from ../sysdeps/ieee754/ldbl-96/s_fromfpxl.c:4: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/s_fromfpxl.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_ufromfpxl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-ufromfpxf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ufromfpxl.os -MD -MP -MF /build/math/s_ufromfpxl.os.dt -MT /build/math/s_ufromfpxl.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/ldbl-96/s_fromfpl_main.c:19, from ../sysdeps/ieee754/ldbl-96/s_ufromfpxl.c:4: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/s_ufromfpxl.os] Error 1 gcc -m32 /build/math/cargl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/cargl.os -MD -MP -MF /build/math/cargl.os.dt -MT /build/math/cargl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/cargl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/cargl.os] Error 1 gcc -m32 /build/math/conjl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/conjl.os -MD -MP -MF /build/math/conjl.os.dt -MT /build/math/conjl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/conjl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/conjl.os] Error 1 gcc -m32 /build/math/cimagl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/cimagl.os -MD -MP -MF /build/math/cimagl.os.dt -MT /build/math/cimagl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/cimagl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/cimagl.os] Error 1 gcc -m32 /build/math/creall.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/creall.os -MD -MP -MF /build/math/creall.os.dt -MT /build/math/creall.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/creall.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/creall.os] Error 1 gcc -m32 /build/math/cabsl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/cabsl.os -MD -MP -MF /build/math/cabsl.os.dt -MT /build/math/cabsl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/cabsl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/cabsl.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_scalbl.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_scalbl.os -MD -MP -MF /build/math/e_scalbl.os.dt -MT /build/math/e_scalbl.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_scalbl.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/e_scalbl.os] Error 1 gcc -m32 /build/math/s_cacosl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-cacosf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_cacosl.os -MD -MP -MF /build/math/s_cacosl.os.dt -MT /build/math/s_cacosl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_cacosl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_cacosl.os] Error 1 gcc -m32 /build/math/s_cacoshl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-cacoshf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_cacoshl.os -MD -MP -MF /build/math/s_cacoshl.os.dt -MT /build/math/s_cacoshl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_cacoshl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_cacoshl.os] Error 1 gcc -m32 /build/math/s_ccosl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-ccosf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ccosl.os -MD -MP -MF /build/math/s_ccosl.os.dt -MT /build/math/s_ccosl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_ccosl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_ccosl.os] Error 1 gcc -m32 /build/math/s_ccoshl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-ccoshf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ccoshl.os -MD -MP -MF /build/math/s_ccoshl.os.dt -MT /build/math/s_ccoshl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_ccoshl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_ccoshl.os] Error 1 gcc -m32 /build/math/s_casinl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-casinf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_casinl.os -MD -MP -MF /build/math/s_casinl.os.dt -MT /build/math/s_casinl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_casinl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_casinl.os] Error 1 gcc -m32 /build/math/s_csinl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-csinf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_csinl.os -MD -MP -MF /build/math/s_csinl.os.dt -MT /build/math/s_csinl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_csinl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_csinl.os] Error 1 gcc -m32 /build/math/s_casinhl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-casinhf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_casinhl.os -MD -MP -MF /build/math/s_casinhl.os.dt -MT /build/math/s_casinhl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_casinhl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_casinhl.os] Error 1 gcc -m32 /build/math/k_casinhl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/k_casinhl.os -MD -MP -MF /build/math/k_casinhl.os.dt -MT /build/math/k_casinhl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/k_casinhl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/k_casinhl.os] Error 1 gcc -m32 /build/math/s_csinhl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-csinhf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_csinhl.os -MD -MP -MF /build/math/s_csinhl.os.dt -MT /build/math/s_csinhl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_csinhl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_csinhl.os] Error 1 gcc -m32 /build/math/s_catanhl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-catanhf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_catanhl.os -MD -MP -MF /build/math/s_catanhl.os.dt -MT /build/math/s_catanhl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_catanhl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_catanhl.os] Error 1 gcc -m32 /build/math/s_catanl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-catanf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_catanl.os -MD -MP -MF /build/math/s_catanl.os.dt -MT /build/math/s_catanl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_catanl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_catanl.os] Error 1 gcc -m32 /build/math/s_ctanl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-ctanf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ctanl.os -MD -MP -MF /build/math/s_ctanl.os.dt -MT /build/math/s_ctanl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_ctanl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_ctanl.os] Error 1 gcc -m32 /build/math/s_ctanhl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-ctanhf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ctanhl.os -MD -MP -MF /build/math/s_ctanhl.os.dt -MT /build/math/s_ctanhl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_ctanhl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_ctanhl.os] Error 1 gcc -m32 /build/math/s_cexpl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-cexpf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_cexpl.os -MD -MP -MF /build/math/s_cexpl.os.dt -MT /build/math/s_cexpl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_cexpl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_cexpl.os] Error 1 gcc -m32 /build/math/s_clogl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-clogf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_clogl.os -MD -MP -MF /build/math/s_clogl.os.dt -MT /build/math/s_clogl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_clogl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_clogl.os] Error 1 gcc -m32 /build/math/s_cprojl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-cprojf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_cprojl.os -MD -MP -MF /build/math/s_cprojl.os.dt -MT /build/math/s_cprojl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_cprojl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_cprojl.os] Error 1 gcc -m32 /build/math/s_csqrtl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-csqrtf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_csqrtl.os -MD -MP -MF /build/math/s_csqrtl.os.dt -MT /build/math/s_csqrtl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_csqrtl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_csqrtl.os] Error 1 gcc -m32 /build/math/s_cpowl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-cpowf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_cpowl.os -MD -MP -MF /build/math/s_cpowl.os.dt -MT /build/math/s_cpowl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_cpowl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_cpowl.os] Error 1 gcc -m32 /build/math/s_clog10l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-clog10f64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_clog10l.os -MD -MP -MF /build/math/s_clog10l.os.dt -MT /build/math/s_clog10l.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_clog10l.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_clog10l.os] Error 1 gcc -m32 /build/math/s_fdiml.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fdimf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fdiml.os -MD -MP -MF /build/math/s_fdiml.os.dt -MT /build/math/s_fdiml.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_fdiml.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fdiml.os] Error 1 gcc -m32 /build/math/s_nextdownl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-nextdownf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_nextdownl.os -MD -MP -MF /build/math/s_nextdownl.os.dt -MT /build/math/s_nextdownl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_nextdownl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_nextdownl.os] Error 1 gcc -m32 ../sysdeps/i386/i686/fpu/s_fmaxl.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_fmaxl.os -MD -MP -MF /build/math/s_fmaxl.os.dt -MT /build/math/s_fmaxl.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/i386/i686/fpu/s_fmaxl.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:567: /build/math/s_fmaxl.os] Error 1 gcc -m32 ../sysdeps/i386/i686/fpu/s_fminl.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_fminl.os -MD -MP -MF /build/math/s_fminl.os.dt -MT /build/math/s_fminl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/i386/i686/fpu/s_fminl.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:567: /build/math/s_fminl.os] Error 1 gcc -m32 /build/math/s_nanl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-nanf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_nanl.os -MD -MP -MF /build/math/s_nanl.os.dt -MT /build/math/s_nanl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_nanl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_nanl.os] Error 1 gcc -m32 /build/math/s_iseqsigl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_iseqsigl.os -MD -MP -MF /build/math/s_iseqsigl.os.dt -MT /build/math/s_iseqsigl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_iseqsigl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_iseqsigl.os] Error 1 gcc -m32 /build/math/s_canonicalizel.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-canonicalizef64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_canonicalizel.os -MD -MP -MF /build/math/s_canonicalizel.os.dt -MT /build/math/s_canonicalizel.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_canonicalizel.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_canonicalizel.os] Error 1 gcc -m32 /build/math/w_ilogbl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-ilogbf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_ilogbl.os -MD -MP -MF /build/math/w_ilogbl.os.dt -MT /build/math/w_ilogbl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/w_ilogbl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_ilogbl.os] Error 1 gcc -m32 /build/math/w_llogbl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-llogbf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_llogbl.os -MD -MP -MF /build/math/w_llogbl.os.dt -MT /build/math/w_llogbl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/w_llogbl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_llogbl.os] Error 1 gcc -m32 /build/math/w_log1pl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-log1pf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_log1pl.os -MD -MP -MF /build/math/w_log1pl.os.dt -MT /build/math/w_log1pl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/w_log1pl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_log1pl.os] Error 1 gcc -m32 /build/math/w_scalblnl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-scalblnf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_scalblnl.os -MD -MP -MF /build/math/w_scalblnl.os.dt -MT /build/math/w_scalblnl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/w_scalblnl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_scalblnl.os] Error 1 gcc -m32 /build/math/s_fmaxmagl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fmaxmagf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fmaxmagl.os -MD -MP -MF /build/math/s_fmaxmagl.os.dt -MT /build/math/s_fmaxmagl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_fmaxmagl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fmaxmagl.os] Error 1 gcc -m32 /build/math/s_fminmagl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fminmagf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fminmagl.os -MD -MP -MF /build/math/s_fminmagl.os.dt -MT /build/math/s_fminmagl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_fminmagl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fminmagl.os] Error 1 gcc -m32 /build/math/w_acosl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-acosf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_acosl.os -MD -MP -MF /build/math/w_acosl.os.dt -MT /build/math/w_acosl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/w_acosl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_acosl.os] Error 1 gcc -m32 /build/math/w_acoshl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-acoshf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_acoshl.os -MD -MP -MF /build/math/w_acoshl.os.dt -MT /build/math/w_acoshl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/w_acoshl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_acoshl.os] Error 1 gcc -m32 /build/math/w_asinl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-asinf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_asinl.os -MD -MP -MF /build/math/w_asinl.os.dt -MT /build/math/w_asinl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/w_asinl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_asinl.os] Error 1 gcc -m32 /build/math/w_atan2l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-atan2f64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_atan2l.os -MD -MP -MF /build/math/w_atan2l.os.dt -MT /build/math/w_atan2l.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/w_atan2l.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_atan2l.os] Error 1 gcc -m32 /build/math/w_atanhl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-atanhf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_atanhl.os -MD -MP -MF /build/math/w_atanhl.os.dt -MT /build/math/w_atanhl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/w_atanhl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_atanhl.os] Error 1 gcc -m32 /build/math/w_coshl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-coshf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_coshl.os -MD -MP -MF /build/math/w_coshl.os.dt -MT /build/math/w_coshl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/w_coshl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_coshl.os] Error 1 gcc -m32 /build/math/w_exp10l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-exp10f64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_exp10l.os -MD -MP -MF /build/math/w_exp10l.os.dt -MT /build/math/w_exp10l.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/w_exp10l.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_exp10l.os] Error 1 gcc -m32 /build/math/w_exp2l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_exp2l.os -MD -MP -MF /build/math/w_exp2l.os.dt -MT /build/math/w_exp2l.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/w_exp2l.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_exp2l.os] Error 1 gcc -m32 /build/math/w_fmodl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fmodf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_fmodl.os -MD -MP -MF /build/math/w_fmodl.os.dt -MT /build/math/w_fmodl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/w_fmodl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_fmodl.os] Error 1 gcc -m32 /build/math/w_hypotl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-hypotf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_hypotl.os -MD -MP -MF /build/math/w_hypotl.os.dt -MT /build/math/w_hypotl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/w_hypotl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_hypotl.os] Error 1 gcc -m32 /build/math/w_j0l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-j0f64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_j0l.os -MD -MP -MF /build/math/w_j0l.os.dt -MT /build/math/w_j0l.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/w_j0l.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_j0l.os] Error 1 gcc -m32 /build/math/w_j1l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-j1f64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_j1l.os -MD -MP -MF /build/math/w_j1l.os.dt -MT /build/math/w_j1l.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/w_j1l.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_j1l.os] Error 1 gcc -m32 /build/math/w_jnl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-jnf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_jnl.os -MD -MP -MF /build/math/w_jnl.os.dt -MT /build/math/w_jnl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/w_jnl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_jnl.os] Error 1 gcc -m32 /build/math/w_logl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_logl.os -MD -MP -MF /build/math/w_logl.os.dt -MT /build/math/w_logl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/w_logl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_logl.os] Error 1 gcc -m32 /build/math/w_log10l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-log10f64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_log10l.os -MD -MP -MF /build/math/w_log10l.os.dt -MT /build/math/w_log10l.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/w_log10l.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_log10l.os] Error 1 gcc -m32 /build/math/w_log2l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_log2l.os -MD -MP -MF /build/math/w_log2l.os.dt -MT /build/math/w_log2l.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/w_log2l.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_log2l.os] Error 1 gcc -m32 /build/math/w_powl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_powl.os -MD -MP -MF /build/math/w_powl.os.dt -MT /build/math/w_powl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/w_powl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_powl.os] Error 1 gcc -m32 w_remainderl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-remainderf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_remainderl.os -MD -MP -MF /build/math/w_remainderl.os.dt -MT /build/math/w_remainderl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from w_remainderl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_remainderl.os] Error 1 gcc -m32 /build/math/w_scalbl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_scalbl.os -MD -MP -MF /build/math/w_scalbl.os.dt -MT /build/math/w_scalbl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/w_scalbl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_scalbl.os] Error 1 gcc -m32 /build/math/w_sinhl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-sinhf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_sinhl.os -MD -MP -MF /build/math/w_sinhl.os.dt -MT /build/math/w_sinhl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/w_sinhl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_sinhl.os] Error 1 gcc -m32 /build/math/w_sqrtl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-sqrtf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_sqrtl.os -MD -MP -MF /build/math/w_sqrtl.os.dt -MT /build/math/w_sqrtl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/w_sqrtl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_sqrtl.os] Error 1 gcc -m32 /build/math/w_tgammal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-tgammaf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_tgammal.os -MD -MP -MF /build/math/w_tgammal.os.dt -MT /build/math/w_tgammal.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/w_tgammal.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_tgammal.os] Error 1 gcc -m32 w_lgammal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-lgammaf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_lgammal.os -MD -MP -MF /build/math/w_lgammal.os.dt -MT /build/math/w_lgammal.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from w_lgammal.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_lgammal.os] Error 1 gcc -m32 /build/math/w_lgammal_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-lgammaf64x_r -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_lgammal_r.os -MD -MP -MF /build/math/w_lgammal_r.os.dt -MT /build/math/w_lgammal_r.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/w_lgammal_r.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_lgammal_r.os] Error 1 gcc -m32 /build/math/w_expl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_expl.os -MD -MP -MF /build/math/w_expl.os.dt -MT /build/math/w_expl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/w_expl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_expl.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_exp2l.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_exp2l.os -MD -MP -MF /build/math/e_exp2l.os.dt -MT /build/math/e_exp2l.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_exp2l.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/e_exp2l.os] Error 1 gcc -m32 /build/math/s_fmaximuml.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fmaximumf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fmaximuml.os -MD -MP -MF /build/math/s_fmaximuml.os.dt -MT /build/math/s_fmaximuml.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_fmaximuml.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fmaximuml.os] Error 1 gcc -m32 /build/math/s_fmaximum_magl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fmaximum_magf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fmaximum_magl.os -MD -MP -MF /build/math/s_fmaximum_magl.os.dt -MT /build/math/s_fmaximum_magl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_fmaximum_magl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fmaximum_magl.os] Error 1 gcc -m32 /build/math/s_fmaximum_numl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fmaximum_numf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fmaximum_numl.os -MD -MP -MF /build/math/s_fmaximum_numl.os.dt -MT /build/math/s_fmaximum_numl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_fmaximum_numl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fmaximum_numl.os] Error 1 gcc -m32 /build/math/s_fmaximum_mag_numl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fmaximum_mag_numf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fmaximum_mag_numl.os -MD -MP -MF /build/math/s_fmaximum_mag_numl.os.dt -MT /build/math/s_fmaximum_mag_numl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_fmaximum_mag_numl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fmaximum_mag_numl.os] Error 1 gcc -m32 /build/math/s_fminimuml.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fminimumf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fminimuml.os -MD -MP -MF /build/math/s_fminimuml.os.dt -MT /build/math/s_fminimuml.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_fminimuml.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fminimuml.os] Error 1 gcc -m32 /build/math/s_fminimum_magl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fminimum_magf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fminimum_magl.os -MD -MP -MF /build/math/s_fminimum_magl.os.dt -MT /build/math/s_fminimum_magl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_fminimum_magl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fminimum_magl.os] Error 1 gcc -m32 /build/math/s_fminimum_numl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fminimum_numf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fminimum_numl.os -MD -MP -MF /build/math/s_fminimum_numl.os.dt -MT /build/math/s_fminimum_numl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_fminimum_numl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fminimum_numl.os] Error 1 gcc -m32 /build/math/s_fminimum_mag_numl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fminimum_mag_numf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fminimum_mag_numl.os -MD -MP -MF /build/math/s_fminimum_mag_numl.os.dt -MT /build/math/s_fminimum_mag_numl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_fminimum_mag_numl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fminimum_mag_numl.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_acos.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_acos.os -MD -MP -MF /build/math/e_acos.os.dt -MT /build/math/e_acos.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_acos.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/e_acos.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_acosh.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_acosh.os -MD -MP -MF /build/math/e_acosh.os.dt -MT /build/math/e_acosh.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_acosh.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/e_acosh.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_asin.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_asin.os -MD -MP -MF /build/math/e_asin.os.dt -MT /build/math/e_asin.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_asin.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/e_asin.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_atan2.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_atan2.os -MD -MP -MF /build/math/e_atan2.os.dt -MT /build/math/e_atan2.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_atan2.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/e_atan2.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_atanh.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_atanh.os -MD -MP -MF /build/math/e_atanh.os.dt -MT /build/math/e_atanh.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_atanh.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/e_atanh.os] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/e_cosh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_cosh.os -MD -MP -MF /build/math/e_cosh.os.dt -MT /build/math/e_cosh.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/e_cosh.c:33: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:909: /build/math/e_cosh.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_exp.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_exp.os -MD -MP -MF /build/math/e_exp.os.dt -MT /build/math/e_exp.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_exp.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/e_exp.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_fmod.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_fmod.os -MD -MP -MF /build/math/e_fmod.os.dt -MT /build/math/e_fmod.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_fmod.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/e_fmod.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_hypot.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_hypot.os -MD -MP -MF /build/math/e_hypot.os.dt -MT /build/math/e_hypot.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/i386/fpu/e_hypot.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:671: /build/math/e_hypot.os] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/e_j0.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_j0.os -MD -MP -MF /build/math/e_j0.os.dt -MT /build/math/e_j0.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/e_j0.c:61: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:909: /build/math/e_j0.os] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/e_j1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_j1.os -MD -MP -MF /build/math/e_j1.os.dt -MT /build/math/e_j1.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/dbl-64/e_j1.c:61: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:909: /build/math/e_j1.os] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/e_jn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_jn.os -MD -MP -MF /build/math/e_jn.os.dt -MT /build/math/e_jn.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/dbl-64/e_jn.c:39: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:909: /build/math/e_jn.os] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/e_lgamma_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_lgamma_r.os -MD -MP -MF /build/math/e_lgamma_r.os.dt -MT /build/math/e_lgamma_r.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/e_lgamma_r.c:80: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:909: /build/math/e_lgamma_r.os] Error 1 gcc -m32 ../sysdeps/i386/i686/fpu/e_log.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_log.os -MD -MP -MF /build/math/e_log.os.dt -MT /build/math/e_log.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/i686/fpu/e_log.S:7: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:567: /build/math/e_log.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_log10.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_log10.os -MD -MP -MF /build/math/e_log10.os.dt -MT /build/math/e_log10.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_log10.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/e_log10.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_pow.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_pow.os -MD -MP -MF /build/math/e_pow.os.dt -MT /build/math/e_pow.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_pow.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/e_pow.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_remainder.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_remainder.os -MD -MP -MF /build/math/e_remainder.os.dt -MT /build/math/e_remainder.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_remainder.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/e_remainder.os] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/e_sinh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_sinh.os -MD -MP -MF /build/math/e_sinh.os.dt -MT /build/math/e_sinh.os In file included from ../bits/libc-header-start.h:33, from ../include/float.h:5, from ../sysdeps/ieee754/dbl-64/e_sinh.c:35: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:909: /build/math/e_sinh.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_sqrt.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_sqrt.os -MD -MP -MF /build/math/e_sqrt.os.dt -MT /build/math/e_sqrt.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_sqrt.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/e_sqrt.os] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/e_gamma_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -DMATH_SET_BOTH_ROUNDING_MODES -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_gamma_r.os -MD -MP -MF /build/math/e_gamma_r.os.dt -MT /build/math/e_gamma_r.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/e_gamma_r.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:909: /build/math/e_gamma_r.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_ilogb.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_ilogb.os -MD -MP -MF /build/math/e_ilogb.os.dt -MT /build/math/e_ilogb.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_ilogb.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/e_ilogb.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_asinh.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_asinh.os -MD -MP -MF /build/math/s_asinh.os.dt -MT /build/math/s_asinh.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_asinh.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_asinh.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_atan.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_atan.os -MD -MP -MF /build/math/s_atan.os.dt -MT /build/math/s_atan.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_atan.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_atan.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_cbrt.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_cbrt.os -MD -MP -MF /build/math/s_cbrt.os.dt -MT /build/math/s_cbrt.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_cbrt.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_cbrt.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_ceil.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_ceil.os -MD -MP -MF /build/math/s_ceil.os.dt -MT /build/math/s_ceil.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_ceil.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_ceil.os] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_erf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-erff32x -fno-builtin-erff64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_erf.os -MD -MP -MF /build/math/s_erf.os.dt -MT /build/math/s_erf.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/dbl-64/s_erf.c:115: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:909: /build/math/s_erf.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_expm1.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_expm1.os -MD -MP -MF /build/math/s_expm1.os.dt -MT /build/math/s_expm1.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/i386/fpu/s_expm1.S:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_expm1.os] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_fabs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fabsf32x -fno-builtin-fabsf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fabs.os -MD -MP -MF /build/math/s_fabs.os.dt -MT /build/math/s_fabs.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/s_fabs.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:909: /build/math/s_fabs.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_floor.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_floor.os -MD -MP -MF /build/math/s_floor.os.dt -MT /build/math/s_floor.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_floor.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_floor.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_log1p.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_log1p.os -MD -MP -MF /build/math/s_log1p.os.dt -MT /build/math/s_log1p.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_log1p.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_log1p.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_logb.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_logb.os -MD -MP -MF /build/math/s_logb.os.dt -MT /build/math/s_logb.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_logb.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_logb.os] Error 1 gcc -m32 s_nextafter.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-nextafterf32x -fno-builtin-nextafterf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_nextafter.os -MD -MP -MF /build/math/s_nextafter.os.dt -MT /build/math/s_nextafter.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from s_nextafter.c:28: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_nextafter.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_nexttoward.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_nexttoward.os -MD -MP -MF /build/math/s_nexttoward.os.dt -MT /build/math/s_nexttoward.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/i386/fpu/s_nexttoward.c:29: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:671: /build/math/s_nexttoward.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_rint.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_rint.os -MD -MP -MF /build/math/s_rint.os.dt -MT /build/math/s_rint.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_rint.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_rint.os] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_sin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-sinf32x -fno-builtin-sinf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_sin.os -MD -MP -MF /build/math/s_sin.os.dt -MT /build/math/s_sin.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/dbl-64/s_sin.c:36: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:909: /build/math/s_sin.os] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_tan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-tanf32x -fno-builtin-tanf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_tan.os -MD -MP -MF /build/math/s_tan.os.dt -MT /build/math/s_tan.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/dbl-64/s_tan.c:30: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:909: /build/math/s_tan.os] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_tanh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-tanhf32x -fno-builtin-tanhf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_tanh.os -MD -MP -MF /build/math/s_tanh.os.dt -MT /build/math/s_tanh.os In file included from ../bits/libc-header-start.h:33, from ../include/float.h:5, from ../sysdeps/ieee754/dbl-64/s_tanh.c:41: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:909: /build/math/s_tanh.os] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_fpclassify.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fpclassify.os -MD -MP -MF /build/math/s_fpclassify.os.dt -MT /build/math/s_fpclassify.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/s_fpclassify.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:909: /build/math/s_fpclassify.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_trunc.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_trunc.os -MD -MP -MF /build/math/s_trunc.os.dt -MT /build/math/s_trunc.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_trunc.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_trunc.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_remquo.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_remquo.os -MD -MP -MF /build/math/s_remquo.os.dt -MT /build/math/s_remquo.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_remquo.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_remquo.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_log2.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_log2.os -MD -MP -MF /build/math/e_log2.os.dt -MT /build/math/e_log2.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_log2.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/e_log2.os] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_round.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-roundf32x -fno-builtin-roundf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_round.os -MD -MP -MF /build/math/s_round.os.dt -MT /build/math/s_round.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/s_round.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:909: /build/math/s_round.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_nearbyint.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_nearbyint.os -MD -MP -MF /build/math/s_nearbyint.os.dt -MT /build/math/s_nearbyint.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_nearbyint.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_nearbyint.os] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_sincos.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-sincosf32x -fno-builtin-sincosf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_sincos.os -MD -MP -MF /build/math/s_sincos.os.dt -MT /build/math/s_sincos.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/dbl-64/s_sincos.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:909: /build/math/s_sincos.os] Error 1 gcc -m32 ../sysdeps/i386/i686/multiarch/s_fma.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fmaf32x -fno-builtin-fmaf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fma.os -MD -MP -MF /build/math/s_fma.os.dt -MT /build/math/s_fma.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/i386/i686/multiarch/s_fma.c:24: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:603: /build/math/s_fma.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_lrint.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_lrint.os -MD -MP -MF /build/math/s_lrint.os.dt -MT /build/math/s_lrint.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/i386/fpu/s_lrint.S:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_lrint.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_llrint.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_llrint.os -MD -MP -MF /build/math/s_llrint.os.dt -MT /build/math/s_llrint.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/i386/fpu/s_llrint.S:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_llrint.os] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_lround.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-lroundf32x -fno-builtin-lroundf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_lround.os -MD -MP -MF /build/math/s_lround.os.dt -MT /build/math/s_lround.os In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from ../sysdeps/ieee754/dbl-64/s_lround.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:909: /build/math/s_lround.os] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_llround.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-llroundf32x -fno-builtin-llroundf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_llround.os -MD -MP -MF /build/math/s_llround.os.dt -MT /build/math/s_llround.os In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from ../sysdeps/ieee754/dbl-64/s_llround.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:909: /build/math/s_llround.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_exp10.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_exp10.os -MD -MP -MF /build/math/e_exp10.os.dt -MT /build/math/e_exp10.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_exp10.S:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/e_exp10.os] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_issignaling.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_issignaling.os -MD -MP -MF /build/math/s_issignaling.os.dt -MT /build/math/s_issignaling.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/s_issignaling.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:909: /build/math/s_issignaling.os] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_isinf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/m_isinf.os -MD -MP -MF /build/math/m_isinf.os.dt -MT /build/math/m_isinf.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/s_isinf.c:10: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:905: /build/math/m_isinf.os] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_isnan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/m_isnan.os -MD -MP -MF /build/math/m_isnan.os.dt -MT /build/math/m_isnan.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/s_isnan.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:905: /build/math/m_isnan.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_finite.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/m_finite.os -MD -MP -MF /build/math/m_finite.os.dt -MT /build/math/m_finite.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_finite.S:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:665: /build/math/m_finite.os] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_copysign.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-copysignf32x -fno-builtin-copysignf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/m_copysign.os -MD -MP -MF /build/math/m_copysign.os.dt -MT /build/math/m_copysign.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/s_copysign.c:24: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:905: /build/math/m_copysign.os] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_modf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-modff32x -fno-builtin-modff64 -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/m_modf.os -MD -MP -MF /build/math/m_modf.os.dt -MT /build/math/m_modf.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/s_modf.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:905: /build/math/m_modf.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_scalbn.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/m_scalbn.os -MD -MP -MF /build/math/m_scalbn.os.dt -MT /build/math/m_scalbn.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_scalbn.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:665: /build/math/m_scalbn.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_frexp.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/m_frexp.os -MD -MP -MF /build/math/m_frexp.os.dt -MT /build/math/m_frexp.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_frexp.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:665: /build/math/m_frexp.os] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_signbit.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/m_signbit.os -MD -MP -MF /build/math/m_signbit.os.dt -MT /build/math/m_signbit.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/s_signbit.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:905: /build/math/m_signbit.os] Error 1 gcc -m32 /build/math/s_ldexp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-ldexpf32x -fno-builtin-ldexpf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/m_ldexp.os -MD -MP -MF /build/math/m_ldexp.os.dt -MT /build/math/m_ldexp.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_ldexp.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/m_ldexp.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/x2y2m1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/x2y2m1.os -MD -MP -MF /build/math/x2y2m1.os.dt -MT /build/math/x2y2m1.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/x2y2m1.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/x2y2m1.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/gamma_product.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/gamma_product.os -MD -MP -MF /build/math/gamma_product.os.dt -MT /build/math/gamma_product.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/gamma_product.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/gamma_product.os] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/lgamma_neg.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/lgamma_neg.os -MD -MP -MF /build/math/lgamma_neg.os.dt -MT /build/math/lgamma_neg.os In file included from ../bits/libc-header-start.h:33, from ../include/float.h:5, from ../sysdeps/ieee754/dbl-64/lgamma_neg.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:909: /build/math/lgamma_neg.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/lgamma_product.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/lgamma_product.os -MD -MP -MF /build/math/lgamma_product.os.dt -MT /build/math/lgamma_product.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/lgamma_product.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/lgamma_product.os] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_nextup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-nextupf32x -fno-builtin-nextupf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_nextup.os -MD -MP -MF /build/math/s_nextup.os.dt -MT /build/math/s_nextup.os In file included from ../bits/libc-header-start.h:33, from ../include/float.h:5, from ../sysdeps/ieee754/dbl-64/s_nextup.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:909: /build/math/s_nextup.os] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_totalorder.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-totalorderf32x -fno-builtin-totalorderf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_totalorder.os -MD -MP -MF /build/math/s_totalorder.os.dt -MT /build/math/s_totalorder.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/s_totalorder.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:909: /build/math/s_totalorder.os] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_totalordermag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-totalordermagf32x -fno-builtin-totalordermagf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_totalordermag.os -MD -MP -MF /build/math/s_totalordermag.os.dt -MT /build/math/s_totalordermag.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/s_totalordermag.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:909: /build/math/s_totalordermag.os] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_getpayload.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-getpayloadf32x -fno-builtin-getpayloadf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_getpayload.os -MD -MP -MF /build/math/s_getpayload.os.dt -MT /build/math/s_getpayload.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/s_getpayload.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:909: /build/math/s_getpayload.os] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_setpayload.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-setpayloadf32x -fno-builtin-setpayloadf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_setpayload.os -MD -MP -MF /build/math/s_setpayload.os.dt -MT /build/math/s_setpayload.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/s_setpayload_main.c:19, from ../sysdeps/ieee754/dbl-64/s_setpayload.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:909: /build/math/s_setpayload.os] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_setpayloadsig.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-setpayloadsigf32x -fno-builtin-setpayloadsigf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_setpayloadsig.os -MD -MP -MF /build/math/s_setpayloadsig.os.dt -MT /build/math/s_setpayloadsig.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/s_setpayload_main.c:19, from ../sysdeps/ieee754/dbl-64/s_setpayloadsig.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:909: /build/math/s_setpayloadsig.os] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_roundeven.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-roundevenf32x -fno-builtin-roundevenf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_roundeven.os -MD -MP -MF /build/math/s_roundeven.os.dt -MT /build/math/s_roundeven.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/s_roundeven.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:909: /build/math/s_roundeven.os] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_fromfp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fromfpf32x -fno-builtin-fromfpf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fromfp.os -MD -MP -MF /build/math/s_fromfp.os.dt -MT /build/math/s_fromfp.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/dbl-64/s_fromfp_main.c:19, from ../sysdeps/ieee754/dbl-64/s_fromfp.c:4: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:909: /build/math/s_fromfp.os] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_ufromfp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-ufromfpf32x -fno-builtin-ufromfpf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ufromfp.os -MD -MP -MF /build/math/s_ufromfp.os.dt -MT /build/math/s_ufromfp.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/dbl-64/s_fromfp_main.c:19, from ../sysdeps/ieee754/dbl-64/s_ufromfp.c:4: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:909: /build/math/s_ufromfp.os] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_fromfpx.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fromfpxf32x -fno-builtin-fromfpxf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fromfpx.os -MD -MP -MF /build/math/s_fromfpx.os.dt -MT /build/math/s_fromfpx.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/dbl-64/s_fromfp_main.c:19, from ../sysdeps/ieee754/dbl-64/s_fromfpx.c:4: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:909: /build/math/s_fromfpx.os] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_ufromfpx.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-ufromfpxf32x -fno-builtin-ufromfpxf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ufromfpx.os -MD -MP -MF /build/math/s_ufromfpx.os.dt -MT /build/math/s_ufromfpx.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/dbl-64/s_fromfp_main.c:19, from ../sysdeps/ieee754/dbl-64/s_ufromfpx.c:4: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:909: /build/math/s_ufromfpx.os] Error 1 gcc -m32 /build/math/carg.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/carg.os -MD -MP -MF /build/math/carg.os.dt -MT /build/math/carg.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/carg.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/carg.os] Error 1 gcc -m32 /build/math/conj.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/conj.os -MD -MP -MF /build/math/conj.os.dt -MT /build/math/conj.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/conj.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/conj.os] Error 1 gcc -m32 /build/math/cimag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/cimag.os -MD -MP -MF /build/math/cimag.os.dt -MT /build/math/cimag.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/cimag.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/cimag.os] Error 1 gcc -m32 /build/math/creal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/creal.os -MD -MP -MF /build/math/creal.os.dt -MT /build/math/creal.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/creal.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/creal.os] Error 1 gcc -m32 /build/math/cabs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/cabs.os -MD -MP -MF /build/math/cabs.os.dt -MT /build/math/cabs.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/cabs.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/cabs.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_scalb.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_scalb.os -MD -MP -MF /build/math/e_scalb.os.dt -MT /build/math/e_scalb.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_scalb.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/e_scalb.os] Error 1 gcc -m32 /build/math/s_cacos.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-cacosf32x -fno-builtin-cacosf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_cacos.os -MD -MP -MF /build/math/s_cacos.os.dt -MT /build/math/s_cacos.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_cacos.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_cacos.os] Error 1 gcc -m32 /build/math/s_cacosh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-cacoshf32x -fno-builtin-cacoshf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_cacosh.os -MD -MP -MF /build/math/s_cacosh.os.dt -MT /build/math/s_cacosh.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_cacosh.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_cacosh.os] Error 1 gcc -m32 /build/math/s_ccos.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-ccosf32x -fno-builtin-ccosf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ccos.os -MD -MP -MF /build/math/s_ccos.os.dt -MT /build/math/s_ccos.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_ccos.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_ccos.os] Error 1 gcc -m32 /build/math/s_ccosh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-ccoshf32x -fno-builtin-ccoshf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ccosh.os -MD -MP -MF /build/math/s_ccosh.os.dt -MT /build/math/s_ccosh.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_ccosh.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_ccosh.os] Error 1 gcc -m32 /build/math/s_casin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-casinf32x -fno-builtin-casinf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_casin.os -MD -MP -MF /build/math/s_casin.os.dt -MT /build/math/s_casin.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_casin.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_casin.os] Error 1 gcc -m32 /build/math/s_csin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-csinf32x -fno-builtin-csinf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_csin.os -MD -MP -MF /build/math/s_csin.os.dt -MT /build/math/s_csin.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_csin.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_csin.os] Error 1 gcc -m32 /build/math/s_casinh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-casinhf32x -fno-builtin-casinhf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_casinh.os -MD -MP -MF /build/math/s_casinh.os.dt -MT /build/math/s_casinh.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_casinh.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_casinh.os] Error 1 gcc -m32 /build/math/k_casinh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/k_casinh.os -MD -MP -MF /build/math/k_casinh.os.dt -MT /build/math/k_casinh.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/k_casinh.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/k_casinh.os] Error 1 gcc -m32 /build/math/s_csinh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-csinhf32x -fno-builtin-csinhf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_csinh.os -MD -MP -MF /build/math/s_csinh.os.dt -MT /build/math/s_csinh.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_csinh.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_csinh.os] Error 1 gcc -m32 /build/math/s_catanh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-catanhf32x -fno-builtin-catanhf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_catanh.os -MD -MP -MF /build/math/s_catanh.os.dt -MT /build/math/s_catanh.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_catanh.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_catanh.os] Error 1 gcc -m32 /build/math/s_catan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-catanf32x -fno-builtin-catanf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_catan.os -MD -MP -MF /build/math/s_catan.os.dt -MT /build/math/s_catan.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_catan.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_catan.os] Error 1 gcc -m32 /build/math/s_ctan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-ctanf32x -fno-builtin-ctanf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ctan.os -MD -MP -MF /build/math/s_ctan.os.dt -MT /build/math/s_ctan.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_ctan.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_ctan.os] Error 1 gcc -m32 /build/math/s_ctanh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-ctanhf32x -fno-builtin-ctanhf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ctanh.os -MD -MP -MF /build/math/s_ctanh.os.dt -MT /build/math/s_ctanh.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_ctanh.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_ctanh.os] Error 1 gcc -m32 /build/math/s_cexp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-cexpf32x -fno-builtin-cexpf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_cexp.os -MD -MP -MF /build/math/s_cexp.os.dt -MT /build/math/s_cexp.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_cexp.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_cexp.os] Error 1 gcc -m32 /build/math/s_clog.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-clogf32x -fno-builtin-clogf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_clog.os -MD -MP -MF /build/math/s_clog.os.dt -MT /build/math/s_clog.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_clog.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_clog.os] Error 1 gcc -m32 /build/math/s_cproj.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-cprojf32x -fno-builtin-cprojf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_cproj.os -MD -MP -MF /build/math/s_cproj.os.dt -MT /build/math/s_cproj.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_cproj.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_cproj.os] Error 1 gcc -m32 /build/math/s_csqrt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-csqrtf32x -fno-builtin-csqrtf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_csqrt.os -MD -MP -MF /build/math/s_csqrt.os.dt -MT /build/math/s_csqrt.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_csqrt.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_csqrt.os] Error 1 gcc -m32 /build/math/s_cpow.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-cpowf32x -fno-builtin-cpowf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_cpow.os -MD -MP -MF /build/math/s_cpow.os.dt -MT /build/math/s_cpow.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_cpow.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_cpow.os] Error 1 gcc -m32 /build/math/s_clog10.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-clog10f32x -fno-builtin-clog10f64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_clog10.os -MD -MP -MF /build/math/s_clog10.os.dt -MT /build/math/s_clog10.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_clog10.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_clog10.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_fdim.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fdimf32x -fno-builtin-fdimf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fdim.os -MD -MP -MF /build/math/s_fdim.os.dt -MT /build/math/s_fdim.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/i386/fpu/s_fdim.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:671: /build/math/s_fdim.os] Error 1 gcc -m32 /build/math/s_nextdown.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-nextdownf32x -fno-builtin-nextdownf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_nextdown.os -MD -MP -MF /build/math/s_nextdown.os.dt -MT /build/math/s_nextdown.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_nextdown.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_nextdown.os] Error 1 gcc -m32 ../sysdeps/i386/i686/fpu/s_fmax.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_fmax.os -MD -MP -MF /build/math/s_fmax.os.dt -MT /build/math/s_fmax.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/i386/i686/fpu/s_fmax.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:567: /build/math/s_fmax.os] Error 1 gcc -m32 ../sysdeps/i386/i686/fpu/s_fmin.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_fmin.os -MD -MP -MF /build/math/s_fmin.os.dt -MT /build/math/s_fmin.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/i386/i686/fpu/s_fmin.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:567: /build/math/s_fmin.os] Error 1 gcc -m32 /build/math/s_nan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-nanf32x -fno-builtin-nanf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_nan.os -MD -MP -MF /build/math/s_nan.os.dt -MT /build/math/s_nan.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_nan.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_nan.os] Error 1 gcc -m32 /build/math/s_iseqsig.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_iseqsig.os -MD -MP -MF /build/math/s_iseqsig.os.dt -MT /build/math/s_iseqsig.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_iseqsig.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_iseqsig.os] Error 1 gcc -m32 /build/math/s_canonicalize.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-canonicalizef32x -fno-builtin-canonicalizef64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_canonicalize.os -MD -MP -MF /build/math/s_canonicalize.os.dt -MT /build/math/s_canonicalize.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_canonicalize.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_canonicalize.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_significand.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_significand.os -MD -MP -MF /build/math/s_significand.os.dt -MT /build/math/s_significand.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_significand.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_significand.os] Error 1 gcc -m32 /build/math/w_ilogb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-ilogbf32x -fno-builtin-ilogbf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_ilogb.os -MD -MP -MF /build/math/w_ilogb.os.dt -MT /build/math/w_ilogb.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/w_ilogb.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_ilogb.os] Error 1 gcc -m32 /build/math/w_llogb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-llogbf32x -fno-builtin-llogbf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_llogb.os -MD -MP -MF /build/math/w_llogb.os.dt -MT /build/math/w_llogb.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/w_llogb.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_llogb.os] Error 1 gcc -m32 /build/math/w_log1p.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-log1pf32x -fno-builtin-log1pf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_log1p.os -MD -MP -MF /build/math/w_log1p.os.dt -MT /build/math/w_log1p.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/w_log1p.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_log1p.os] Error 1 gcc -m32 /build/math/w_scalbln.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-scalblnf32x -fno-builtin-scalblnf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_scalbln.os -MD -MP -MF /build/math/w_scalbln.os.dt -MT /build/math/w_scalbln.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/w_scalbln.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_scalbln.os] Error 1 gcc -m32 /build/math/s_fmaxmag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fmaxmagf32x -fno-builtin-fmaxmagf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fmaxmag.os -MD -MP -MF /build/math/s_fmaxmag.os.dt -MT /build/math/s_fmaxmag.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_fmaxmag.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fmaxmag.os] Error 1 gcc -m32 /build/math/s_fminmag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fminmagf32x -fno-builtin-fminmagf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fminmag.os -MD -MP -MF /build/math/s_fminmag.os.dt -MT /build/math/s_fminmag.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_fminmag.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fminmag.os] Error 1 gcc -m32 /build/math/w_acos.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-acosf32x -fno-builtin-acosf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_acos.os -MD -MP -MF /build/math/w_acos.os.dt -MT /build/math/w_acos.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/w_acos.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_acos.os] Error 1 gcc -m32 /build/math/w_acosh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-acoshf32x -fno-builtin-acoshf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_acosh.os -MD -MP -MF /build/math/w_acosh.os.dt -MT /build/math/w_acosh.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/w_acosh.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_acosh.os] Error 1 gcc -m32 /build/math/w_asin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-asinf32x -fno-builtin-asinf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_asin.os -MD -MP -MF /build/math/w_asin.os.dt -MT /build/math/w_asin.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/w_asin.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_asin.os] Error 1 gcc -m32 /build/math/w_atan2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-atan2f32x -fno-builtin-atan2f64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_atan2.os -MD -MP -MF /build/math/w_atan2.os.dt -MT /build/math/w_atan2.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/w_atan2.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_atan2.os] Error 1 gcc -m32 /build/math/w_atanh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-atanhf32x -fno-builtin-atanhf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_atanh.os -MD -MP -MF /build/math/w_atanh.os.dt -MT /build/math/w_atanh.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/w_atanh.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_atanh.os] Error 1 gcc -m32 /build/math/w_cosh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-coshf32x -fno-builtin-coshf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_cosh.os -MD -MP -MF /build/math/w_cosh.os.dt -MT /build/math/w_cosh.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/w_cosh.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_cosh.os] Error 1 gcc -m32 /build/math/w_exp10.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-exp10f32x -fno-builtin-exp10f64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_exp10.os -MD -MP -MF /build/math/w_exp10.os.dt -MT /build/math/w_exp10.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/w_exp10.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_exp10.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/w_exp2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_exp2.os -MD -MP -MF /build/math/w_exp2.os.dt -MT /build/math/w_exp2.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from ../sysdeps/../math/w_exp2.c:1, from ../sysdeps/i386/fpu/w_exp2.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:671: /build/math/w_exp2.os] Error 1 gcc -m32 /build/math/w_j0.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-j0f32x -fno-builtin-j0f64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_j0.os -MD -MP -MF /build/math/w_j0.os.dt -MT /build/math/w_j0.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/w_j0.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_j0.os] Error 1 gcc -m32 /build/math/w_j1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-j1f32x -fno-builtin-j1f64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_j1.os -MD -MP -MF /build/math/w_j1.os.dt -MT /build/math/w_j1.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/w_j1.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_j1.os] Error 1 gcc -m32 /build/math/w_jn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-jnf32x -fno-builtin-jnf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_jn.os -MD -MP -MF /build/math/w_jn.os.dt -MT /build/math/w_jn.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/w_jn.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_jn.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/w_log.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_log.os -MD -MP -MF /build/math/w_log.os.dt -MT /build/math/w_log.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from ../sysdeps/../math/w_log.c:1, from ../sysdeps/i386/fpu/w_log.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:671: /build/math/w_log.os] Error 1 gcc -m32 /build/math/w_log10.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-log10f32x -fno-builtin-log10f64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_log10.os -MD -MP -MF /build/math/w_log10.os.dt -MT /build/math/w_log10.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/w_log10.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_log10.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/w_log2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_log2.os -MD -MP -MF /build/math/w_log2.os.dt -MT /build/math/w_log2.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from ../sysdeps/../math/w_log2.c:1, from ../sysdeps/i386/fpu/w_log2.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:671: /build/math/w_log2.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/w_pow.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_pow.os -MD -MP -MF /build/math/w_pow.os.dt -MT /build/math/w_pow.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from ../sysdeps/../math/w_pow.c:1, from ../sysdeps/i386/fpu/w_pow.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:671: /build/math/w_pow.os] Error 1 gcc -m32 w_remainder.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-remainderf32x -fno-builtin-remainderf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_remainder.os -MD -MP -MF /build/math/w_remainder.os.dt -MT /build/math/w_remainder.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from w_remainder.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_remainder.os] Error 1 gcc -m32 /build/math/w_scalb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_scalb.os -MD -MP -MF /build/math/w_scalb.os.dt -MT /build/math/w_scalb.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/w_scalb.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_scalb.os] Error 1 gcc -m32 /build/math/w_sinh.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-sinhf32x -fno-builtin-sinhf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_sinh.os -MD -MP -MF /build/math/w_sinh.os.dt -MT /build/math/w_sinh.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/w_sinh.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_sinh.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/w_sqrt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-sqrtf32x -fno-builtin-sqrtf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_sqrt.os -MD -MP -MF /build/math/w_sqrt.os.dt -MT /build/math/w_sqrt.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/i386/fpu/w_sqrt.c:6: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:671: /build/math/w_sqrt.os] Error 1 gcc -m32 /build/math/w_tgamma.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-tgammaf32x -fno-builtin-tgammaf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_tgamma.os -MD -MP -MF /build/math/w_tgamma.os.dt -MT /build/math/w_tgamma.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/w_tgamma.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_tgamma.os] Error 1 gcc -m32 w_lgamma.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-lgammaf32x -fno-builtin-lgammaf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_lgamma.os -MD -MP -MF /build/math/w_lgamma.os.dt -MT /build/math/w_lgamma.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from w_lgamma.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_lgamma.os] Error 1 gcc -m32 /build/math/w_lgamma_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-lgammaf32x_r -fno-builtin-lgammaf64_r -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_lgamma_r.os -MD -MP -MF /build/math/w_lgamma_r.os.dt -MT /build/math/w_lgamma_r.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/w_lgamma_r.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_lgamma_r.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/w_exp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_exp.os -MD -MP -MF /build/math/w_exp.os.dt -MT /build/math/w_exp.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from ../sysdeps/../math/w_exp.c:1, from ../sysdeps/i386/fpu/w_exp.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:671: /build/math/w_exp.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_exp2.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_exp2.os -MD -MP -MF /build/math/e_exp2.os.dt -MT /build/math/e_exp2.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_exp2.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/e_exp2.os] Error 1 gcc -m32 /build/math/s_fmaximum.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fmaximumf32x -fno-builtin-fmaximumf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fmaximum.os -MD -MP -MF /build/math/s_fmaximum.os.dt -MT /build/math/s_fmaximum.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_fmaximum.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fmaximum.os] Error 1 gcc -m32 /build/math/s_fmaximum_mag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fmaximum_magf32x -fno-builtin-fmaximum_magf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fmaximum_mag.os -MD -MP -MF /build/math/s_fmaximum_mag.os.dt -MT /build/math/s_fmaximum_mag.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_fmaximum_mag.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fmaximum_mag.os] Error 1 gcc -m32 /build/math/s_fmaximum_num.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fmaximum_numf32x -fno-builtin-fmaximum_numf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fmaximum_num.os -MD -MP -MF /build/math/s_fmaximum_num.os.dt -MT /build/math/s_fmaximum_num.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_fmaximum_num.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fmaximum_num.os] Error 1 gcc -m32 /build/math/s_fmaximum_mag_num.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fmaximum_mag_numf32x -fno-builtin-fmaximum_mag_numf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fmaximum_mag_num.os -MD -MP -MF /build/math/s_fmaximum_mag_num.os.dt -MT /build/math/s_fmaximum_mag_num.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_fmaximum_mag_num.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fmaximum_mag_num.os] Error 1 gcc -m32 /build/math/s_fminimum.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fminimumf32x -fno-builtin-fminimumf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fminimum.os -MD -MP -MF /build/math/s_fminimum.os.dt -MT /build/math/s_fminimum.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_fminimum.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fminimum.os] Error 1 gcc -m32 /build/math/s_fminimum_mag.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fminimum_magf32x -fno-builtin-fminimum_magf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fminimum_mag.os -MD -MP -MF /build/math/s_fminimum_mag.os.dt -MT /build/math/s_fminimum_mag.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_fminimum_mag.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fminimum_mag.os] Error 1 gcc -m32 /build/math/s_fminimum_num.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fminimum_numf32x -fno-builtin-fminimum_numf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fminimum_num.os -MD -MP -MF /build/math/s_fminimum_num.os.dt -MT /build/math/s_fminimum_num.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_fminimum_num.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fminimum_num.os] Error 1 gcc -m32 /build/math/s_fminimum_mag_num.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fminimum_mag_numf32x -fno-builtin-fminimum_mag_numf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fminimum_mag_num.os -MD -MP -MF /build/math/s_fminimum_mag_num.os.dt -MT /build/math/s_fminimum_mag_num.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_fminimum_mag_num.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fminimum_mag_num.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_acosf.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_acosf.os -MD -MP -MF /build/math/e_acosf.os.dt -MT /build/math/e_acosf.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_acosf.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/e_acosf.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_acoshf.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_acoshf.os -MD -MP -MF /build/math/e_acoshf.os.dt -MT /build/math/e_acoshf.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_acoshf.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/e_acoshf.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_asinf.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_asinf.os -MD -MP -MF /build/math/e_asinf.os.dt -MT /build/math/e_asinf.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_asinf.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/e_asinf.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_atan2f.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_atan2f.os -MD -MP -MF /build/math/e_atan2f.os.dt -MT /build/math/e_atan2f.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_atan2f.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/e_atan2f.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_atanhf.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_atanhf.os -MD -MP -MF /build/math/e_atanhf.os.dt -MT /build/math/e_atanhf.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_atanhf.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/e_atanhf.os] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/e_coshf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_coshf.os -MD -MP -MF /build/math/e_coshf.os.dt -MT /build/math/e_coshf.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/e_coshf.c:15: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:943: /build/math/e_coshf.os] Error 1 gcc -m32 ../sysdeps/i386/i686/fpu/multiarch/e_expf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-expf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_expf.os -MD -MP -MF /build/math/e_expf.os.dt -MT /build/math/e_expf.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from ../sysdeps/gnu/ldsodefs.h:22, from ../sysdeps/unix/sysv/linux/ldsodefs.h:25, from ../sysdeps/x86/init-arch.h:18, from ../sysdeps/i386/i686/multiarch/ifunc-sse2.h:20, from ../sysdeps/i386/i686/fpu/multiarch/e_expf.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:535: /build/math/e_expf.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_fmodf.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_fmodf.os -MD -MP -MF /build/math/e_fmodf.os.dt -MT /build/math/e_fmodf.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_fmodf.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/e_fmodf.os] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/e_hypotf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_hypotf.os -MD -MP -MF /build/math/e_hypotf.os.dt -MT /build/math/e_hypotf.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/flt-32/e_hypotf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:943: /build/math/e_hypotf.os] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/e_j0f.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_j0f.os -MD -MP -MF /build/math/e_j0f.os.dt -MT /build/math/e_j0f.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/e_j0f.c:15: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:943: /build/math/e_j0f.os] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/e_j1f.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_j1f.os -MD -MP -MF /build/math/e_j1f.os.dt -MT /build/math/e_j1f.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/flt-32/e_j1f.c:15: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:943: /build/math/e_j1f.os] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/e_jnf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_jnf.os -MD -MP -MF /build/math/e_jnf.os.dt -MT /build/math/e_jnf.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/flt-32/e_jnf.c:15: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:943: /build/math/e_jnf.os] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/e_lgammaf_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_lgammaf_r.os -MD -MP -MF /build/math/e_lgammaf_r.os.dt -MT /build/math/e_lgammaf_r.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/e_lgammaf_r.c:15: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:943: /build/math/e_lgammaf_r.os] Error 1 gcc -m32 ../sysdeps/i386/i686/fpu/multiarch/e_logf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-logf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_logf.os -MD -MP -MF /build/math/e_logf.os.dt -MT /build/math/e_logf.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from ../sysdeps/gnu/ldsodefs.h:22, from ../sysdeps/unix/sysv/linux/ldsodefs.h:25, from ../sysdeps/x86/init-arch.h:18, from ../sysdeps/i386/i686/multiarch/ifunc-sse2.h:20, from ../sysdeps/i386/i686/fpu/multiarch/e_logf.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:535: /build/math/e_logf.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_log10f.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_log10f.os -MD -MP -MF /build/math/e_log10f.os.dt -MT /build/math/e_log10f.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_log10f.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/e_log10f.os] Error 1 gcc -m32 ../sysdeps/i386/i686/fpu/multiarch/e_powf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-powf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_powf.os -MD -MP -MF /build/math/e_powf.os.dt -MT /build/math/e_powf.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/i386/i686/fpu/multiarch/e_powf.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:535: /build/math/e_powf.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_remainderf.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_remainderf.os -MD -MP -MF /build/math/e_remainderf.os.dt -MT /build/math/e_remainderf.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_remainderf.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/e_remainderf.os] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/e_sinhf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_sinhf.os -MD -MP -MF /build/math/e_sinhf.os.dt -MT /build/math/e_sinhf.os In file included from ../bits/libc-header-start.h:33, from ../include/float.h:5, from ../sysdeps/ieee754/flt-32/e_sinhf.c:15: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:943: /build/math/e_sinhf.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_sqrtf.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_sqrtf.os -MD -MP -MF /build/math/e_sqrtf.os.dt -MT /build/math/e_sqrtf.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_sqrtf.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/e_sqrtf.os] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/e_gammaf_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_gammaf_r.os -MD -MP -MF /build/math/e_gammaf_r.os.dt -MT /build/math/e_gammaf_r.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/e_gammaf_r.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:943: /build/math/e_gammaf_r.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_ilogbf.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_ilogbf.os -MD -MP -MF /build/math/e_ilogbf.os.dt -MT /build/math/e_ilogbf.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_ilogbf.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/e_ilogbf.os] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/k_tanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/k_tanf.os -MD -MP -MF /build/math/k_tanf.os.dt -MT /build/math/k_tanf.os In file included from ../bits/libc-header-start.h:33, from ../include/float.h:5, from ../sysdeps/ieee754/flt-32/k_tanf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:943: /build/math/k_tanf.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_asinhf.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_asinhf.os -MD -MP -MF /build/math/s_asinhf.os.dt -MT /build/math/s_asinhf.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_asinhf.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_asinhf.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_atanf.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_atanf.os -MD -MP -MF /build/math/s_atanf.os.dt -MT /build/math/s_atanf.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_atanf.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_atanf.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_cbrtf.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_cbrtf.os -MD -MP -MF /build/math/s_cbrtf.os.dt -MT /build/math/s_cbrtf.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_cbrtf.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_cbrtf.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_ceilf.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_ceilf.os -MD -MP -MF /build/math/s_ceilf.os.dt -MT /build/math/s_ceilf.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_ceilf.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_ceilf.os] Error 1 gcc -m32 ../sysdeps/i386/i686/fpu/multiarch/s_cosf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-cosf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_cosf.os -MD -MP -MF /build/math/s_cosf.os.dt -MT /build/math/s_cosf.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from ../sysdeps/gnu/ldsodefs.h:22, from ../sysdeps/unix/sysv/linux/ldsodefs.h:25, from ../sysdeps/x86/init-arch.h:18, from ../sysdeps/i386/i686/fpu/multiarch/s_cosf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:535: /build/math/s_cosf.os] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_erff.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-erff32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_erff.os -MD -MP -MF /build/math/s_erff.os.dt -MT /build/math/s_erff.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/flt-32/s_erff.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:943: /build/math/s_erff.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_expm1f.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_expm1f.os -MD -MP -MF /build/math/s_expm1f.os.dt -MT /build/math/s_expm1f.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/i386/fpu/s_expm1f.S:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_expm1f.os] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_fabsf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fabsf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fabsf.os -MD -MP -MF /build/math/s_fabsf.os.dt -MT /build/math/s_fabsf.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/s_fabsf.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:943: /build/math/s_fabsf.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_floorf.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_floorf.os -MD -MP -MF /build/math/s_floorf.os.dt -MT /build/math/s_floorf.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_floorf.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_floorf.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_log1pf.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_log1pf.os -MD -MP -MF /build/math/s_log1pf.os.dt -MT /build/math/s_log1pf.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_log1pf.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_log1pf.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_logbf.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_logbf.os -MD -MP -MF /build/math/s_logbf.os.dt -MT /build/math/s_logbf.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_logbf.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_logbf.os] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_nextafterf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-nextafterf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_nextafterf.os -MD -MP -MF /build/math/s_nextafterf.os.dt -MT /build/math/s_nextafterf.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/flt-32/s_nextafterf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:943: /build/math/s_nextafterf.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_nexttowardf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_nexttowardf.os -MD -MP -MF /build/math/s_nexttowardf.os.dt -MT /build/math/s_nexttowardf.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/i386/fpu/s_nexttowardf.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:671: /build/math/s_nexttowardf.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_rintf.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_rintf.os -MD -MP -MF /build/math/s_rintf.os.dt -MT /build/math/s_rintf.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_rintf.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_rintf.os] Error 1 gcc -m32 ../sysdeps/i386/i686/fpu/multiarch/s_sinf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-sinf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_sinf.os -MD -MP -MF /build/math/s_sinf.os.dt -MT /build/math/s_sinf.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from ../sysdeps/gnu/ldsodefs.h:22, from ../sysdeps/unix/sysv/linux/ldsodefs.h:25, from ../sysdeps/x86/init-arch.h:18, from ../sysdeps/i386/i686/fpu/multiarch/s_sinf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:535: /build/math/s_sinf.os] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_tanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-tanf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_tanf.os -MD -MP -MF /build/math/s_tanf.os.dt -MT /build/math/s_tanf.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/flt-32/s_tanf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:943: /build/math/s_tanf.os] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_tanhf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-tanhf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_tanhf.os -MD -MP -MF /build/math/s_tanhf.os.dt -MT /build/math/s_tanhf.os In file included from ../bits/libc-header-start.h:33, from ../include/float.h:5, from ../sysdeps/ieee754/flt-32/s_tanhf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:943: /build/math/s_tanhf.os] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_fpclassifyf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fpclassifyf.os -MD -MP -MF /build/math/s_fpclassifyf.os.dt -MT /build/math/s_fpclassifyf.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/s_fpclassifyf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:943: /build/math/s_fpclassifyf.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_truncf.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_truncf.os -MD -MP -MF /build/math/s_truncf.os.dt -MT /build/math/s_truncf.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_truncf.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_truncf.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_remquof.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_remquof.os -MD -MP -MF /build/math/s_remquof.os.dt -MT /build/math/s_remquof.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_remquof.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_remquof.os] Error 1 gcc -m32 ../sysdeps/i386/i686/fpu/multiarch/e_log2f.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-log2f32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_log2f.os -MD -MP -MF /build/math/e_log2f.os.dt -MT /build/math/e_log2f.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from ../sysdeps/gnu/ldsodefs.h:22, from ../sysdeps/unix/sysv/linux/ldsodefs.h:25, from ../sysdeps/x86/init-arch.h:18, from ../sysdeps/i386/i686/multiarch/ifunc-sse2.h:20, from ../sysdeps/i386/i686/fpu/multiarch/e_log2f.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:535: /build/math/e_log2f.os] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_roundf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-roundf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_roundf.os -MD -MP -MF /build/math/s_roundf.os.dt -MT /build/math/s_roundf.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/s_roundf.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:943: /build/math/s_roundf.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_nearbyintf.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_nearbyintf.os -MD -MP -MF /build/math/s_nearbyintf.os.dt -MT /build/math/s_nearbyintf.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_nearbyintf.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_nearbyintf.os] Error 1 gcc -m32 ../sysdeps/i386/i686/fpu/multiarch/s_sincosf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-sincosf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_sincosf.os -MD -MP -MF /build/math/s_sincosf.os.dt -MT /build/math/s_sincosf.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from ../sysdeps/gnu/ldsodefs.h:22, from ../sysdeps/unix/sysv/linux/ldsodefs.h:25, from ../sysdeps/x86/init-arch.h:18, from ../sysdeps/i386/i686/fpu/multiarch/s_sincosf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:535: /build/math/s_sincosf.os] Error 1 gcc -m32 ../sysdeps/i386/i686/multiarch/s_fmaf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fmaf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fmaf.os -MD -MP -MF /build/math/s_fmaf.os.dt -MT /build/math/s_fmaf.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/i386/i686/multiarch/s_fmaf.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:603: /build/math/s_fmaf.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_lrintf.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_lrintf.os -MD -MP -MF /build/math/s_lrintf.os.dt -MT /build/math/s_lrintf.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/i386/fpu/s_lrintf.S:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_lrintf.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_llrintf.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_llrintf.os -MD -MP -MF /build/math/s_llrintf.os.dt -MT /build/math/s_llrintf.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/i386/fpu/s_llrintf.S:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_llrintf.os] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_lroundf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-lroundf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_lroundf.os -MD -MP -MF /build/math/s_lroundf.os.dt -MT /build/math/s_lroundf.os In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from ../sysdeps/ieee754/flt-32/s_lroundf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:943: /build/math/s_lroundf.os] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_llroundf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-llroundf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_llroundf.os -MD -MP -MF /build/math/s_llroundf.os.dt -MT /build/math/s_llroundf.os In file included from ../bits/libc-header-start.h:33, from ../math/fenv.h:26, from ../include/fenv.h:2, from ../sysdeps/ieee754/flt-32/s_llroundf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:943: /build/math/s_llroundf.os] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/e_exp10f.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_exp10f.os -MD -MP -MF /build/math/e_exp10f.os.dt -MT /build/math/e_exp10f.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/e_exp10f.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:943: /build/math/e_exp10f.os] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_issignalingf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_issignalingf.os -MD -MP -MF /build/math/s_issignalingf.os.dt -MT /build/math/s_issignalingf.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/s_issignalingf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:943: /build/math/s_issignalingf.os] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_isinff.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/m_isinff.os -MD -MP -MF /build/math/m_isinff.os.dt -MT /build/math/m_isinff.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/s_isinff.c:14: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:939: /build/math/m_isinff.os] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_isnanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/m_isnanf.os -MD -MP -MF /build/math/m_isnanf.os.dt -MT /build/math/m_isnanf.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/s_isnanf.c:24: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:939: /build/math/m_isnanf.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_finitef.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/m_finitef.os -MD -MP -MF /build/math/m_finitef.os.dt -MT /build/math/m_finitef.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_finitef.S:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:665: /build/math/m_finitef.os] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_copysignf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-copysignf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/m_copysignf.os -MD -MP -MF /build/math/m_copysignf.os.dt -MT /build/math/m_copysignf.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/s_copysignf.c:26: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:939: /build/math/m_copysignf.os] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_modff.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-modff32 -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/m_modff.os -MD -MP -MF /build/math/m_modff.os.dt -MT /build/math/m_modff.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/s_modff.c:15: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:939: /build/math/m_modff.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_scalbnf.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/m_scalbnf.os -MD -MP -MF /build/math/m_scalbnf.os.dt -MT /build/math/m_scalbnf.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_scalbnf.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:665: /build/math/m_scalbnf.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_frexpf.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/m_frexpf.os -MD -MP -MF /build/math/m_frexpf.os.dt -MT /build/math/m_frexpf.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_frexpf.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:665: /build/math/m_frexpf.os] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_signbitf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/m_signbitf.os -MD -MP -MF /build/math/m_signbitf.os.dt -MT /build/math/m_signbitf.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/s_signbitf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:939: /build/math/m_signbitf.os] Error 1 gcc -m32 /build/math/s_ldexpf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-ldexpf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/m_ldexpf.os -MD -MP -MF /build/math/m_ldexpf.os.dt -MT /build/math/m_ldexpf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_ldexpf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/m_ldexpf.os] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/x2y2m1f.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/x2y2m1f.os -MD -MP -MF /build/math/x2y2m1f.os.dt -MT /build/math/x2y2m1f.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/x2y2m1f.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:909: /build/math/x2y2m1f.os] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/gamma_productf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/gamma_productf.os -MD -MP -MF /build/math/gamma_productf.os.dt -MT /build/math/gamma_productf.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/gamma_productf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:909: /build/math/gamma_productf.os] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/lgamma_negf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/lgamma_negf.os -MD -MP -MF /build/math/lgamma_negf.os.dt -MT /build/math/lgamma_negf.os In file included from ../bits/libc-header-start.h:33, from ../include/float.h:5, from ../sysdeps/ieee754/flt-32/lgamma_negf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:943: /build/math/lgamma_negf.os] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_nextupf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-nextupf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_nextupf.os -MD -MP -MF /build/math/s_nextupf.os.dt -MT /build/math/s_nextupf.os In file included from ../bits/libc-header-start.h:33, from ../include/float.h:5, from ../sysdeps/ieee754/flt-32/s_nextupf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:943: /build/math/s_nextupf.os] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_totalorderf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-totalorderf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_totalorderf.os -MD -MP -MF /build/math/s_totalorderf.os.dt -MT /build/math/s_totalorderf.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/s_totalorderf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:943: /build/math/s_totalorderf.os] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_totalordermagf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-totalordermagf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_totalordermagf.os -MD -MP -MF /build/math/s_totalordermagf.os.dt -MT /build/math/s_totalordermagf.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/s_totalordermagf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:943: /build/math/s_totalordermagf.os] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_getpayloadf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-getpayloadf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_getpayloadf.os -MD -MP -MF /build/math/s_getpayloadf.os.dt -MT /build/math/s_getpayloadf.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/s_getpayloadf.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:943: /build/math/s_getpayloadf.os] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_setpayloadf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-setpayloadf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_setpayloadf.os -MD -MP -MF /build/math/s_setpayloadf.os.dt -MT /build/math/s_setpayloadf.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/s_setpayloadf_main.c:19, from ../sysdeps/ieee754/flt-32/s_setpayloadf.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:943: /build/math/s_setpayloadf.os] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_setpayloadsigf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-setpayloadsigf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_setpayloadsigf.os -MD -MP -MF /build/math/s_setpayloadsigf.os.dt -MT /build/math/s_setpayloadsigf.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/s_setpayloadf_main.c:19, from ../sysdeps/ieee754/flt-32/s_setpayloadsigf.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:943: /build/math/s_setpayloadsigf.os] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_roundevenf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-roundevenf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_roundevenf.os -MD -MP -MF /build/math/s_roundevenf.os.dt -MT /build/math/s_roundevenf.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/s_roundevenf.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:943: /build/math/s_roundevenf.os] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_fromfpf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fromfpf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fromfpf.os -MD -MP -MF /build/math/s_fromfpf.os.dt -MT /build/math/s_fromfpf.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/flt-32/s_fromfpf_main.c:19, from ../sysdeps/ieee754/flt-32/s_fromfpf.c:4: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:943: /build/math/s_fromfpf.os] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_ufromfpf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-ufromfpf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ufromfpf.os -MD -MP -MF /build/math/s_ufromfpf.os.dt -MT /build/math/s_ufromfpf.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/flt-32/s_fromfpf_main.c:19, from ../sysdeps/ieee754/flt-32/s_ufromfpf.c:4: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:943: /build/math/s_ufromfpf.os] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_fromfpxf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fromfpxf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fromfpxf.os -MD -MP -MF /build/math/s_fromfpxf.os.dt -MT /build/math/s_fromfpxf.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/flt-32/s_fromfpf_main.c:19, from ../sysdeps/ieee754/flt-32/s_fromfpxf.c:4: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:943: /build/math/s_fromfpxf.os] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_ufromfpxf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-ufromfpxf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ufromfpxf.os -MD -MP -MF /build/math/s_ufromfpxf.os.dt -MT /build/math/s_ufromfpxf.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/flt-32/s_fromfpf_main.c:19, from ../sysdeps/ieee754/flt-32/s_ufromfpxf.c:4: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:943: /build/math/s_ufromfpxf.os] Error 1 gcc -m32 /build/math/cargf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/cargf.os -MD -MP -MF /build/math/cargf.os.dt -MT /build/math/cargf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/cargf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/cargf.os] Error 1 gcc -m32 /build/math/conjf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/conjf.os -MD -MP -MF /build/math/conjf.os.dt -MT /build/math/conjf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/conjf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/conjf.os] Error 1 gcc -m32 /build/math/cimagf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/cimagf.os -MD -MP -MF /build/math/cimagf.os.dt -MT /build/math/cimagf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/cimagf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/cimagf.os] Error 1 gcc -m32 /build/math/crealf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/crealf.os -MD -MP -MF /build/math/crealf.os.dt -MT /build/math/crealf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/crealf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/crealf.os] Error 1 gcc -m32 /build/math/cabsf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/cabsf.os -MD -MP -MF /build/math/cabsf.os.dt -MT /build/math/cabsf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/cabsf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/cabsf.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/e_scalbf.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/e_scalbf.os -MD -MP -MF /build/math/e_scalbf.os.dt -MT /build/math/e_scalbf.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/e_scalbf.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/e_scalbf.os] Error 1 gcc -m32 /build/math/s_cacosf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-cacosf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_cacosf.os -MD -MP -MF /build/math/s_cacosf.os.dt -MT /build/math/s_cacosf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_cacosf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_cacosf.os] Error 1 gcc -m32 /build/math/s_cacoshf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-cacoshf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_cacoshf.os -MD -MP -MF /build/math/s_cacoshf.os.dt -MT /build/math/s_cacoshf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_cacoshf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_cacoshf.os] Error 1 gcc -m32 /build/math/s_ccosf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-ccosf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ccosf.os -MD -MP -MF /build/math/s_ccosf.os.dt -MT /build/math/s_ccosf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_ccosf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_ccosf.os] Error 1 gcc -m32 /build/math/s_ccoshf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-ccoshf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ccoshf.os -MD -MP -MF /build/math/s_ccoshf.os.dt -MT /build/math/s_ccoshf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_ccoshf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_ccoshf.os] Error 1 gcc -m32 /build/math/s_casinf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-casinf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_casinf.os -MD -MP -MF /build/math/s_casinf.os.dt -MT /build/math/s_casinf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_casinf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_casinf.os] Error 1 gcc -m32 /build/math/s_csinf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-csinf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_csinf.os -MD -MP -MF /build/math/s_csinf.os.dt -MT /build/math/s_csinf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_csinf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_csinf.os] Error 1 gcc -m32 /build/math/s_casinhf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-casinhf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_casinhf.os -MD -MP -MF /build/math/s_casinhf.os.dt -MT /build/math/s_casinhf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_casinhf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_casinhf.os] Error 1 gcc -m32 /build/math/k_casinhf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/k_casinhf.os -MD -MP -MF /build/math/k_casinhf.os.dt -MT /build/math/k_casinhf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/k_casinhf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/k_casinhf.os] Error 1 gcc -m32 /build/math/s_csinhf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-csinhf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_csinhf.os -MD -MP -MF /build/math/s_csinhf.os.dt -MT /build/math/s_csinhf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_csinhf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_csinhf.os] Error 1 gcc -m32 /build/math/s_catanhf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-catanhf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_catanhf.os -MD -MP -MF /build/math/s_catanhf.os.dt -MT /build/math/s_catanhf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_catanhf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_catanhf.os] Error 1 gcc -m32 /build/math/s_catanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-catanf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_catanf.os -MD -MP -MF /build/math/s_catanf.os.dt -MT /build/math/s_catanf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_catanf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_catanf.os] Error 1 gcc -m32 /build/math/s_ctanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-ctanf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ctanf.os -MD -MP -MF /build/math/s_ctanf.os.dt -MT /build/math/s_ctanf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_ctanf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_ctanf.os] Error 1 gcc -m32 /build/math/s_ctanhf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-ctanhf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ctanhf.os -MD -MP -MF /build/math/s_ctanhf.os.dt -MT /build/math/s_ctanhf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_ctanhf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_ctanhf.os] Error 1 gcc -m32 /build/math/s_cexpf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-cexpf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_cexpf.os -MD -MP -MF /build/math/s_cexpf.os.dt -MT /build/math/s_cexpf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_cexpf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_cexpf.os] Error 1 gcc -m32 /build/math/s_clogf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-clogf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_clogf.os -MD -MP -MF /build/math/s_clogf.os.dt -MT /build/math/s_clogf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_clogf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_clogf.os] Error 1 gcc -m32 /build/math/s_cprojf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-cprojf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_cprojf.os -MD -MP -MF /build/math/s_cprojf.os.dt -MT /build/math/s_cprojf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_cprojf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_cprojf.os] Error 1 gcc -m32 /build/math/s_csqrtf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-csqrtf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_csqrtf.os -MD -MP -MF /build/math/s_csqrtf.os.dt -MT /build/math/s_csqrtf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_csqrtf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_csqrtf.os] Error 1 gcc -m32 /build/math/s_cpowf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-cpowf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_cpowf.os -MD -MP -MF /build/math/s_cpowf.os.dt -MT /build/math/s_cpowf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_cpowf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_cpowf.os] Error 1 gcc -m32 /build/math/s_clog10f.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-clog10f32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_clog10f.os -MD -MP -MF /build/math/s_clog10f.os.dt -MT /build/math/s_clog10f.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_clog10f.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_clog10f.os] Error 1 gcc -m32 /build/math/s_fdimf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fdimf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fdimf.os -MD -MP -MF /build/math/s_fdimf.os.dt -MT /build/math/s_fdimf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_fdimf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fdimf.os] Error 1 gcc -m32 /build/math/s_nextdownf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-nextdownf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_nextdownf.os -MD -MP -MF /build/math/s_nextdownf.os.dt -MT /build/math/s_nextdownf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_nextdownf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_nextdownf.os] Error 1 gcc -m32 ../sysdeps/i386/i686/fpu/s_fmaxf.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_fmaxf.os -MD -MP -MF /build/math/s_fmaxf.os.dt -MT /build/math/s_fmaxf.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/i386/i686/fpu/s_fmaxf.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:567: /build/math/s_fmaxf.os] Error 1 gcc -m32 ../sysdeps/i386/i686/fpu/s_fminf.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_fminf.os -MD -MP -MF /build/math/s_fminf.os.dt -MT /build/math/s_fminf.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/i386/i686/fpu/s_fminf.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:567: /build/math/s_fminf.os] Error 1 gcc -m32 /build/math/s_nanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-nanf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_nanf.os -MD -MP -MF /build/math/s_nanf.os.dt -MT /build/math/s_nanf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_nanf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_nanf.os] Error 1 gcc -m32 /build/math/s_iseqsigf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_iseqsigf.os -MD -MP -MF /build/math/s_iseqsigf.os.dt -MT /build/math/s_iseqsigf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_iseqsigf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_iseqsigf.os] Error 1 gcc -m32 /build/math/s_canonicalizef.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-canonicalizef32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_canonicalizef.os -MD -MP -MF /build/math/s_canonicalizef.os.dt -MT /build/math/s_canonicalizef.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_canonicalizef.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_canonicalizef.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_significandf.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_significandf.os -MD -MP -MF /build/math/s_significandf.os.dt -MT /build/math/s_significandf.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_significandf.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_significandf.os] Error 1 gcc -m32 /build/math/w_ilogbf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-ilogbf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_ilogbf.os -MD -MP -MF /build/math/w_ilogbf.os.dt -MT /build/math/w_ilogbf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/w_ilogbf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_ilogbf.os] Error 1 gcc -m32 /build/math/w_llogbf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-llogbf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_llogbf.os -MD -MP -MF /build/math/w_llogbf.os.dt -MT /build/math/w_llogbf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/w_llogbf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_llogbf.os] Error 1 gcc -m32 /build/math/w_log1pf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-log1pf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_log1pf.os -MD -MP -MF /build/math/w_log1pf.os.dt -MT /build/math/w_log1pf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/w_log1pf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_log1pf.os] Error 1 gcc -m32 /build/math/w_scalblnf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-scalblnf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_scalblnf.os -MD -MP -MF /build/math/w_scalblnf.os.dt -MT /build/math/w_scalblnf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/w_scalblnf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_scalblnf.os] Error 1 gcc -m32 /build/math/s_fmaxmagf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fmaxmagf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fmaxmagf.os -MD -MP -MF /build/math/s_fmaxmagf.os.dt -MT /build/math/s_fmaxmagf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_fmaxmagf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fmaxmagf.os] Error 1 gcc -m32 /build/math/s_fminmagf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fminmagf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fminmagf.os -MD -MP -MF /build/math/s_fminmagf.os.dt -MT /build/math/s_fminmagf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_fminmagf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fminmagf.os] Error 1 gcc -m32 /build/math/w_acosf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-acosf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_acosf.os -MD -MP -MF /build/math/w_acosf.os.dt -MT /build/math/w_acosf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/w_acosf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_acosf.os] Error 1 gcc -m32 /build/math/w_acoshf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-acoshf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_acoshf.os -MD -MP -MF /build/math/w_acoshf.os.dt -MT /build/math/w_acoshf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/w_acoshf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_acoshf.os] Error 1 gcc -m32 /build/math/w_asinf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-asinf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_asinf.os -MD -MP -MF /build/math/w_asinf.os.dt -MT /build/math/w_asinf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/w_asinf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_asinf.os] Error 1 gcc -m32 /build/math/w_atan2f.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-atan2f32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_atan2f.os -MD -MP -MF /build/math/w_atan2f.os.dt -MT /build/math/w_atan2f.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/w_atan2f.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_atan2f.os] Error 1 gcc -m32 /build/math/w_atanhf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-atanhf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_atanhf.os -MD -MP -MF /build/math/w_atanhf.os.dt -MT /build/math/w_atanhf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/w_atanhf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_atanhf.os] Error 1 gcc -m32 /build/math/w_coshf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-coshf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_coshf.os -MD -MP -MF /build/math/w_coshf.os.dt -MT /build/math/w_coshf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/w_coshf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_coshf.os] Error 1 gcc -m32 /build/math/w_j0f.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-j0f32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_j0f.os -MD -MP -MF /build/math/w_j0f.os.dt -MT /build/math/w_j0f.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/w_j0f.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_j0f.os] Error 1 gcc -m32 /build/math/w_j1f.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-j1f32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_j1f.os -MD -MP -MF /build/math/w_j1f.os.dt -MT /build/math/w_j1f.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/w_j1f.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_j1f.os] Error 1 gcc -m32 /build/math/w_jnf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-jnf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_jnf.os -MD -MP -MF /build/math/w_jnf.os.dt -MT /build/math/w_jnf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/w_jnf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_jnf.os] Error 1 gcc -m32 /build/math/w_log10f.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-log10f32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_log10f.os -MD -MP -MF /build/math/w_log10f.os.dt -MT /build/math/w_log10f.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/w_log10f.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_log10f.os] Error 1 gcc -m32 w_remainderf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-remainderf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_remainderf.os -MD -MP -MF /build/math/w_remainderf.os.dt -MT /build/math/w_remainderf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from w_remainderf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_remainderf.os] Error 1 gcc -m32 /build/math/w_scalbf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_scalbf.os -MD -MP -MF /build/math/w_scalbf.os.dt -MT /build/math/w_scalbf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/w_scalbf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_scalbf.os] Error 1 gcc -m32 /build/math/w_sinhf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-sinhf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_sinhf.os -MD -MP -MF /build/math/w_sinhf.os.dt -MT /build/math/w_sinhf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/w_sinhf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_sinhf.os] Error 1 gcc -m32 /build/math/w_sqrtf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-sqrtf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_sqrtf.os -MD -MP -MF /build/math/w_sqrtf.os.dt -MT /build/math/w_sqrtf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/w_sqrtf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_sqrtf.os] Error 1 gcc -m32 /build/math/w_tgammaf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-tgammaf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_tgammaf.os -MD -MP -MF /build/math/w_tgammaf.os.dt -MT /build/math/w_tgammaf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/w_tgammaf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_tgammaf.os] Error 1 gcc -m32 w_lgammaf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-lgammaf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_lgammaf.os -MD -MP -MF /build/math/w_lgammaf.os.dt -MT /build/math/w_lgammaf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from w_lgammaf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_lgammaf.os] Error 1 gcc -m32 /build/math/w_lgammaf_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-lgammaf32_r -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_lgammaf_r.os -MD -MP -MF /build/math/w_lgammaf_r.os.dt -MT /build/math/w_lgammaf_r.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/w_lgammaf_r.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_lgammaf_r.os] Error 1 gcc -m32 ../sysdeps/i386/i686/fpu/multiarch/e_exp2f.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-exp2f32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_exp2f.os -MD -MP -MF /build/math/e_exp2f.os.dt -MT /build/math/e_exp2f.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from ../sysdeps/gnu/ldsodefs.h:22, from ../sysdeps/unix/sysv/linux/ldsodefs.h:25, from ../sysdeps/x86/init-arch.h:18, from ../sysdeps/i386/i686/multiarch/ifunc-sse2.h:20, from ../sysdeps/i386/i686/fpu/multiarch/e_exp2f.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:535: /build/math/e_exp2f.os] Error 1 gcc -m32 /build/math/s_fmaximumf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fmaximumf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fmaximumf.os -MD -MP -MF /build/math/s_fmaximumf.os.dt -MT /build/math/s_fmaximumf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_fmaximumf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fmaximumf.os] Error 1 gcc -m32 /build/math/s_fmaximum_magf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fmaximum_magf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fmaximum_magf.os -MD -MP -MF /build/math/s_fmaximum_magf.os.dt -MT /build/math/s_fmaximum_magf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_fmaximum_magf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fmaximum_magf.os] Error 1 gcc -m32 /build/math/s_fmaximum_numf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fmaximum_numf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fmaximum_numf.os -MD -MP -MF /build/math/s_fmaximum_numf.os.dt -MT /build/math/s_fmaximum_numf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_fmaximum_numf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fmaximum_numf.os] Error 1 gcc -m32 /build/math/s_fmaximum_mag_numf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fmaximum_mag_numf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fmaximum_mag_numf.os -MD -MP -MF /build/math/s_fmaximum_mag_numf.os.dt -MT /build/math/s_fmaximum_mag_numf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_fmaximum_mag_numf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fmaximum_mag_numf.os] Error 1 gcc -m32 /build/math/s_fminimumf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fminimumf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fminimumf.os -MD -MP -MF /build/math/s_fminimumf.os.dt -MT /build/math/s_fminimumf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_fminimumf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fminimumf.os] Error 1 gcc -m32 /build/math/s_fminimum_magf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fminimum_magf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fminimum_magf.os -MD -MP -MF /build/math/s_fminimum_magf.os.dt -MT /build/math/s_fminimum_magf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_fminimum_magf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fminimum_magf.os] Error 1 gcc -m32 /build/math/s_fminimum_numf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fminimum_numf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fminimum_numf.os -MD -MP -MF /build/math/s_fminimum_numf.os.dt -MT /build/math/s_fminimum_numf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_fminimum_numf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fminimum_numf.os] Error 1 gcc -m32 /build/math/s_fminimum_mag_numf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fminimum_mag_numf32 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fminimum_mag_numf.os -MD -MP -MF /build/math/s_fminimum_mag_numf.os.dt -MT /build/math/s_fminimum_mag_numf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_fminimum_mag_numf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fminimum_mag_numf.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/e_acosf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_acosf128.os -MD -MP -MF /build/math/e_acosf128.os.dt -MT /build/math/e_acosf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/e_acosf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/e_acosf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/e_acoshf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_acoshf128.os -MD -MP -MF /build/math/e_acoshf128.os.dt -MT /build/math/e_acoshf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/e_acoshf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/e_acoshf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/e_asinf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_asinf128.os -MD -MP -MF /build/math/e_asinf128.os.dt -MT /build/math/e_asinf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/e_asinf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/e_asinf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/e_atan2f128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_atan2f128.os -MD -MP -MF /build/math/e_atan2f128.os.dt -MT /build/math/e_atan2f128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/e_atan2f128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/e_atan2f128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/e_atanhf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_atanhf128.os -MD -MP -MF /build/math/e_atanhf128.os.dt -MT /build/math/e_atanhf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/e_atanhf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/e_atanhf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/e_coshf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_coshf128.os -MD -MP -MF /build/math/e_coshf128.os.dt -MT /build/math/e_coshf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/e_coshf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/e_coshf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/e_expf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-expf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_expf128.os -MD -MP -MF /build/math/e_expf128.os.dt -MT /build/math/e_expf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/e_expf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/e_expf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/e_fmodf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_fmodf128.os -MD -MP -MF /build/math/e_fmodf128.os.dt -MT /build/math/e_fmodf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/e_fmodf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/e_fmodf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/e_hypotf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_hypotf128.os -MD -MP -MF /build/math/e_hypotf128.os.dt -MT /build/math/e_hypotf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/e_hypotf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/e_hypotf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/e_j0f128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_j0f128.os -MD -MP -MF /build/math/e_j0f128.os.dt -MT /build/math/e_j0f128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/e_j0f128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/e_j0f128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/e_j1f128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_j1f128.os -MD -MP -MF /build/math/e_j1f128.os.dt -MT /build/math/e_j1f128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/e_j1f128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/e_j1f128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/e_jnf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_jnf128.os -MD -MP -MF /build/math/e_jnf128.os.dt -MT /build/math/e_jnf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/e_jnf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/e_jnf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/e_lgammaf128_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_lgammaf128_r.os -MD -MP -MF /build/math/e_lgammaf128_r.os.dt -MT /build/math/e_lgammaf128_r.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/e_lgammaf128_r.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/e_lgammaf128_r.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/e_logf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-logf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_logf128.os -MD -MP -MF /build/math/e_logf128.os.dt -MT /build/math/e_logf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/e_logf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/e_logf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/e_log10f128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_log10f128.os -MD -MP -MF /build/math/e_log10f128.os.dt -MT /build/math/e_log10f128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/e_log10f128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/e_log10f128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/e_powf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-powf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_powf128.os -MD -MP -MF /build/math/e_powf128.os.dt -MT /build/math/e_powf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/e_powf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/e_powf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/e_remainderf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_remainderf128.os -MD -MP -MF /build/math/e_remainderf128.os.dt -MT /build/math/e_remainderf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/e_remainderf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/e_remainderf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/e_sinhf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_sinhf128.os -MD -MP -MF /build/math/e_sinhf128.os.dt -MT /build/math/e_sinhf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/e_sinhf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/e_sinhf128.os] Error 1 gcc -m32 ../sysdeps/x86/fpu/e_sqrtf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_sqrtf128.os -MD -MP -MF /build/math/e_sqrtf128.os.dt -MT /build/math/e_sqrtf128.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../soft-fp/soft-fp.h:44, from ../sysdeps/x86/fpu/e_sqrtf128.c:29: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:705: /build/math/e_sqrtf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/e_gammaf128_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_gammaf128_r.os -MD -MP -MF /build/math/e_gammaf128_r.os.dt -MT /build/math/e_gammaf128_r.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/e_gammaf128_r.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/e_gammaf128_r.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/e_ilogbf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_ilogbf128.os -MD -MP -MF /build/math/e_ilogbf128.os.dt -MT /build/math/e_ilogbf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/e_ilogbf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/e_ilogbf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/k_tanf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/k_tanf128.os -MD -MP -MF /build/math/k_tanf128.os.dt -MT /build/math/k_tanf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/k_tanf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/k_tanf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_asinhf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-asinhf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_asinhf128.os -MD -MP -MF /build/math/s_asinhf128.os.dt -MT /build/math/s_asinhf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_asinhf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_asinhf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_atanf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-atanf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_atanf128.os -MD -MP -MF /build/math/s_atanf128.os.dt -MT /build/math/s_atanf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_atanf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_atanf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_cbrtf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-cbrtf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_cbrtf128.os -MD -MP -MF /build/math/s_cbrtf128.os.dt -MT /build/math/s_cbrtf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_cbrtf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_cbrtf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_ceilf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-ceilf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ceilf128.os -MD -MP -MF /build/math/s_ceilf128.os.dt -MT /build/math/s_ceilf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_ceilf128.c:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_ceilf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_cosf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-cosf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_cosf128.os -MD -MP -MF /build/math/s_cosf128.os.dt -MT /build/math/s_cosf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_cosf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_cosf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_erff128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-erff64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_erff128.os -MD -MP -MF /build/math/s_erff128.os.dt -MT /build/math/s_erff128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_erff128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_erff128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_expm1f128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-expm1f64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_expm1f128.os -MD -MP -MF /build/math/s_expm1f128.os.dt -MT /build/math/s_expm1f128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_expm1f128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_expm1f128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_fabsf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fabsf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fabsf128.os -MD -MP -MF /build/math/s_fabsf128.os.dt -MT /build/math/s_fabsf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_fabsf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_fabsf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_floorf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-floorf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_floorf128.os -MD -MP -MF /build/math/s_floorf128.os.dt -MT /build/math/s_floorf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_floorf128.c:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_floorf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_log1pf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_log1pf128.os -MD -MP -MF /build/math/s_log1pf128.os.dt -MT /build/math/s_log1pf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_log1pf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_log1pf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_logbf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-logbf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_logbf128.os -MD -MP -MF /build/math/s_logbf128.os.dt -MT /build/math/s_logbf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_logbf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_logbf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_nextafterf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-nextafterf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_nextafterf128.os -MD -MP -MF /build/math/s_nextafterf128.os.dt -MT /build/math/s_nextafterf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_nextafterf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_nextafterf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_rintf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-rintf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_rintf128.os -MD -MP -MF /build/math/s_rintf128.os.dt -MT /build/math/s_rintf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_rintf128.c:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_rintf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_scalblnf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_scalblnf128.os -MD -MP -MF /build/math/s_scalblnf128.os.dt -MT /build/math/s_scalblnf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_scalblnf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_scalblnf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_sinf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-sinf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_sinf128.os -MD -MP -MF /build/math/s_sinf128.os.dt -MT /build/math/s_sinf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_sinf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_sinf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_tanf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-tanf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_tanf128.os -MD -MP -MF /build/math/s_tanf128.os.dt -MT /build/math/s_tanf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_tanf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_tanf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_tanhf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-tanhf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_tanhf128.os -MD -MP -MF /build/math/s_tanhf128.os.dt -MT /build/math/s_tanhf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_tanhf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_tanhf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_fpclassifyf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fpclassifyf128.os -MD -MP -MF /build/math/s_fpclassifyf128.os.dt -MT /build/math/s_fpclassifyf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_fpclassifyf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_fpclassifyf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_truncf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-truncf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_truncf128.os -MD -MP -MF /build/math/s_truncf128.os.dt -MT /build/math/s_truncf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_truncf128.c:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_truncf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_remquof128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-remquof64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_remquof128.os -MD -MP -MF /build/math/s_remquof128.os.dt -MT /build/math/s_remquof128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_remquof128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_remquof128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/e_log2f128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-log2f64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_log2f128.os -MD -MP -MF /build/math/e_log2f128.os.dt -MT /build/math/e_log2f128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/e_log2f128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/e_log2f128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_roundf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-roundf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_roundf128.os -MD -MP -MF /build/math/s_roundf128.os.dt -MT /build/math/s_roundf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_roundf128.c:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_roundf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_nearbyintf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-nearbyintf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_nearbyintf128.os -MD -MP -MF /build/math/s_nearbyintf128.os.dt -MT /build/math/s_nearbyintf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_nearbyintf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_nearbyintf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_sincosf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-sincosf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_sincosf128.os -MD -MP -MF /build/math/s_sincosf128.os.dt -MT /build/math/s_sincosf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_sincosf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_sincosf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_fmaf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fmaf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fmaf128.os -MD -MP -MF /build/math/s_fmaf128.os.dt -MT /build/math/s_fmaf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_fmaf128.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_fmaf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_lrintf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-lrintf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_lrintf128.os -MD -MP -MF /build/math/s_lrintf128.os.dt -MT /build/math/s_lrintf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_lrintf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_lrintf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_llrintf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-llrintf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_llrintf128.os -MD -MP -MF /build/math/s_llrintf128.os.dt -MT /build/math/s_llrintf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_llrintf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_llrintf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_lroundf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-lroundf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_lroundf128.os -MD -MP -MF /build/math/s_lroundf128.os.dt -MT /build/math/s_lroundf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_lroundf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_lroundf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_llroundf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-llroundf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_llroundf128.os -MD -MP -MF /build/math/s_llroundf128.os.dt -MT /build/math/s_llroundf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_llroundf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_llroundf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/e_exp10f128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_exp10f128.os -MD -MP -MF /build/math/e_exp10f128.os.dt -MT /build/math/e_exp10f128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/e_exp10f128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/e_exp10f128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_issignalingf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_issignalingf128.os -MD -MP -MF /build/math/s_issignalingf128.os.dt -MT /build/math/s_issignalingf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_issignalingf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_issignalingf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_isinff128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/m_isinff128.os -MD -MP -MF /build/math/m_isinff128.os.dt -MT /build/math/m_isinff128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_isinff128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:837: /build/math/m_isinff128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_isnanf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/m_isnanf128.os -MD -MP -MF /build/math/m_isnanf128.os.dt -MT /build/math/m_isnanf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_isnanf128.c:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:837: /build/math/m_isnanf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_finitef128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/m_finitef128.os -MD -MP -MF /build/math/m_finitef128.os.dt -MT /build/math/m_finitef128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_finitef128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:837: /build/math/m_finitef128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_copysignf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-copysignf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/m_copysignf128.os -MD -MP -MF /build/math/m_copysignf128.os.dt -MT /build/math/m_copysignf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_copysignf128.c:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:837: /build/math/m_copysignf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_modff128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-modff64x -fsignaling-nans -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/m_modff128.os -MD -MP -MF /build/math/m_modff128.os.dt -MT /build/math/m_modff128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_modff128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:837: /build/math/m_modff128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_scalbnf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-scalbnf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/m_scalbnf128.os -MD -MP -MF /build/math/m_scalbnf128.os.dt -MT /build/math/m_scalbnf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_scalbnf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:837: /build/math/m_scalbnf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_frexpf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-frexpf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/m_frexpf128.os -MD -MP -MF /build/math/m_frexpf128.os.dt -MT /build/math/m_frexpf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_frexpf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:837: /build/math/m_frexpf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_signbitf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/m_signbitf128.os -MD -MP -MF /build/math/m_signbitf128.os.dt -MT /build/math/m_signbitf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_signbitf128.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:837: /build/math/m_signbitf128.os] Error 1 gcc -m32 /build/math/s_ldexpf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-ldexpf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/m_ldexpf128.os -MD -MP -MF /build/math/m_ldexpf128.os.dt -MT /build/math/m_ldexpf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_ldexpf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/m_ldexpf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/x2y2m1f128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/x2y2m1f128.os -MD -MP -MF /build/math/x2y2m1f128.os.dt -MT /build/math/x2y2m1f128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/x2y2m1f128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/x2y2m1f128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/gamma_productf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/gamma_productf128.os -MD -MP -MF /build/math/gamma_productf128.os.dt -MT /build/math/gamma_productf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/gamma_productf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/gamma_productf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/lgamma_negf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/lgamma_negf128.os -MD -MP -MF /build/math/lgamma_negf128.os.dt -MT /build/math/lgamma_negf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/lgamma_negf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/lgamma_negf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/lgamma_productf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/lgamma_productf128.os -MD -MP -MF /build/math/lgamma_productf128.os.dt -MT /build/math/lgamma_productf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/lgamma_productf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/lgamma_productf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_nextupf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-nextupf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_nextupf128.os -MD -MP -MF /build/math/s_nextupf128.os.dt -MT /build/math/s_nextupf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_nextupf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_nextupf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_totalorderf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-totalorderf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_totalorderf128.os -MD -MP -MF /build/math/s_totalorderf128.os.dt -MT /build/math/s_totalorderf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_totalorderf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_totalorderf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_totalordermagf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-totalordermagf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_totalordermagf128.os -MD -MP -MF /build/math/s_totalordermagf128.os.dt -MT /build/math/s_totalordermagf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_totalordermagf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_totalordermagf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_getpayloadf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-getpayloadf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_getpayloadf128.os -MD -MP -MF /build/math/s_getpayloadf128.os.dt -MT /build/math/s_getpayloadf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_getpayloadf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_getpayloadf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_setpayloadf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-setpayloadf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_setpayloadf128.os -MD -MP -MF /build/math/s_setpayloadf128.os.dt -MT /build/math/s_setpayloadf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_setpayloadf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_setpayloadf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_setpayloadsigf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-setpayloadsigf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_setpayloadsigf128.os -MD -MP -MF /build/math/s_setpayloadsigf128.os.dt -MT /build/math/s_setpayloadsigf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_setpayloadsigf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_setpayloadsigf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_roundevenf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-roundevenf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_roundevenf128.os -MD -MP -MF /build/math/s_roundevenf128.os.dt -MT /build/math/s_roundevenf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_roundevenf128.c:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_roundevenf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_fromfpf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fromfpf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fromfpf128.os -MD -MP -MF /build/math/s_fromfpf128.os.dt -MT /build/math/s_fromfpf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_fromfpf128.c:4: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_fromfpf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_ufromfpf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-ufromfpf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ufromfpf128.os -MD -MP -MF /build/math/s_ufromfpf128.os.dt -MT /build/math/s_ufromfpf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_ufromfpf128.c:4: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_ufromfpf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_fromfpxf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fromfpxf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fromfpxf128.os -MD -MP -MF /build/math/s_fromfpxf128.os.dt -MT /build/math/s_fromfpxf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_fromfpxf128.c:4: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_fromfpxf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_ufromfpxf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-ufromfpxf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ufromfpxf128.os -MD -MP -MF /build/math/s_ufromfpxf128.os.dt -MT /build/math/s_ufromfpxf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_ufromfpxf128.c:4: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_ufromfpxf128.os] Error 1 gcc -m32 /build/math/cargf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/cargf128.os -MD -MP -MF /build/math/cargf128.os.dt -MT /build/math/cargf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/cargf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/cargf128.os] Error 1 gcc -m32 /build/math/conjf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/conjf128.os -MD -MP -MF /build/math/conjf128.os.dt -MT /build/math/conjf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/conjf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/conjf128.os] Error 1 gcc -m32 /build/math/cimagf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/cimagf128.os -MD -MP -MF /build/math/cimagf128.os.dt -MT /build/math/cimagf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/cimagf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/cimagf128.os] Error 1 gcc -m32 /build/math/crealf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/crealf128.os -MD -MP -MF /build/math/crealf128.os.dt -MT /build/math/crealf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/crealf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/crealf128.os] Error 1 gcc -m32 /build/math/cabsf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/cabsf128.os -MD -MP -MF /build/math/cabsf128.os.dt -MT /build/math/cabsf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/cabsf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/cabsf128.os] Error 1 gcc -m32 /build/math/s_cacosf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-cacosf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_cacosf128.os -MD -MP -MF /build/math/s_cacosf128.os.dt -MT /build/math/s_cacosf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_cacosf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_cacosf128.os] Error 1 gcc -m32 /build/math/s_cacoshf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-cacoshf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_cacoshf128.os -MD -MP -MF /build/math/s_cacoshf128.os.dt -MT /build/math/s_cacoshf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_cacoshf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_cacoshf128.os] Error 1 gcc -m32 /build/math/s_ccosf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-ccosf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ccosf128.os -MD -MP -MF /build/math/s_ccosf128.os.dt -MT /build/math/s_ccosf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_ccosf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_ccosf128.os] Error 1 gcc -m32 /build/math/s_ccoshf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-ccoshf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ccoshf128.os -MD -MP -MF /build/math/s_ccoshf128.os.dt -MT /build/math/s_ccoshf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_ccoshf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_ccoshf128.os] Error 1 gcc -m32 /build/math/s_casinf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-casinf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_casinf128.os -MD -MP -MF /build/math/s_casinf128.os.dt -MT /build/math/s_casinf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_casinf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_casinf128.os] Error 1 gcc -m32 /build/math/s_csinf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-csinf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_csinf128.os -MD -MP -MF /build/math/s_csinf128.os.dt -MT /build/math/s_csinf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_csinf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_csinf128.os] Error 1 gcc -m32 /build/math/s_casinhf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-casinhf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_casinhf128.os -MD -MP -MF /build/math/s_casinhf128.os.dt -MT /build/math/s_casinhf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_casinhf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_casinhf128.os] Error 1 gcc -m32 /build/math/k_casinhf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/k_casinhf128.os -MD -MP -MF /build/math/k_casinhf128.os.dt -MT /build/math/k_casinhf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/k_casinhf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/k_casinhf128.os] Error 1 gcc -m32 /build/math/s_csinhf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-csinhf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_csinhf128.os -MD -MP -MF /build/math/s_csinhf128.os.dt -MT /build/math/s_csinhf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_csinhf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_csinhf128.os] Error 1 gcc -m32 /build/math/s_catanhf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-catanhf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_catanhf128.os -MD -MP -MF /build/math/s_catanhf128.os.dt -MT /build/math/s_catanhf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_catanhf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_catanhf128.os] Error 1 gcc -m32 /build/math/s_catanf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-catanf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_catanf128.os -MD -MP -MF /build/math/s_catanf128.os.dt -MT /build/math/s_catanf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_catanf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_catanf128.os] Error 1 gcc -m32 /build/math/s_ctanf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-ctanf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ctanf128.os -MD -MP -MF /build/math/s_ctanf128.os.dt -MT /build/math/s_ctanf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_ctanf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_ctanf128.os] Error 1 gcc -m32 /build/math/s_ctanhf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-ctanhf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ctanhf128.os -MD -MP -MF /build/math/s_ctanhf128.os.dt -MT /build/math/s_ctanhf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_ctanhf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_ctanhf128.os] Error 1 gcc -m32 /build/math/s_cexpf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-cexpf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_cexpf128.os -MD -MP -MF /build/math/s_cexpf128.os.dt -MT /build/math/s_cexpf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_cexpf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_cexpf128.os] Error 1 gcc -m32 /build/math/s_clogf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-clogf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_clogf128.os -MD -MP -MF /build/math/s_clogf128.os.dt -MT /build/math/s_clogf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_clogf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_clogf128.os] Error 1 gcc -m32 /build/math/s_cprojf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-cprojf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_cprojf128.os -MD -MP -MF /build/math/s_cprojf128.os.dt -MT /build/math/s_cprojf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_cprojf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_cprojf128.os] Error 1 gcc -m32 /build/math/s_csqrtf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-csqrtf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_csqrtf128.os -MD -MP -MF /build/math/s_csqrtf128.os.dt -MT /build/math/s_csqrtf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_csqrtf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_csqrtf128.os] Error 1 gcc -m32 /build/math/s_cpowf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-cpowf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_cpowf128.os -MD -MP -MF /build/math/s_cpowf128.os.dt -MT /build/math/s_cpowf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_cpowf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_cpowf128.os] Error 1 gcc -m32 /build/math/s_clog10f128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-clog10f64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_clog10f128.os -MD -MP -MF /build/math/s_clog10f128.os.dt -MT /build/math/s_clog10f128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_clog10f128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_clog10f128.os] Error 1 gcc -m32 /build/math/s_fdimf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fdimf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fdimf128.os -MD -MP -MF /build/math/s_fdimf128.os.dt -MT /build/math/s_fdimf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_fdimf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fdimf128.os] Error 1 gcc -m32 /build/math/s_nextdownf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-nextdownf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_nextdownf128.os -MD -MP -MF /build/math/s_nextdownf128.os.dt -MT /build/math/s_nextdownf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_nextdownf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_nextdownf128.os] Error 1 gcc -m32 /build/math/s_fmaxf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fmaxf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fmaxf128.os -MD -MP -MF /build/math/s_fmaxf128.os.dt -MT /build/math/s_fmaxf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_fmaxf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fmaxf128.os] Error 1 gcc -m32 /build/math/s_fminf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fminf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fminf128.os -MD -MP -MF /build/math/s_fminf128.os.dt -MT /build/math/s_fminf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_fminf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fminf128.os] Error 1 gcc -m32 /build/math/s_nanf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-nanf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_nanf128.os -MD -MP -MF /build/math/s_nanf128.os.dt -MT /build/math/s_nanf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_nanf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_nanf128.os] Error 1 gcc -m32 /build/math/s_iseqsigf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_iseqsigf128.os -MD -MP -MF /build/math/s_iseqsigf128.os.dt -MT /build/math/s_iseqsigf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_iseqsigf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_iseqsigf128.os] Error 1 gcc -m32 /build/math/s_canonicalizef128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-canonicalizef64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_canonicalizef128.os -MD -MP -MF /build/math/s_canonicalizef128.os.dt -MT /build/math/s_canonicalizef128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_canonicalizef128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_canonicalizef128.os] Error 1 gcc -m32 /build/math/w_ilogbf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-ilogbf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_ilogbf128.os -MD -MP -MF /build/math/w_ilogbf128.os.dt -MT /build/math/w_ilogbf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/w_ilogbf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_ilogbf128.os] Error 1 gcc -m32 /build/math/w_llogbf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-llogbf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_llogbf128.os -MD -MP -MF /build/math/w_llogbf128.os.dt -MT /build/math/w_llogbf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/w_llogbf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_llogbf128.os] Error 1 gcc -m32 /build/math/w_log1pf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-log1pf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_log1pf128.os -MD -MP -MF /build/math/w_log1pf128.os.dt -MT /build/math/w_log1pf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/w_log1pf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_log1pf128.os] Error 1 gcc -m32 /build/math/w_scalblnf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-scalblnf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_scalblnf128.os -MD -MP -MF /build/math/w_scalblnf128.os.dt -MT /build/math/w_scalblnf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/w_scalblnf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_scalblnf128.os] Error 1 gcc -m32 /build/math/s_fmaxmagf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fmaxmagf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fmaxmagf128.os -MD -MP -MF /build/math/s_fmaxmagf128.os.dt -MT /build/math/s_fmaxmagf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_fmaxmagf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fmaxmagf128.os] Error 1 gcc -m32 /build/math/s_fminmagf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fminmagf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fminmagf128.os -MD -MP -MF /build/math/s_fminmagf128.os.dt -MT /build/math/s_fminmagf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_fminmagf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fminmagf128.os] Error 1 gcc -m32 /build/math/w_acosf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-acosf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_acosf128.os -MD -MP -MF /build/math/w_acosf128.os.dt -MT /build/math/w_acosf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/w_acosf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_acosf128.os] Error 1 gcc -m32 /build/math/w_acoshf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-acoshf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_acoshf128.os -MD -MP -MF /build/math/w_acoshf128.os.dt -MT /build/math/w_acoshf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/w_acoshf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_acoshf128.os] Error 1 gcc -m32 /build/math/w_asinf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-asinf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_asinf128.os -MD -MP -MF /build/math/w_asinf128.os.dt -MT /build/math/w_asinf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/w_asinf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_asinf128.os] Error 1 gcc -m32 /build/math/w_atan2f128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-atan2f64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_atan2f128.os -MD -MP -MF /build/math/w_atan2f128.os.dt -MT /build/math/w_atan2f128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/w_atan2f128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_atan2f128.os] Error 1 gcc -m32 /build/math/w_atanhf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-atanhf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_atanhf128.os -MD -MP -MF /build/math/w_atanhf128.os.dt -MT /build/math/w_atanhf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/w_atanhf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_atanhf128.os] Error 1 gcc -m32 /build/math/w_coshf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-coshf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_coshf128.os -MD -MP -MF /build/math/w_coshf128.os.dt -MT /build/math/w_coshf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/w_coshf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_coshf128.os] Error 1 gcc -m32 /build/math/w_exp10f128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-exp10f64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_exp10f128.os -MD -MP -MF /build/math/w_exp10f128.os.dt -MT /build/math/w_exp10f128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/w_exp10f128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_exp10f128.os] Error 1 gcc -m32 /build/math/w_exp2f128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_exp2f128.os -MD -MP -MF /build/math/w_exp2f128.os.dt -MT /build/math/w_exp2f128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/w_exp2f128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_exp2f128.os] Error 1 gcc -m32 /build/math/w_fmodf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fmodf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_fmodf128.os -MD -MP -MF /build/math/w_fmodf128.os.dt -MT /build/math/w_fmodf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/w_fmodf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_fmodf128.os] Error 1 gcc -m32 /build/math/w_hypotf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-hypotf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_hypotf128.os -MD -MP -MF /build/math/w_hypotf128.os.dt -MT /build/math/w_hypotf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/w_hypotf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_hypotf128.os] Error 1 gcc -m32 /build/math/w_j0f128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-j0f64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_j0f128.os -MD -MP -MF /build/math/w_j0f128.os.dt -MT /build/math/w_j0f128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/w_j0f128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_j0f128.os] Error 1 gcc -m32 /build/math/w_j1f128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-j1f64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_j1f128.os -MD -MP -MF /build/math/w_j1f128.os.dt -MT /build/math/w_j1f128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/w_j1f128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_j1f128.os] Error 1 gcc -m32 /build/math/w_jnf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-jnf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_jnf128.os -MD -MP -MF /build/math/w_jnf128.os.dt -MT /build/math/w_jnf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/w_jnf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_jnf128.os] Error 1 gcc -m32 /build/math/w_logf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_logf128.os -MD -MP -MF /build/math/w_logf128.os.dt -MT /build/math/w_logf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/w_logf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_logf128.os] Error 1 gcc -m32 /build/math/w_log10f128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-log10f64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_log10f128.os -MD -MP -MF /build/math/w_log10f128.os.dt -MT /build/math/w_log10f128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/w_log10f128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_log10f128.os] Error 1 gcc -m32 /build/math/w_log2f128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_log2f128.os -MD -MP -MF /build/math/w_log2f128.os.dt -MT /build/math/w_log2f128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/w_log2f128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_log2f128.os] Error 1 gcc -m32 /build/math/w_powf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_powf128.os -MD -MP -MF /build/math/w_powf128.os.dt -MT /build/math/w_powf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/w_powf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_powf128.os] Error 1 gcc -m32 /build/math/w_remainderf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-remainderf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_remainderf128.os -MD -MP -MF /build/math/w_remainderf128.os.dt -MT /build/math/w_remainderf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/w_remainderf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_remainderf128.os] Error 1 gcc -m32 /build/math/w_sinhf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-sinhf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_sinhf128.os -MD -MP -MF /build/math/w_sinhf128.os.dt -MT /build/math/w_sinhf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/w_sinhf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_sinhf128.os] Error 1 gcc -m32 /build/math/w_sqrtf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-sqrtf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_sqrtf128.os -MD -MP -MF /build/math/w_sqrtf128.os.dt -MT /build/math/w_sqrtf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/w_sqrtf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_sqrtf128.os] Error 1 gcc -m32 /build/math/w_tgammaf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-tgammaf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_tgammaf128.os -MD -MP -MF /build/math/w_tgammaf128.os.dt -MT /build/math/w_tgammaf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/w_tgammaf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_tgammaf128.os] Error 1 gcc -m32 /build/math/w_lgammaf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-lgammaf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_lgammaf128.os -MD -MP -MF /build/math/w_lgammaf128.os.dt -MT /build/math/w_lgammaf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/w_lgammaf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_lgammaf128.os] Error 1 gcc -m32 /build/math/w_lgammaf128_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-lgammaf64x_r -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_lgammaf128_r.os -MD -MP -MF /build/math/w_lgammaf128_r.os.dt -MT /build/math/w_lgammaf128_r.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/w_lgammaf128_r.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_lgammaf128_r.os] Error 1 gcc -m32 /build/math/w_expf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/w_expf128.os -MD -MP -MF /build/math/w_expf128.os.dt -MT /build/math/w_expf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/w_expf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/w_expf128.os] Error 1 gcc -m32 /build/math/e_exp2f128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-exp2f64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_exp2f128.os -MD -MP -MF /build/math/e_exp2f128.os.dt -MT /build/math/e_exp2f128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/e_exp2f128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/e_exp2f128.os] Error 1 gcc -m32 /build/math/s_fmaximumf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fmaximumf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fmaximumf128.os -MD -MP -MF /build/math/s_fmaximumf128.os.dt -MT /build/math/s_fmaximumf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_fmaximumf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fmaximumf128.os] Error 1 gcc -m32 /build/math/s_fmaximum_magf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fmaximum_magf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fmaximum_magf128.os -MD -MP -MF /build/math/s_fmaximum_magf128.os.dt -MT /build/math/s_fmaximum_magf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_fmaximum_magf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fmaximum_magf128.os] Error 1 gcc -m32 /build/math/s_fmaximum_numf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fmaximum_numf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fmaximum_numf128.os -MD -MP -MF /build/math/s_fmaximum_numf128.os.dt -MT /build/math/s_fmaximum_numf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_fmaximum_numf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fmaximum_numf128.os] Error 1 gcc -m32 /build/math/s_fmaximum_mag_numf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fmaximum_mag_numf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fmaximum_mag_numf128.os -MD -MP -MF /build/math/s_fmaximum_mag_numf128.os.dt -MT /build/math/s_fmaximum_mag_numf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_fmaximum_mag_numf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fmaximum_mag_numf128.os] Error 1 gcc -m32 /build/math/s_fminimumf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fminimumf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fminimumf128.os -MD -MP -MF /build/math/s_fminimumf128.os.dt -MT /build/math/s_fminimumf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_fminimumf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fminimumf128.os] Error 1 gcc -m32 /build/math/s_fminimum_magf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fminimum_magf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fminimum_magf128.os -MD -MP -MF /build/math/s_fminimum_magf128.os.dt -MT /build/math/s_fminimum_magf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_fminimum_magf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fminimum_magf128.os] Error 1 gcc -m32 /build/math/s_fminimum_numf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fminimum_numf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fminimum_numf128.os -MD -MP -MF /build/math/s_fminimum_numf128.os.dt -MT /build/math/s_fminimum_numf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_fminimum_numf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fminimum_numf128.os] Error 1 gcc -m32 /build/math/s_fminimum_mag_numf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-fminimum_mag_numf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fminimum_mag_numf128.os -MD -MP -MF /build/math/s_fminimum_mag_numf128.os.dt -MT /build/math/s_fminimum_mag_numf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_fminimum_mag_numf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_fminimum_mag_numf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/k_sinl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/k_sinl.os -MD -MP -MF /build/math/k_sinl.os.dt -MT /build/math/k_sinl.os In file included from ../bits/libc-header-start.h:33, from ../include/float.h:5, from ../sysdeps/ieee754/ldbl-96/k_sinl.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/k_sinl.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/k_cosl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/k_cosl.os -MD -MP -MF /build/math/k_cosl.os.dt -MT /build/math/k_cosl.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/k_cosl.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/k_cosl.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_iscanonicall.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_iscanonicall.os -MD -MP -MF /build/math/s_iscanonicall.os.dt -MT /build/math/s_iscanonicall.os In file included from ../bits/libc-header-start.h:33, from ../include/float.h:5, from ../sysdeps/ieee754/ldbl-96/s_iscanonicall.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/s_iscanonicall.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/e_rem_pio2l.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_rem_pio2l.os -MD -MP -MF /build/math/e_rem_pio2l.os.dt -MT /build/math/e_rem_pio2l.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/e_rem_pio2l.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/e_rem_pio2l.os] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/branred.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -ffp-contract=off -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/branred.os -MD -MP -MF /build/math/branred.os.dt -MT /build/math/branred.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/ieee754/dbl-64/branred.c:34: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:909: /build/math/branred.os] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/k_rem_pio2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/k_rem_pio2.os -MD -MP -MF /build/math/k_rem_pio2.os.dt -MT /build/math/k_rem_pio2.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/k_rem_pio2.c:133: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:909: /build/math/k_rem_pio2.os] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/sincostab.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/sincostab.os -MD -MP -MF /build/math/sincostab.os.dt -MT /build/math/sincostab.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/ieee754/dbl-64/sincostab.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:909: /build/math/sincostab.os] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/math_errf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/math_errf.os -MD -MP -MF /build/math/math_errf.os.dt -MT /build/math/math_errf.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/math_config.h:22, from ../sysdeps/ieee754/flt-32/math_errf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:943: /build/math/math_errf.os] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/e_exp2f_data.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_exp2f_data.os -MD -MP -MF /build/math/e_exp2f_data.os.dt -MT /build/math/e_exp2f_data.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/math_config.h:22, from ../sysdeps/ieee754/flt-32/e_exp2f_data.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:943: /build/math/e_exp2f_data.os] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/e_logf_data.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_logf_data.os -MD -MP -MF /build/math/e_logf_data.os.dt -MT /build/math/e_logf_data.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/math_config.h:22, from ../sysdeps/ieee754/flt-32/e_logf_data.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:943: /build/math/e_logf_data.os] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/e_log2f_data.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_log2f_data.os -MD -MP -MF /build/math/e_log2f_data.os.dt -MT /build/math/e_log2f_data.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/math_config.h:22, from ../sysdeps/ieee754/flt-32/e_log2f_data.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:943: /build/math/e_log2f_data.os] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/e_powf_log2_data.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_powf_log2_data.os -MD -MP -MF /build/math/e_powf_log2_data.os.dt -MT /build/math/e_powf_log2_data.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/math_config.h:22, from ../sysdeps/ieee754/flt-32/e_powf_log2_data.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:943: /build/math/e_powf_log2_data.os] Error 1 gcc -m32 ../sysdeps/x86/fpu/s_sincosf_data.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_sincosf_data.os -MD -MP -MF /build/math/s_sincosf_data.os.dt -MT /build/math/s_sincosf_data.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../sysdeps/x86/fpu/s_sincosf_data.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:705: /build/math/s_sincosf_data.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/t_sincosf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/t_sincosf128.os -MD -MP -MF /build/math/t_sincosf128.os.dt -MT /build/math/t_sincosf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/t_sincosf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/t_sincosf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/k_sinf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/k_sinf128.os -MD -MP -MF /build/math/k_sinf128.os.dt -MT /build/math/k_sinf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/k_sinf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/k_sinf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/k_cosf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/k_cosf128.os -MD -MP -MF /build/math/k_cosf128.os.dt -MT /build/math/k_cosf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/k_cosf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/k_cosf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/k_sincosf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/k_sincosf128.os -MD -MP -MF /build/math/k_sincosf128.os.dt -MT /build/math/k_sincosf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/k_sincosf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/k_sincosf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/e_rem_pio2f128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_rem_pio2f128.os -MD -MP -MF /build/math/e_rem_pio2f128.os.dt -MT /build/math/e_rem_pio2f128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/e_rem_pio2f128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/e_rem_pio2f128.os] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_fadd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-f32addf32x -fno-builtin-f32addf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fadd.os -MD -MP -MF /build/math/s_fadd.os.dt -MT /build/math/s_fadd.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/s_fadd.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:909: /build/math/s_fadd.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_f32xaddf64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_f32xaddf64.os -MD -MP -MF /build/math/s_f32xaddf64.os.dt -MT /build/math/s_f32xaddf64.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/i386/fpu/s_f32xaddf64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:671: /build/math/s_f32xaddf64.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_faddl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-f32addf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_faddl.os -MD -MP -MF /build/math/s_faddl.os.dt -MT /build/math/s_faddl.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/s_faddl.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/s_faddl.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_daddl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-f64addf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_daddl.os -MD -MP -MF /build/math/s_daddl.os.dt -MT /build/math/s_daddl.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/s_daddl.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/s_daddl.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_f32addf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_f32addf128.os -MD -MP -MF /build/math/s_f32addf128.os.dt -MT /build/math/s_f32addf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_f32addf128.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_f32addf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_f64addf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_f64addf128.os -MD -MP -MF /build/math/s_f64addf128.os.dt -MT /build/math/s_f64addf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_f64addf128.c:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_f64addf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_f64xaddf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_f64xaddf128.os -MD -MP -MF /build/math/s_f64xaddf128.os.dt -MT /build/math/s_f64xaddf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_f64xaddf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_f64xaddf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_fdiv.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-f32divf32x -fno-builtin-f32divf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fdiv.os -MD -MP -MF /build/math/s_fdiv.os.dt -MT /build/math/s_fdiv.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/s_fdiv.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:909: /build/math/s_fdiv.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_f32xdivf64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_f32xdivf64.os -MD -MP -MF /build/math/s_f32xdivf64.os.dt -MT /build/math/s_f32xdivf64.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/i386/fpu/s_f32xdivf64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:671: /build/math/s_f32xdivf64.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_fdivl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-f32divf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fdivl.os -MD -MP -MF /build/math/s_fdivl.os.dt -MT /build/math/s_fdivl.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/s_fdivl.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/s_fdivl.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_ddivl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-f64divf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ddivl.os -MD -MP -MF /build/math/s_ddivl.os.dt -MT /build/math/s_ddivl.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/s_ddivl.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/s_ddivl.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_f32divf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_f32divf128.os -MD -MP -MF /build/math/s_f32divf128.os.dt -MT /build/math/s_f32divf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_f32divf128.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_f32divf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_f64divf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_f64divf128.os -MD -MP -MF /build/math/s_f64divf128.os.dt -MT /build/math/s_f64divf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_f64divf128.c:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_f64divf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_f64xdivf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_f64xdivf128.os -MD -MP -MF /build/math/s_f64xdivf128.os.dt -MT /build/math/s_f64xdivf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_f64xdivf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_f64xdivf128.os] Error 1 gcc -m32 ../sysdeps/x86/fpu/s_ffma.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-f32fmaf32x -fno-builtin-f32fmaf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ffma.os -MD -MP -MF /build/math/s_ffma.os.dt -MT /build/math/s_ffma.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/x86/fpu/s_ffma.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:705: /build/math/s_ffma.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_ffmal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-f32fmaf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ffmal.os -MD -MP -MF /build/math/s_ffmal.os.dt -MT /build/math/s_ffmal.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/s_ffmal.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/s_ffmal.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_dfmal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-f64fmaf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_dfmal.os -MD -MP -MF /build/math/s_dfmal.os.dt -MT /build/math/s_dfmal.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/s_dfmal.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/s_dfmal.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_f32fmaf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_f32fmaf128.os -MD -MP -MF /build/math/s_f32fmaf128.os.dt -MT /build/math/s_f32fmaf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_f32fmaf128.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_f32fmaf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_f64fmaf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_f64fmaf128.os -MD -MP -MF /build/math/s_f64fmaf128.os.dt -MT /build/math/s_f64fmaf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_f64fmaf128.c:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_f64fmaf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_f64xfmaf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_f64xfmaf128.os -MD -MP -MF /build/math/s_f64xfmaf128.os.dt -MT /build/math/s_f64xfmaf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_f64xfmaf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_f64xfmaf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_fmul.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-f32mulf32x -fno-builtin-f32mulf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fmul.os -MD -MP -MF /build/math/s_fmul.os.dt -MT /build/math/s_fmul.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/s_fmul.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:909: /build/math/s_fmul.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_f32xmulf64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_f32xmulf64.os -MD -MP -MF /build/math/s_f32xmulf64.os.dt -MT /build/math/s_f32xmulf64.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/i386/fpu/s_f32xmulf64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:671: /build/math/s_f32xmulf64.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_fmull.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-f32mulf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fmull.os -MD -MP -MF /build/math/s_fmull.os.dt -MT /build/math/s_fmull.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/s_fmull.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/s_fmull.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_dmull.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-f64mulf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_dmull.os -MD -MP -MF /build/math/s_dmull.os.dt -MT /build/math/s_dmull.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/s_dmull.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/s_dmull.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_f32mulf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_f32mulf128.os -MD -MP -MF /build/math/s_f32mulf128.os.dt -MT /build/math/s_f32mulf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_f32mulf128.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_f32mulf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_f64mulf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_f64mulf128.os -MD -MP -MF /build/math/s_f64mulf128.os.dt -MT /build/math/s_f64mulf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_f64mulf128.c:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_f64mulf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_f64xmulf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_f64xmulf128.os -MD -MP -MF /build/math/s_f64xmulf128.os.dt -MT /build/math/s_f64xmulf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_f64xmulf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_f64xmulf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_fsqrt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-f32sqrtf32x -fno-builtin-f32sqrtf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fsqrt.os -MD -MP -MF /build/math/s_fsqrt.os.dt -MT /build/math/s_fsqrt.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/s_fsqrt.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:909: /build/math/s_fsqrt.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_fsqrtl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-f32sqrtf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fsqrtl.os -MD -MP -MF /build/math/s_fsqrtl.os.dt -MT /build/math/s_fsqrtl.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/s_fsqrtl.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/s_fsqrtl.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_dsqrtl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-f64sqrtf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_dsqrtl.os -MD -MP -MF /build/math/s_dsqrtl.os.dt -MT /build/math/s_dsqrtl.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/s_dsqrtl.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/s_dsqrtl.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_f32sqrtf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_f32sqrtf128.os -MD -MP -MF /build/math/s_f32sqrtf128.os.dt -MT /build/math/s_f32sqrtf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_f32sqrtf128.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_f32sqrtf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_f64sqrtf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_f64sqrtf128.os -MD -MP -MF /build/math/s_f64sqrtf128.os.dt -MT /build/math/s_f64sqrtf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_f64sqrtf128.c:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_f64sqrtf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_f64xsqrtf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_f64xsqrtf128.os -MD -MP -MF /build/math/s_f64xsqrtf128.os.dt -MT /build/math/s_f64xsqrtf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_f64xsqrtf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_f64xsqrtf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_fsub.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-f32subf32x -fno-builtin-f32subf64 -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fsub.os -MD -MP -MF /build/math/s_fsub.os.dt -MT /build/math/s_fsub.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/s_fsub.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:909: /build/math/s_fsub.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_f32xsubf64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_f32xsubf64.os -MD -MP -MF /build/math/s_f32xsubf64.os.dt -MT /build/math/s_f32xsubf64.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/i386/fpu/s_f32xsubf64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:671: /build/math/s_f32xsubf64.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_fsubl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-f32subf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_fsubl.os -MD -MP -MF /build/math/s_fsubl.os.dt -MT /build/math/s_fsubl.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/s_fsubl.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/s_fsubl.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_dsubl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -fno-builtin-f64subf64x -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_dsubl.os -MD -MP -MF /build/math/s_dsubl.os.dt -MT /build/math/s_dsubl.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/s_dsubl.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/s_dsubl.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_f32subf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_f32subf128.os -MD -MP -MF /build/math/s_f32subf128.os.dt -MT /build/math/s_f32subf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_f32subf128.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_f32subf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_f64subf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_f64subf128.os -MD -MP -MF /build/math/s_f64subf128.os.dt -MT /build/math/s_f64subf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_f64subf128.c:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_f64subf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_f64xsubf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_f64xsubf128.os -MD -MP -MF /build/math/s_f64xsubf128.os.dt -MT /build/math/s_f64xsubf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_f64xsubf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_f64xsubf128.os] Error 1 gcc -m32 ../sysdeps/i386/i686/fpu/multiarch/e_exp2f-sse2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -msse2 -mfpmath=sse -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_exp2f-sse2.os -MD -MP -MF /build/math/e_exp2f-sse2.os.dt -MT /build/math/e_exp2f-sse2.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/e_exp2f.c:19, from ../sysdeps/i386/i686/fpu/multiarch/e_exp2f-sse2.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:535: /build/math/e_exp2f-sse2.os] Error 1 gcc -m32 ../sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -msse2 -mfpmath=sse -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_expf-sse2.os -MD -MP -MF /build/math/e_expf-sse2.os.dt -MT /build/math/e_expf-sse2.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/e_expf.c:24, from ../sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:535: /build/math/e_expf-sse2.os] Error 1 gcc -m32 ../sysdeps/i386/i686/fpu/multiarch/e_logf-sse2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -msse2 -mfpmath=sse -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_logf-sse2.os -MD -MP -MF /build/math/e_logf-sse2.os.dt -MT /build/math/e_logf-sse2.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/e_logf.c:19, from ../sysdeps/i386/i686/fpu/multiarch/e_logf-sse2.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:535: /build/math/e_logf-sse2.os] Error 1 gcc -m32 ../sysdeps/i386/i686/fpu/multiarch/e_log2f-sse2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -msse2 -mfpmath=sse -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_log2f-sse2.os -MD -MP -MF /build/math/e_log2f-sse2.os.dt -MT /build/math/e_log2f-sse2.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/e_log2f.c:19, from ../sysdeps/i386/i686/fpu/multiarch/e_log2f-sse2.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:535: /build/math/e_log2f-sse2.os] Error 1 gcc -m32 ../sysdeps/i386/i686/fpu/multiarch/e_powf-sse2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -msse2 -mfpmath=sse -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/e_powf-sse2.os -MD -MP -MF /build/math/e_powf-sse2.os.dt -MT /build/math/e_powf-sse2.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/e_powf.c:19, from ../sysdeps/i386/i686/fpu/multiarch/e_powf-sse2.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:535: /build/math/e_powf-sse2.os] Error 1 gcc -m32 ../sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -msse2 -mfpmath=sse -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_sinf-sse2.os -MD -MP -MF /build/math/s_sinf-sse2.os.dt -MT /build/math/s_sinf-sse2.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../sysdeps/ieee754/flt-32/s_sinf.c:19, from ../sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:535: /build/math/s_sinf-sse2.os] Error 1 gcc -m32 ../sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -msse2 -mfpmath=sse -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_cosf-sse2.os -MD -MP -MF /build/math/s_cosf-sse2.os.dt -MT /build/math/s_cosf-sse2.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../sysdeps/ieee754/flt-32/s_cosf.c:19, from ../sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:535: /build/math/s_cosf-sse2.os] Error 1 gcc -m32 ../sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fno-math-errno -fPIC -msse2 -mfpmath=sse -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libm -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_sincosf-sse2.os -MD -MP -MF /build/math/s_sincosf-sse2.os.dt -MT /build/math/s_sincosf-sse2.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/ieee754/flt-32/s_sincosf.c:19, from ../sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:535: /build/math/s_sincosf-sse2.os] Error 1 make[2]: *** No rule to make target '/build/csu/crti.o', needed by '/build/math/libm.so'. make[2]: *** No rule to make target '/build/csu/crtn.o', needed by '/build/math/libm.so'. make[2]: *** No rule to make target '/build/csu/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/iconv/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/locale/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/assert/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/ctype/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/intl/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/catgets/stamp.os', needed by '/build/libc_pic.a'. gcc -m32 ../sysdeps/i386/fpu/s_isinfl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_isinfl.os -MD -MP -MF /build/math/s_isinfl.os.dt -MT /build/math/s_isinfl.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/i386/fpu/s_isinfl.c:15: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:671: /build/math/s_isinfl.os] Error 1 gcc -m32 ../sysdeps/x86/fpu/s_isnanl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_isnanl.os -MD -MP -MF /build/math/s_isnanl.os.dt -MT /build/math/s_isnanl.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/x86/fpu/s_isnanl.c:24: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:705: /build/math/s_isnanl.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_finitel.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_finitel.os -MD -MP -MF /build/math/s_finitel.os.dt -MT /build/math/s_finitel.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_finitel.S:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_finitel.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_copysignl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-builtin-copysignf64x -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_copysignl.os -MD -MP -MF /build/math/s_copysignl.os.dt -MT /build/math/s_copysignl.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/s_copysignl.c:26: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/s_copysignl.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_modfl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-builtin-modff64x -fsignaling-nans -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_modfl.os -MD -MP -MF /build/math/s_modfl.os.dt -MT /build/math/s_modfl.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/s_modfl.c:25: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/s_modfl.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_scalbnl.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_scalbnl.os -MD -MP -MF /build/math/s_scalbnl.os.dt -MT /build/math/s_scalbnl.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_scalbnl.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_scalbnl.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_frexpl.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_frexpl.os -MD -MP -MF /build/math/s_frexpl.os.dt -MT /build/math/s_frexpl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/i386/fpu/s_frexpl.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_frexpl.os] Error 1 gcc -m32 ../sysdeps/ieee754/ldbl-96/s_signbitl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_signbitl.os -MD -MP -MF /build/math/s_signbitl.os.dt -MT /build/math/s_signbitl.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/ldbl-96/s_signbitl.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:875: /build/math/s_signbitl.os] Error 1 gcc -m32 /build/math/s_ldexpl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-builtin-ldexpf64x -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ldexpl.os -MD -MP -MF /build/math/s_ldexpl.os.dt -MT /build/math/s_ldexpl.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-ldouble.h:22, from ../sysdeps/generic/math-type-macros-ldouble.h:31, from /build/math/s_ldexpl.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_ldexpl.os] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_isinf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_isinf.os -MD -MP -MF /build/math/s_isinf.os.dt -MT /build/math/s_isinf.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/s_isinf.c:10: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:909: /build/math/s_isinf.os] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_isnan.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_isnan.os -MD -MP -MF /build/math/s_isnan.os.dt -MT /build/math/s_isnan.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/s_isnan.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:909: /build/math/s_isnan.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_finite.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_finite.os -MD -MP -MF /build/math/s_finite.os.dt -MT /build/math/s_finite.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_finite.S:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_finite.os] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_copysign.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-builtin-copysignf32x -fno-builtin-copysignf64 -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_copysign.os -MD -MP -MF /build/math/s_copysign.os.dt -MT /build/math/s_copysign.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/s_copysign.c:24: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:909: /build/math/s_copysign.os] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_modf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-builtin-modff32x -fno-builtin-modff64 -fsignaling-nans -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_modf.os -MD -MP -MF /build/math/s_modf.os.dt -MT /build/math/s_modf.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/s_modf.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:909: /build/math/s_modf.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_scalbn.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_scalbn.os -MD -MP -MF /build/math/s_scalbn.os.dt -MT /build/math/s_scalbn.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_scalbn.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_scalbn.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_frexp.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_frexp.os -MD -MP -MF /build/math/s_frexp.os.dt -MT /build/math/s_frexp.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_frexp.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_frexp.os] Error 1 gcc -m32 ../sysdeps/ieee754/dbl-64/s_signbit.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_signbit.os -MD -MP -MF /build/math/s_signbit.os.dt -MT /build/math/s_signbit.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/dbl-64/s_signbit.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:909: /build/math/s_signbit.os] Error 1 gcc -m32 /build/math/s_ldexp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-builtin-ldexpf32x -fno-builtin-ldexpf64 -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ldexp.os -MD -MP -MF /build/math/s_ldexp.os.dt -MT /build/math/s_ldexp.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-double.h:22, from ../sysdeps/generic/math-type-macros-double.h:31, from /build/math/s_ldexp.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_ldexp.os] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_isinff.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_isinff.os -MD -MP -MF /build/math/s_isinff.os.dt -MT /build/math/s_isinff.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/s_isinff.c:14: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:943: /build/math/s_isinff.os] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_isnanf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_isnanf.os -MD -MP -MF /build/math/s_isnanf.os.dt -MT /build/math/s_isnanf.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/s_isnanf.c:24: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:943: /build/math/s_isnanf.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_finitef.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_finitef.os -MD -MP -MF /build/math/s_finitef.os.dt -MT /build/math/s_finitef.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_finitef.S:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_finitef.os] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_copysignf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-builtin-copysignf32 -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_copysignf.os -MD -MP -MF /build/math/s_copysignf.os.dt -MT /build/math/s_copysignf.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/s_copysignf.c:26: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:943: /build/math/s_copysignf.os] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_modff.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-builtin-modff32 -fsignaling-nans -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_modff.os -MD -MP -MF /build/math/s_modff.os.dt -MT /build/math/s_modff.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/s_modff.c:15: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:943: /build/math/s_modff.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_scalbnf.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_scalbnf.os -MD -MP -MF /build/math/s_scalbnf.os.dt -MT /build/math/s_scalbnf.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_scalbnf.S:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_scalbnf.os] Error 1 gcc -m32 ../sysdeps/i386/fpu/s_frexpf.S -c -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/math/s_frexpf.os -MD -MP -MF /build/math/s_frexpf.os.dt -MT /build/math/s_frexpf.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ./machine/asm.h:5, from ../sysdeps/i386/fpu/s_frexpf.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:669: /build/math/s_frexpf.os] Error 1 gcc -m32 ../sysdeps/ieee754/flt-32/s_signbitf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_signbitf.os -MD -MP -MF /build/math/s_signbitf.os.dt -MT /build/math/s_signbitf.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/ieee754/flt-32/s_signbitf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:943: /build/math/s_signbitf.os] Error 1 gcc -m32 /build/math/s_ldexpf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-builtin-ldexpf32 -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ldexpf.os -MD -MP -MF /build/math/s_ldexpf.os.dt -MT /build/math/s_ldexpf.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float.h:22, from ../sysdeps/generic/math-type-macros-float.h:33, from /build/math/s_ldexpf.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_ldexpf.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_isinff128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_isinff128.os -MD -MP -MF /build/math/s_isinff128.os.dt -MT /build/math/s_isinff128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_isinff128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_isinff128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_isnanf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_isnanf128.os -MD -MP -MF /build/math/s_isnanf128.os.dt -MT /build/math/s_isnanf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_isnanf128.c:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_isnanf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_finitef128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_finitef128.os -MD -MP -MF /build/math/s_finitef128.os.dt -MT /build/math/s_finitef128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_finitef128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_finitef128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_copysignf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-builtin-copysignf64x -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_copysignf128.os -MD -MP -MF /build/math/s_copysignf128.os.dt -MT /build/math/s_copysignf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_copysignf128.c:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_copysignf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_modff128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-builtin-modff64x -fsignaling-nans -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_modff128.os -MD -MP -MF /build/math/s_modff128.os.dt -MT /build/math/s_modff128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_modff128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_modff128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_scalbnf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-builtin-scalbnf64x -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_scalbnf128.os -MD -MP -MF /build/math/s_scalbnf128.os.dt -MT /build/math/s_scalbnf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_scalbnf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_scalbnf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_frexpf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-builtin-frexpf64x -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_frexpf128.os -MD -MP -MF /build/math/s_frexpf128.os.dt -MT /build/math/s_frexpf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_frexpf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_frexpf128.os] Error 1 gcc -m32 ../sysdeps/ieee754/float128/s_signbitf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_signbitf128.os -MD -MP -MF /build/math/s_signbitf128.os.dt -MT /build/math/s_signbitf128.os In file included from ../stdlib/gmp.h:23, from ../include/gmp.h:7, from ../sysdeps/ieee754/float128/float128_private.h:20, from ../sysdeps/ieee754/float128/s_signbitf128.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:841: /build/math/s_signbitf128.os] Error 1 gcc -m32 /build/math/s_ldexpf128.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-builtin-ldexpf64x -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/s_ldexpf128.os -MD -MP -MF /build/math/s_ldexpf128.os.dt -MT /build/math/s_ldexpf128.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../sysdeps/generic/libm-alias-float128.h:22, from ../sysdeps/generic/math-type-macros-float128.h:33, from /build/math/s_ldexpf128.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/s_ldexpf128.os] Error 1 gcc -m32 ../sysdeps/i386/setfpucw.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/setfpucw.os -MD -MP -MF /build/math/setfpucw.os.dt -MT /build/math/setfpucw.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from ../sysdeps/i386/setfpucw.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:739: /build/math/setfpucw.os] Error 1 gcc -m32 fpu_control.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/math -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -I../soft-fp -o /build/math/fpu_control.os -MD -MP -MF /build/math/fpu_control.os.dt -MT /build/math/fpu_control.os In file included from ../bits/libc-header-start.h:33, from ../math/math.h:27, from ../include/math.h:7, from fpu_control.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/math/fpu_control.os] Error 1 make[2]: *** No rule to make target '/build/setjmp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/signal/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/stdlib/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/stdio-common/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/libio/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/dlfcn/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/nptl/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/rt/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/malloc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/string/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/wcsmbs/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/time/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/dirent/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/grp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/pwd/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/posix/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/io/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/termios/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/resource/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/misc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/socket/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/sysvipc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/gmon/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/wctype/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/shadow/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/gshadow/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/argp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/debug/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/inet/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/resolv/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/nss/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/sunrpc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/nscd/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/login/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/elf/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/elf/ld.so', needed by '/build/libc.so'. make[2]: *** No rule to make target '/build/sunrpc/librpc_compat_pic.a', needed by '/build/linkobj/libc_pic.a'. make[2]: *** No rule to make target '/build/stdlib/stamp.oS', needed by '/build/libc_nonshared.a'. make[2]: *** No rule to make target '/build/nptl/stamp.oS', needed by '/build/libc_nonshared.a'. make[2]: *** No rule to make target '/build/debug/stamp.oS', needed by '/build/libc_nonshared.a'. make[2]: Target 'others' not remade because of errors. make[2]: Leaving directory '/glibc/math' make[1]: *** [Makefile:484: math/others] Error 2 make subdir=setjmp -C setjmp ..=../ others make[2]: Entering directory '/glibc/setjmp' make[2]: Nothing to be done for 'others'. make[2]: Leaving directory '/glibc/setjmp' make subdir=signal -C signal ..=../ others make[2]: Entering directory '/glibc/signal' make[2]: Nothing to be done for 'others'. make[2]: Leaving directory '/glibc/signal' make subdir=stdlib -C stdlib ..=../ others make[2]: Entering directory '/glibc/stdlib' make[2]: Nothing to be done for 'others'. make[2]: Leaving directory '/glibc/stdlib' make subdir=stdio-common -C stdio-common ..=../ others make[2]: Entering directory '/glibc/stdio-common' make[2]: Nothing to be done for 'others'. make[2]: Leaving directory '/glibc/stdio-common' make subdir=libio -C libio ..=../ others make[2]: Entering directory '/glibc/libio' make[2]: Nothing to be done for 'others'. make[2]: Leaving directory '/glibc/libio' make subdir=dlfcn -C dlfcn ..=../ others make[2]: Entering directory '/glibc/dlfcn' gcc -m32 libdl-compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libdl -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dlfcn/libdl-compat.os -MD -MP -MF /build/dlfcn/libdl-compat.os.dt -MT /build/dlfcn/libdl-compat.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from libdl-compat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/dlfcn/libdl-compat.os] Error 1 make[2]: *** No rule to make target '/build/csu/crti.o', needed by '/build/dlfcn/libdl.so'. make[2]: *** No rule to make target '/build/csu/crtn.o', needed by '/build/dlfcn/libdl.so'. make[2]: *** No rule to make target '/build/csu/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/iconv/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/locale/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/assert/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/ctype/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/intl/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/catgets/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/math/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/setjmp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/signal/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/stdlib/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/stdio-common/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/libio/stamp.os', needed by '/build/libc_pic.a'. gcc -m32 dladdr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dlfcn/dladdr.os -MD -MP -MF /build/dlfcn/dladdr.os.dt -MT /build/dlfcn/dladdr.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from dladdr.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/dlfcn/dladdr.os] Error 1 gcc -m32 dladdr1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dlfcn/dladdr1.os -MD -MP -MF /build/dlfcn/dladdr1.os.dt -MT /build/dlfcn/dladdr1.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from dladdr1.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/dlfcn/dladdr1.os] Error 1 gcc -m32 dlclose.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dlfcn/dlclose.os -MD -MP -MF /build/dlfcn/dlclose.os.dt -MT /build/dlfcn/dlclose.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from dlclose.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/dlfcn/dlclose.os] Error 1 gcc -m32 dlerror.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dlfcn/dlerror.os -MD -MP -MF /build/dlfcn/dlerror.os.dt -MT /build/dlfcn/dlerror.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from dlerror.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/dlfcn/dlerror.os] Error 1 gcc -m32 dlinfo.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dlfcn/dlinfo.os -MD -MP -MF /build/dlfcn/dlinfo.os.dt -MT /build/dlfcn/dlinfo.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from dlinfo.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/dlfcn/dlinfo.os] Error 1 gcc -m32 dlmopen.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dlfcn/dlmopen.os -MD -MP -MF /build/dlfcn/dlmopen.os.dt -MT /build/dlfcn/dlmopen.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from dlmopen.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/dlfcn/dlmopen.os] Error 1 gcc -m32 dlopen.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dlfcn/dlopen.os -MD -MP -MF /build/dlfcn/dlopen.os.dt -MT /build/dlfcn/dlopen.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from dlopen.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/dlfcn/dlopen.os] Error 1 gcc -m32 dlsym.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dlfcn/dlsym.os -MD -MP -MF /build/dlfcn/dlsym.os.dt -MT /build/dlfcn/dlsym.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from dlsym.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/dlfcn/dlsym.os] Error 1 gcc -m32 dlvsym.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dlfcn/dlvsym.os -MD -MP -MF /build/dlfcn/dlvsym.os.dt -MT /build/dlfcn/dlvsym.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from dlvsym.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/dlfcn/dlvsym.os] Error 1 gcc -m32 libc_dlerror_result.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dlfcn/libc_dlerror_result.os -MD -MP -MF /build/dlfcn/libc_dlerror_result.os.dt -MT /build/dlfcn/libc_dlerror_result.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from ./dlerror.h:22, from libc_dlerror_result.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/dlfcn/libc_dlerror_result.os] Error 1 gcc -m32 dlopenold.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/dlfcn -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/dlfcn/dlopenold.os -MD -MP -MF /build/dlfcn/dlopenold.os.dt -MT /build/dlfcn/dlopenold.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from dlopenold.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/dlfcn/dlopenold.os] Error 1 make[2]: *** No rule to make target '/build/nptl/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/rt/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/malloc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/string/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/wcsmbs/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/time/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/dirent/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/grp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/pwd/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/posix/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/io/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/termios/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/resource/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/misc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/socket/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/sysvipc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/gmon/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/wctype/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/shadow/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/gshadow/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/argp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/debug/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/inet/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/resolv/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/nss/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/sunrpc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/nscd/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/login/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/elf/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/elf/ld.so', needed by '/build/libc.so'. make[2]: *** No rule to make target '/build/sunrpc/librpc_compat_pic.a', needed by '/build/linkobj/libc_pic.a'. make[2]: *** No rule to make target '/build/stdlib/stamp.oS', needed by '/build/libc_nonshared.a'. make[2]: *** No rule to make target '/build/nptl/stamp.oS', needed by '/build/libc_nonshared.a'. make[2]: *** No rule to make target '/build/debug/stamp.oS', needed by '/build/libc_nonshared.a'. make[2]: Target 'others' not remade because of errors. make[2]: Leaving directory '/glibc/dlfcn' make[1]: *** [Makefile:484: dlfcn/others] Error 2 make subdir=nptl -C nptl ..=../ others make[2]: Entering directory '/glibc/nptl' python3 -B ../scripts/gen-as-const.py --cc="gcc -m32 -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -ftls-model=initial-exec -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc -DGEN_AS_CONST_HEADERS \ -MD -MP -MF /build/unwindbuf.h.dT \ -MT '/build/unwindbuf.h.d /build/unwindbuf.h'" \ unwindbuf.sym > /build/unwindbuf.hT In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from :1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro ‘__GLIBC_USE’ 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro ‘__GLIBC_USE’ 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors Traceback (most recent call last): File "/glibc/nptl/../scripts/gen-as-const.py", line 120, in main() File "/glibc/nptl/../scripts/gen-as-const.py", line 116, in main consts = glibcextract.compute_c_consts(sym_data, args.cc) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/glibc/scripts/glibcextract.py", line 63, in compute_c_consts subprocess.check_call(cmd, shell=True) File "/usr/lib64/python3.11/subprocess.py", line 413, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command 'gcc -m32 -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -ftls-model=initial-exec -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc -DGEN_AS_CONST_HEADERS -MD -MP -MF /build/unwindbuf.h.dT -MT '/build/unwindbuf.h.d /build/unwindbuf.h' -S -o /tmp/tmpydhy_p5h/test.s -x c - < /tmp/tmpydhy_p5h/test.c' returned non-zero exit status 1. make[2]: *** [../Makerules:271: /build/unwindbuf.h] Error 1 make[2]: *** No rule to make target '/build/csu/crti.o', needed by '/build/nptl/libpthread.so'. make[2]: *** No rule to make target '/build/csu/crtn.o', needed by '/build/nptl/libpthread.so'. make[2]: *** No rule to make target '/build/csu/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/iconv/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/locale/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/assert/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/ctype/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/intl/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/catgets/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/math/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/setjmp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/signal/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/stdlib/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/stdio-common/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/libio/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/dlfcn/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/rt/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/malloc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/string/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/wcsmbs/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/time/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/dirent/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/grp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/pwd/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/posix/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/io/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/termios/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/resource/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/misc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/socket/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/sysvipc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/gmon/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/wctype/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/shadow/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/gshadow/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/argp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/debug/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/inet/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/resolv/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/nss/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/sunrpc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/nscd/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/login/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/elf/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/elf/ld.so', needed by '/build/libc.so'. make[2]: *** No rule to make target '/build/sunrpc/librpc_compat_pic.a', needed by '/build/linkobj/libc_pic.a'. make[2]: *** No rule to make target '/build/stdlib/stamp.oS', needed by '/build/libc_nonshared.a'. make[2]: *** No rule to make target '/build/debug/stamp.oS', needed by '/build/libc_nonshared.a'. python3 -B ../scripts/gen-as-const.py --python \ --cc="gcc -m32 -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -ftls-model=initial-exec -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc" nptl_lock_constants.pysym \ > /build/nptl/nptl_lock_constants.py.tmp In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/pthreadP.h:23, from :1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro ‘__GLIBC_USE’ 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro ‘__GLIBC_USE’ 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro ‘__GLIBC_USE’ 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors Traceback (most recent call last): File "/glibc/nptl/../scripts/gen-as-const.py", line 120, in main() File "/glibc/nptl/../scripts/gen-as-const.py", line 109, in main consts = glibcextract.compute_c_consts(sym_data, args.cc) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/glibc/scripts/glibcextract.py", line 63, in compute_c_consts subprocess.check_call(cmd, shell=True) File "/usr/lib64/python3.11/subprocess.py", line 413, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command 'gcc -m32 -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -ftls-model=initial-exec -I../include -I/build/nptl -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DTOP_NAMESPACE=glibc -S -o /tmp/tmpd0dgqhca/test.s -x c - < /tmp/tmpd0dgqhca/test.c' returned non-zero exit status 1. make[2]: *** [../Makerules:251: /build/nptl/nptl_lock_constants.py] Error 1 make[2]: Target 'others' not remade because of errors. make[2]: Leaving directory '/glibc/nptl' make[1]: *** [Makefile:484: nptl/others] Error 2 make subdir=rt -C rt ..=../ others make[2]: Entering directory '/glibc/rt' gcc -m32 ../sysdeps/unix/sysv/linux/librt-compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=librt -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/librt-compat.os -MD -MP -MF /build/rt/librt-compat.os.dt -MT /build/rt/librt-compat.os In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../rt/librt-compat.c:21, from ../sysdeps/unix/sysv/linux/librt-compat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/rt/librt-compat.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/i386/sysdep.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=librt -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/sysdep.os -MD -MP -MF /build/rt/sysdep.os.dt -MT /build/rt/sysdep.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/i386/sysdep.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:93: /build/rt/sysdep.os] Error 1 gcc -m32 ../sysdeps/gnu/rt-unwind-resume.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=librt -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/rt-unwind-resume.os -MD -MP -MF /build/rt/rt-unwind-resume.os.dt -MT /build/rt/rt-unwind-resume.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from ../sysdeps/generic/unwind-resume.c:18, from ../sysdeps/gnu/rt-unwind-resume.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../sysdeps/generic/unwind-link.h:34, from ../sysdeps/generic/unwind-resume.c:20: ../sysdeps/generic/unwind-resume.c: In function '_Unwind_Resume': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../sysdeps/generic/unwind-link.h:67:5: note: in expansion of macro 'PTR_DEMANGLE' 67 | PTR_DEMANGLE (__unwind_fptr); \ | ^~~~~~~~~~~~ ../sysdeps/generic/unwind-resume.c:37:3: note: in expansion of macro 'UNWIND_LINK_PTR' 37 | UNWIND_LINK_PTR (link (), _Unwind_Resume) (exc); | ^~~~~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../sysdeps/generic/unwind-link.h:67:5: note: in expansion of macro 'PTR_DEMANGLE' 67 | PTR_DEMANGLE (__unwind_fptr); \ | ^~~~~~~~~~~~ ../sysdeps/generic/unwind-resume.c:37:3: note: in expansion of macro 'UNWIND_LINK_PTR' 37 | UNWIND_LINK_PTR (link (), _Unwind_Resume) (exc); | ^~~~~~~~~~~~~~~ ../sysdeps/generic/unwind-resume.c: In function '__gcc_personality_v0': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../sysdeps/generic/unwind-link.h:67:5: note: in expansion of macro 'PTR_DEMANGLE' 67 | PTR_DEMANGLE (__unwind_fptr); \ | ^~~~~~~~~~~~ ../sysdeps/generic/unwind-resume.c:44:10: note: in expansion of macro 'UNWIND_LINK_PTR' 44 | return UNWIND_LINK_PTR (link (), personality) PERSONALITY_ARGS; | ^~~~~~~~~~~~~~~ ../sysdeps/generic/unwind-resume.c: In function '_Unwind_ForcedUnwind': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../sysdeps/generic/unwind-link.h:67:5: note: in expansion of macro 'PTR_DEMANGLE' 67 | PTR_DEMANGLE (__unwind_fptr); \ | ^~~~~~~~~~~~ ../sysdeps/generic/unwind-resume.c:51:10: note: in expansion of macro 'UNWIND_LINK_PTR' 51 | return UNWIND_LINK_PTR (link (), _Unwind_ForcedUnwind) | ^~~~~~~~~~~~~~~ ../sysdeps/generic/unwind-resume.c: In function '_Unwind_GetCFA': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../sysdeps/generic/unwind-link.h:67:5: note: in expansion of macro 'PTR_DEMANGLE' 67 | PTR_DEMANGLE (__unwind_fptr); \ | ^~~~~~~~~~~~ ../sysdeps/generic/unwind-resume.c:58:10: note: in expansion of macro 'UNWIND_LINK_PTR' 58 | return UNWIND_LINK_PTR (link (), _Unwind_GetCFA) (context); | ^~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:331: /build/rt/rt-unwind-resume.os] Error 1 make[2]: *** No rule to make target '/build/csu/crti.o', needed by '/build/rt/librt.so'. make[2]: *** No rule to make target '/build/csu/crtn.o', needed by '/build/rt/librt.so'. make[2]: *** No rule to make target '/build/csu/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/iconv/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/locale/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/assert/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/ctype/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/intl/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/catgets/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/math/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/setjmp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/signal/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/stdlib/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/stdio-common/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/libio/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/dlfcn/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/nptl/stamp.os', needed by '/build/libc_pic.a'. gcc -m32 shm_open.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/shm_open.os -MD -MP -MF /build/rt/shm_open.os.dt -MT /build/rt/shm_open.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from shm_open.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/rt/shm_open.os] Error 1 gcc -m32 shm_unlink.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/shm_unlink.os -MD -MP -MF /build/rt/shm_unlink.os.dt -MT /build/rt/shm_unlink.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from shm_unlink.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/rt/shm_unlink.os] Error 1 gcc -m32 aio_cancel.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/aio_cancel.os -MD -MP -MF /build/rt/aio_cancel.os.dt -MT /build/rt/aio_cancel.os In file included from ../rt/aio.h:25, from ../include/aio.h:2, from aio_cancel.c:27: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/rt/aio_cancel.os] Error 1 gcc -m32 aio_error.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/aio_error.os -MD -MP -MF /build/rt/aio_error.os.dt -MT /build/rt/aio_error.os In file included from ../rt/aio.h:25, from ../include/aio.h:2, from aio_error.c:26: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/rt/aio_error.os] Error 1 gcc -m32 aio_fsync.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/aio_fsync.os -MD -MP -MF /build/rt/aio_fsync.os.dt -MT /build/rt/aio_fsync.os In file included from ../rt/aio.h:25, from ../include/aio.h:2, from aio_fsync.c:26: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/rt/aio_fsync.os] Error 1 gcc -m32 aio_misc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/aio_misc.os -MD -MP -MF /build/rt/aio_misc.os.dt -MT /build/rt/aio_misc.os In file included from ../rt/aio.h:25, from ../include/aio.h:2, from aio_misc.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/rt/aio_misc.os] Error 1 gcc -m32 aio_notify.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/aio_notify.os -MD -MP -MF /build/rt/aio_notify.os.dt -MT /build/rt/aio_notify.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from aio_notify.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/rt/aio_notify.os] Error 1 gcc -m32 aio_read.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/aio_read.os -MD -MP -MF /build/rt/aio_read.os.dt -MT /build/rt/aio_read.os In file included from ../rt/aio.h:25, from ../include/aio.h:2, from aio_read.c:26: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/rt/aio_read.os] Error 1 gcc -m32 aio_read64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/aio_read64.os -MD -MP -MF /build/rt/aio_read64.os.dt -MT /build/rt/aio_read64.os In file included from ../rt/aio.h:25, from ../include/aio.h:2, from aio_read64.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/rt/aio_read64.os] Error 1 gcc -m32 aio_return.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/aio_return.os -MD -MP -MF /build/rt/aio_return.os.dt -MT /build/rt/aio_return.os In file included from ../rt/aio.h:25, from ../include/aio.h:2, from aio_return.c:26: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/rt/aio_return.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/aio_sigqueue.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/aio_sigqueue.os -MD -MP -MF /build/rt/aio_sigqueue.os.dt -MT /build/rt/aio_sigqueue.os In file included from ../rt/aio.h:25, from ../include/aio.h:2, from ../sysdeps/unix/sysv/linux/aio_sigqueue.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/rt/aio_sigqueue.os] Error 1 gcc -m32 aio_suspend.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/aio_suspend.os -MD -MP -MF /build/rt/aio_suspend.os.dt -MT /build/rt/aio_suspend.os In file included from ../rt/aio.h:25, from ../include/aio.h:2, from aio_suspend.c:26: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/rt/aio_suspend.os] Error 1 gcc -m32 aio_write.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/aio_write.os -MD -MP -MF /build/rt/aio_write.os.dt -MT /build/rt/aio_write.os In file included from ../rt/aio.h:25, from ../include/aio.h:2, from aio_write.c:26: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/rt/aio_write.os] Error 1 gcc -m32 aio_write64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/aio_write64.os -MD -MP -MF /build/rt/aio_write64.os.dt -MT /build/rt/aio_write64.os In file included from ../rt/aio.h:25, from ../include/aio.h:2, from aio_write64.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/rt/aio_write64.os] Error 1 gcc -m32 lio_listio.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/lio_listio.os -MD -MP -MF /build/rt/lio_listio.os.dt -MT /build/rt/lio_listio.os In file included from ../rt/aio.h:25, from ../include/aio.h:2, from ../rt/lio_listio-common.c:37, from lio_listio.c:25: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/rt/lio_listio.os] Error 1 gcc -m32 lio_listio64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/lio_listio64.os -MD -MP -MF /build/rt/lio_listio64.os.dt -MT /build/rt/lio_listio64.os In file included from ../rt/aio.h:25, from ../include/aio.h:2, from ../rt/lio_listio-common.c:37, from lio_listio64.c:27: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/rt/lio_listio64.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/mq_close.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/mq_close.os -MD -MP -MF /build/rt/mq_close.os.dt -MT /build/rt/mq_close.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/mq_close.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/rt/mq_close.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/mq_getattr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/mq_getattr.os -MD -MP -MF /build/rt/mq_getattr.os.dt -MT /build/rt/mq_getattr.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/mq_getattr.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/rt/mq_getattr.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/mq_notify.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/mq_notify.os -MD -MP -MF /build/rt/mq_notify.os.dt -MT /build/rt/mq_notify.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from ../sysdeps/unix/sysv/linux/mq_notify.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/rt/mq_notify.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/mq_open.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/mq_open.os -MD -MP -MF /build/rt/mq_open.os.dt -MT /build/rt/mq_open.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/mq_open.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/rt/mq_open.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/mq_receive.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/mq_receive.os -MD -MP -MF /build/rt/mq_receive.os.dt -MT /build/rt/mq_receive.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/mq_receive.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/rt/mq_receive.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/mq_send.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/mq_send.os -MD -MP -MF /build/rt/mq_send.os.dt -MT /build/rt/mq_send.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/mq_send.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/rt/mq_send.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/mq_setattr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/mq_setattr.os -MD -MP -MF /build/rt/mq_setattr.os.dt -MT /build/rt/mq_setattr.os In file included from ../rt/mqueue.h:21, from ../include/mqueue.h:1, from ../sysdeps/unix/sysv/linux/mq_setattr.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/rt/mq_setattr.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/mq_timedreceive.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/mq_timedreceive.os -MD -MP -MF /build/rt/mq_timedreceive.os.dt -MT /build/rt/mq_timedreceive.os In file included from ../rt/mqueue.h:21, from ../include/mqueue.h:1, from ../sysdeps/unix/sysv/linux/mq_timedreceive.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/rt/mq_timedreceive.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/mq_timedsend.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/mq_timedsend.os -MD -MP -MF /build/rt/mq_timedsend.os.dt -MT /build/rt/mq_timedsend.os In file included from ../rt/mqueue.h:21, from ../include/mqueue.h:1, from ../sysdeps/unix/sysv/linux/mq_timedsend.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/rt/mq_timedsend.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/mq_unlink.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/mq_unlink.os -MD -MP -MF /build/rt/mq_unlink.os.dt -MT /build/rt/mq_unlink.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/mq_unlink.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/rt/mq_unlink.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/timer_create.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/timer_create.os -MD -MP -MF /build/rt/timer_create.os.dt -MT /build/rt/timer_create.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/timer_create.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/rt/timer_create.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/timer_delete.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/timer_delete.os -MD -MP -MF /build/rt/timer_delete.os.dt -MT /build/rt/timer_delete.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/timer_delete.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/rt/timer_delete.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/timer_getoverr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/timer_getoverr.os -MD -MP -MF /build/rt/timer_getoverr.os.dt -MT /build/rt/timer_getoverr.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/timer_getoverr.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/rt/timer_getoverr.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/timer_gettime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/timer_gettime.os -MD -MP -MF /build/rt/timer_gettime.os.dt -MT /build/rt/timer_gettime.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/timer_gettime.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/rt/timer_gettime.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/timer_settime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/timer_settime.os -MD -MP -MF /build/rt/timer_settime.os.dt -MT /build/rt/timer_settime.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/timer_settime.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/rt/timer_settime.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/timer_routines.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/rt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/rt/timer_routines.os -MD -MP -MF /build/rt/timer_routines.os.dt -MT /build/rt/timer_routines.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/timer_routines.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/rt/timer_routines.os] Error 1 make[2]: *** No rule to make target '/build/malloc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/string/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/wcsmbs/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/time/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/dirent/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/grp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/pwd/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/posix/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/io/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/termios/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/resource/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/misc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/socket/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/sysvipc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/gmon/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/wctype/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/shadow/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/gshadow/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/argp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/debug/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/inet/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/resolv/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/nss/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/sunrpc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/nscd/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/login/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/elf/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/elf/ld.so', needed by '/build/libc.so'. make[2]: *** No rule to make target '/build/sunrpc/librpc_compat_pic.a', needed by '/build/linkobj/libc_pic.a'. make[2]: *** No rule to make target '/build/stdlib/stamp.oS', needed by '/build/libc_nonshared.a'. make[2]: *** No rule to make target '/build/nptl/stamp.oS', needed by '/build/libc_nonshared.a'. make[2]: *** No rule to make target '/build/debug/stamp.oS', needed by '/build/libc_nonshared.a'. make[2]: Target 'others' not remade because of errors. make[2]: Leaving directory '/glibc/rt' make[1]: *** [Makefile:484: rt/others] Error 2 make subdir=malloc -C malloc ..=../ others make[2]: Entering directory '/glibc/malloc' gcc -m32 mcheck-init.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -fPIC -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nonlib -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/malloc/mcheck-init.o -MD -MP -MF /build/malloc/mcheck-init.o.dt -MT /build/malloc/mcheck-init.o In file included from ../malloc/malloc.h:23, from ../include/malloc.h:3, from mcheck-init.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/mcheck-init.o] Error 1 gcc -m32 memusage.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libmemusage -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/malloc/memusage.os -MD -MP -MF /build/malloc/memusage.os.dt -MT /build/malloc/memusage.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from memusage.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/memusage.os] Error 1 make[2]: *** No rule to make target '/build/csu/crti.o', needed by '/build/malloc/libmemusage.so'. make[2]: *** No rule to make target '/build/csu/crtn.o', needed by '/build/malloc/libmemusage.so'. make[2]: *** No rule to make target '/build/csu/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/iconv/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/locale/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/assert/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/ctype/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/intl/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/catgets/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/math/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/setjmp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/signal/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/stdlib/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/stdio-common/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/libio/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/dlfcn/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/nptl/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/rt/stamp.os', needed by '/build/libc_pic.a'. gcc -m32 malloc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -DMORECORE_CLEARS=2 -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DUSE_TCACHE=1 -DTOP_NAMESPACE=glibc -o /build/malloc/malloc.os -MD -MP -MF /build/malloc/malloc.os.dt -MT /build/malloc/malloc.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from malloc.c:212: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/malloc.os] Error 1 gcc -m32 mcheck.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/malloc/mcheck.os -MD -MP -MF /build/malloc/mcheck.os.dt -MT /build/malloc/mcheck.os In file included from ../malloc/mcheck.h:21, from ../include/mcheck.h:3, from mcheck.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/mcheck.os] Error 1 gcc -m32 obstack.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/malloc/obstack.os -MD -MP -MF /build/malloc/obstack.os.dt -MT /build/malloc/obstack.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from ../malloc/obstack.h:136, from ../include/obstack.h:2, from obstack.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/obstack.os] Error 1 gcc -m32 reallocarray.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/malloc/reallocarray.os -MD -MP -MF /build/malloc/reallocarray.os.dt -MT /build/malloc/reallocarray.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from reallocarray.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/reallocarray.os] Error 1 gcc -m32 scratch_buffer_grow.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/malloc/scratch_buffer_grow.os -MD -MP -MF /build/malloc/scratch_buffer_grow.os.dt -MT /build/malloc/scratch_buffer_grow.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../include/scratch_buffer.h:62, from scratch_buffer_grow.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/scratch_buffer_grow.os] Error 1 gcc -m32 scratch_buffer_grow_preserve.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/malloc/scratch_buffer_grow_preserve.os -MD -MP -MF /build/malloc/scratch_buffer_grow_preserve.os.dt -MT /build/malloc/scratch_buffer_grow_preserve.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../include/scratch_buffer.h:62, from scratch_buffer_grow_preserve.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/scratch_buffer_grow_preserve.os] Error 1 gcc -m32 scratch_buffer_set_array_size.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/malloc/scratch_buffer_set_array_size.os -MD -MP -MF /build/malloc/scratch_buffer_set_array_size.os.dt -MT /build/malloc/scratch_buffer_set_array_size.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../include/scratch_buffer.h:62, from scratch_buffer_set_array_size.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/scratch_buffer_set_array_size.os] Error 1 gcc -m32 dynarray_at_failure.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/malloc/dynarray_at_failure.os -MD -MP -MF /build/malloc/dynarray_at_failure.os.dt -MT /build/malloc/dynarray_at_failure.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from ./dynarray.h:99, from dynarray_at_failure.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/dynarray_at_failure.os] Error 1 gcc -m32 dynarray_emplace_enlarge.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/malloc/dynarray_emplace_enlarge.os -MD -MP -MF /build/malloc/dynarray_emplace_enlarge.os.dt -MT /build/malloc/dynarray_emplace_enlarge.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from ./dynarray.h:99, from dynarray_emplace_enlarge.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/dynarray_emplace_enlarge.os] Error 1 gcc -m32 dynarray_finalize.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/malloc/dynarray_finalize.os -MD -MP -MF /build/malloc/dynarray_finalize.os.dt -MT /build/malloc/dynarray_finalize.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from ./dynarray.h:99, from dynarray_finalize.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/dynarray_finalize.os] Error 1 gcc -m32 dynarray_resize.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/malloc/dynarray_resize.os -MD -MP -MF /build/malloc/dynarray_resize.os.dt -MT /build/malloc/dynarray_resize.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from ./dynarray.h:99, from dynarray_resize.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/dynarray_resize.os] Error 1 gcc -m32 dynarray_resize_clear.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/malloc/dynarray_resize_clear.os -MD -MP -MF /build/malloc/dynarray_resize_clear.os.dt -MT /build/malloc/dynarray_resize_clear.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from ./dynarray.h:99, from dynarray_resize_clear.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/dynarray_resize_clear.os] Error 1 gcc -m32 alloc_buffer_alloc_array.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/malloc/alloc_buffer_alloc_array.os -MD -MP -MF /build/malloc/alloc_buffer_alloc_array.os.dt -MT /build/malloc/alloc_buffer_alloc_array.os In file included from ../stdlib/inttypes.h:25, from ../include/inttypes.h:2, from ../include/alloc_buffer.h:80, from alloc_buffer_alloc_array.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/alloc_buffer_alloc_array.os] Error 1 gcc -m32 alloc_buffer_allocate.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/malloc/alloc_buffer_allocate.os -MD -MP -MF /build/malloc/alloc_buffer_allocate.os.dt -MT /build/malloc/alloc_buffer_allocate.os In file included from ../stdlib/inttypes.h:25, from ../include/inttypes.h:2, from ../include/alloc_buffer.h:80, from alloc_buffer_allocate.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/alloc_buffer_allocate.os] Error 1 gcc -m32 alloc_buffer_copy_bytes.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/malloc/alloc_buffer_copy_bytes.os -MD -MP -MF /build/malloc/alloc_buffer_copy_bytes.os.dt -MT /build/malloc/alloc_buffer_copy_bytes.os In file included from ../stdlib/inttypes.h:25, from ../include/inttypes.h:2, from ../include/alloc_buffer.h:80, from alloc_buffer_copy_bytes.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/alloc_buffer_copy_bytes.os] Error 1 gcc -m32 alloc_buffer_copy_string.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/malloc/alloc_buffer_copy_string.os -MD -MP -MF /build/malloc/alloc_buffer_copy_string.os.dt -MT /build/malloc/alloc_buffer_copy_string.os In file included from ../stdlib/inttypes.h:25, from ../include/inttypes.h:2, from ../include/alloc_buffer.h:80, from alloc_buffer_copy_string.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/alloc_buffer_copy_string.os] Error 1 gcc -m32 alloc_buffer_create_failure.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/malloc/alloc_buffer_create_failure.os -MD -MP -MF /build/malloc/alloc_buffer_create_failure.os.dt -MT /build/malloc/alloc_buffer_create_failure.os In file included from ../stdlib/inttypes.h:25, from ../include/inttypes.h:2, from ../include/alloc_buffer.h:80, from alloc_buffer_create_failure.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/alloc_buffer_create_failure.os] Error 1 gcc -m32 set-freeres.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/malloc/set-freeres.os -MD -MP -MF /build/malloc/set-freeres.os.dt -MT /build/malloc/set-freeres.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../include/atomic.h:47, from set-freeres.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/set-freeres.os] Error 1 gcc -m32 thread-freeres.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/malloc/thread-freeres.os -MD -MP -MF /build/malloc/thread-freeres.os.dt -MT /build/malloc/thread-freeres.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from ../sysdeps/generic/hp-timing-common.h:37, from ../sysdeps/x86/hp-timing.h:53, from ../include/libc-internal.h:22, from thread-freeres.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/thread-freeres.os] Error 1 make[2]: *** No rule to make target '/build/string/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/wcsmbs/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/time/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/dirent/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/grp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/pwd/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/posix/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/io/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/termios/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/resource/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/misc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/socket/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/sysvipc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/gmon/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/wctype/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/shadow/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/gshadow/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/argp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/debug/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/inet/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/resolv/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/nss/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/sunrpc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/nscd/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/login/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/elf/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/elf/ld.so', needed by '/build/libc.so'. make[2]: *** No rule to make target '/build/sunrpc/librpc_compat_pic.a', needed by '/build/linkobj/libc_pic.a'. make[2]: *** No rule to make target '/build/stdlib/stamp.oS', needed by '/build/libc_nonshared.a'. make[2]: *** No rule to make target '/build/nptl/stamp.oS', needed by '/build/libc_nonshared.a'. make[2]: *** No rule to make target '/build/debug/stamp.oS', needed by '/build/libc_nonshared.a'. gcc -m32 malloc-debug.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc_malloc_debug -include ../include/libc-symbols.h -DPIC -DSHARED -DUSE_TCACHE=0 -DTOP_NAMESPACE=glibc -o /build/malloc/malloc-debug.os -MD -MP -MF /build/malloc/malloc-debug.os.dt -MT /build/malloc/malloc-debug.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../include/atomic.h:47, from malloc-debug.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/malloc/malloc-debug.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/malloc-hugepages.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/malloc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc_malloc_debug -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/malloc/malloc-hugepages.os -MD -MP -MF /build/malloc/malloc-hugepages.os.dt -MT /build/malloc/malloc-hugepages.os In file included from ../bits/libc-header-start.h:33, from ../include/limits.h:26, from ../include/intprops.h:22, from ../sysdeps/unix/sysv/linux/malloc-hugepages.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/malloc/malloc-hugepages.os] Error 1 make[2]: Target 'others' not remade because of errors. make[2]: Leaving directory '/glibc/malloc' make[1]: *** [Makefile:484: malloc/others] Error 2 make subdir=string -C string ..=../ others make[2]: Entering directory '/glibc/string' make[2]: Nothing to be done for 'others'. make[2]: Leaving directory '/glibc/string' make subdir=wcsmbs -C wcsmbs ..=../ others make[2]: Entering directory '/glibc/wcsmbs' make[2]: Nothing to be done for 'others'. make[2]: Leaving directory '/glibc/wcsmbs' make subdir=timezone -C timezone ..=../ others make[2]: Entering directory '/glibc/timezone' gcc -m32 zdump.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -DTZDIR='"/usr/share/zoneinfo"' -DTZDEFAULT='"/etc/localtime"' -DTZDEFRULES='"posixrules"' -DTM_GMTOFF=tm_gmtoff -DTM_ZONE=tm_zone -DHAVE_GETTEXT -DUSE_LTZ=0 -D_ISOMAC -DTZ_DOMAIN='"libc"' -include /build/config.h -Wno-maybe-uninitialized -I../include -I/build/timezone -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nonlib -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/timezone/zdump.o -MD -MP -MF /build/timezone/zdump.o.dt -MT /build/timezone/zdump.o In file included from ../time/time.h:25, from ../include/time.h:2, from private.h:148, from zdump.c:14: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/timezone/zdump.o] Error 1 make[2]: *** No rule to make target '/build/csu/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/iconv/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/locale/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/assert/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/ctype/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/intl/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/catgets/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/math/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/setjmp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/signal/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/stdlib/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/stdio-common/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/libio/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/dlfcn/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/nptl/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/rt/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/malloc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/string/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/wcsmbs/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/time/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/dirent/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/grp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/pwd/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/posix/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/io/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/termios/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/resource/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/misc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/socket/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/sysvipc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/gmon/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/wctype/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/shadow/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/gshadow/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/argp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/debug/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/inet/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/resolv/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/nss/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/sunrpc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/nscd/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/login/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/elf/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/elf/ld.so', needed by '/build/libc.so'. make[2]: *** No rule to make target '/build/stdlib/stamp.oS', needed by '/build/libc_nonshared.a'. make[2]: *** No rule to make target '/build/nptl/stamp.oS', needed by '/build/libc_nonshared.a'. make[2]: *** No rule to make target '/build/debug/stamp.oS', needed by '/build/libc_nonshared.a'. make[2]: *** No rule to make target '/build/csu/start.o', needed by '/build/timezone/zdump'. make[2]: *** No rule to make target '/build/csu/crti.o', needed by '/build/timezone/zdump'. make[2]: *** No rule to make target '/build/csu/crtn.o', needed by '/build/timezone/zdump'. gcc -m32 zic.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -DTZDIR='"/usr/share/zoneinfo"' -DTZDEFAULT='"/etc/localtime"' -DTZDEFRULES='"posixrules"' -DTM_GMTOFF=tm_gmtoff -DTM_ZONE=tm_zone -DHAVE_GETTEXT -DUSE_LTZ=0 -D_ISOMAC -DTZ_DOMAIN='"libc"' -include /build/config.h -Wno-maybe-uninitialized -Wno-unused-variable -I../include -I/build/timezone -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nonlib -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/timezone/zic.o -MD -MP -MF /build/timezone/zic.o.dt -MT /build/timezone/zic.o In file included from ../time/time.h:25, from ../include/time.h:2, from private.h:148, from zic.c:9: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/timezone/zic.o] Error 1 make[2]: Target 'others' not remade because of errors. make[2]: Leaving directory '/glibc/timezone' make[1]: *** [Makefile:484: timezone/others] Error 2 make subdir=time -C time ..=../ others make[2]: Entering directory '/glibc/time' make[2]: Nothing to be done for 'others'. make[2]: Leaving directory '/glibc/time' make subdir=dirent -C dirent ..=../ others make[2]: Entering directory '/glibc/dirent' make[2]: Nothing to be done for 'others'. make[2]: Leaving directory '/glibc/dirent' make subdir=grp -C grp ..=../ others make[2]: Entering directory '/glibc/grp' make[2]: Nothing to be done for 'others'. make[2]: Leaving directory '/glibc/grp' make subdir=pwd -C pwd ..=../ others make[2]: Entering directory '/glibc/pwd' make[2]: Nothing to be done for 'others'. make[2]: Leaving directory '/glibc/pwd' make subdir=posix -C posix ..=../ others make[2]: Entering directory '/glibc/posix' gcc -m32 getconf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -DGETCONF_DIR='"/usr/libexec/getconf"' -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nonlib -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/posix/getconf.o -MD -MP -MF /build/posix/getconf.o.dt -MT /build/posix/getconf.o In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from getconf.c:17: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/getconf.o] Error 1 make[2]: *** No rule to make target '/build/csu/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/iconv/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/locale/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/assert/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/ctype/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/intl/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/catgets/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/math/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/setjmp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/signal/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/stdlib/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/stdio-common/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/libio/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/dlfcn/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/nptl/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/rt/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/malloc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/string/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/wcsmbs/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/time/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/dirent/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/grp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/pwd/stamp.os', needed by '/build/libc_pic.a'. gcc -m32 ../sysdeps/nptl/_Fork.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/_Fork.os -MD -MP -MF /build/posix/_Fork.os.dt -MT /build/posix/_Fork.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/sysv/linux/arch-fork.h:22, from ../sysdeps/nptl/_Fork.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:263: /build/posix/_Fork.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/_exit.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/_exit.os -MD -MP -MF /build/posix/_exit.os.dt -MT /build/posix/_exit.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/_exit.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/_exit.os] Error 1 (echo '#define SYSCALL_NAME alarm'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL alarm'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/alarm.os -x assembler-with-cpp - -MD -MP -MF /build/posix/alarm.os.dt -MT /build/posix/alarm.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:338: /build/posix/alarm.os] Error 1 gcc -m32 bsd-getpgrp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/bsd-getpgrp.os -MD -MP -MF /build/posix/bsd-getpgrp.os.dt -MT /build/posix/bsd-getpgrp.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from bsd-getpgrp.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/bsd-getpgrp.os] Error 1 gcc -m32 confstr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -DLIBPTHREAD_VERSION='"NPTL 2.37.9000"' -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/confstr.os -MD -MP -MF /build/posix/confstr.os.dt -MT /build/posix/confstr.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from confstr.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/confstr.os] Error 1 gcc -m32 execl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fomit-frame-pointer -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/execl.os -MD -MP -MF /build/posix/execl.os.dt -MT /build/posix/execl.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from execl.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/execl.os] Error 1 gcc -m32 execle.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fomit-frame-pointer -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/execle.os -MD -MP -MF /build/posix/execle.os.dt -MT /build/posix/execle.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from execle.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/execle.os] Error 1 gcc -m32 execlp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fomit-frame-pointer -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/execlp.os -MD -MP -MF /build/posix/execlp.os.dt -MT /build/posix/execlp.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from execlp.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/execlp.os] Error 1 gcc -m32 execv.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fomit-frame-pointer -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/execv.os -MD -MP -MF /build/posix/execv.os.dt -MT /build/posix/execv.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from execv.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/execv.os] Error 1 (echo '#define SYSCALL_NAME execve'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __execve'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__execve, execve)'; \ echo 'hidden_weak (execve)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/execve.os -x assembler-with-cpp - -MD -MP -MF /build/posix/execve.os.dt -MT /build/posix/execve.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:513: /build/posix/execve.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/execveat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/execveat.os -MD -MP -MF /build/posix/execveat.os.dt -MT /build/posix/execveat.os In file included from ../bits/libc-header-start.h:33, from ../include/limits.h:26, from ../include/intprops.h:22, from ../sysdeps/generic/fd_to_filename.h:23, from ../sysdeps/unix/sysv/linux/execveat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/execveat.os] Error 1 gcc -m32 execvp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fomit-frame-pointer -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/execvp.os -MD -MP -MF /build/posix/execvp.os.dt -MT /build/posix/execvp.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from execvp.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/execvp.os] Error 1 gcc -m32 execvpe.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/execvpe.os -MD -MP -MF /build/posix/execvpe.os.dt -MT /build/posix/execvpe.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from execvpe.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/execvpe.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fexecve.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fomit-frame-pointer -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/fexecve.os -MD -MP -MF /build/posix/fexecve.os.dt -MT /build/posix/fexecve.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/fexecve.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/fexecve.os] Error 1 gcc -m32 fnmatch.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/fnmatch.os -MD -MP -MF /build/posix/fnmatch.os.dt -MT /build/posix/fnmatch.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from fnmatch.c:29: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/fnmatch.os] Error 1 gcc -m32 fork.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -D_IO_MTSAFE_IO -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/fork.os -MD -MP -MF /build/posix/fork.os.dt -MT /build/posix/fork.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from ../sysdeps/nptl/fork.h:22, from fork.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50, from fork.c:20: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/fork.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fpathconf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/fpathconf.os -MD -MP -MF /build/posix/fpathconf.os.dt -MT /build/posix/fpathconf.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/fpathconf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/fpathconf.os] Error 1 gcc -m32 ../sysdeps/posix/gai_strerror.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/gai_strerror.os -MD -MP -MF /build/posix/gai_strerror.os.dt -MT /build/posix/gai_strerror.os In file included from ../intl/libintl.h:23, from ../include/libintl.h:2, from ../sysdeps/posix/gai_strerror.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:501: /build/posix/gai_strerror.os] Error 1 gcc -m32 ../sysdeps/unix/get_child_max.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/get_child_max.os -MD -MP -MF /build/posix/get_child_max.os.dt -MT /build/posix/get_child_max.os In file included from ../bits/libc-header-start.h:33, from ../include/limits.h:26, from ../sysdeps/unix/get_child_max.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:467: /build/posix/get_child_max.os] Error 1 gcc -m32 ../sysdeps/posix/getaddrinfo.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -DRESOLVER -fexceptions -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/getaddrinfo.os -MD -MP -MF /build/posix/getaddrinfo.os.dt -MT /build/posix/getaddrinfo.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from ../sysdeps/posix/getaddrinfo.c:56: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:501: /build/posix/getaddrinfo.os] Error 1 (echo '#define SYSCALL_NAME getegid32'; \ echo '#define SYSCALL_NARGS 0'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __getegid'; \ echo '#define SYSCALL_NOERRNO 1'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__getegid, getegid)'; \ echo 'hidden_weak (getegid)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/getegid.os -x assembler-with-cpp - -MD -MP -MF /build/posix/getegid.os.dt -MT /build/posix/getegid.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:80: /build/posix/getegid.os] Error 1 (echo '#define SYSCALL_NAME geteuid32'; \ echo '#define SYSCALL_NARGS 0'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __geteuid'; \ echo '#define SYSCALL_NOERRNO 1'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__geteuid, geteuid)'; \ echo 'hidden_weak (geteuid)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/geteuid.os -x assembler-with-cpp - -MD -MP -MF /build/posix/geteuid.os.dt -MT /build/posix/geteuid.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:99: /build/posix/geteuid.os] Error 1 (echo '#define SYSCALL_NAME getgid32'; \ echo '#define SYSCALL_NARGS 0'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __getgid'; \ echo '#define SYSCALL_NOERRNO 1'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__getgid, getgid)'; \ echo 'hidden_weak (getgid)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/getgid.os -x assembler-with-cpp - -MD -MP -MF /build/posix/getgid.os.dt -MT /build/posix/getgid.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:118: /build/posix/getgid.os] Error 1 (echo '#define SYSCALL_NAME getgroups32'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __getgroups'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__getgroups, getgroups)'; \ echo 'hidden_weak (getgroups)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/getgroups.os -x assembler-with-cpp - -MD -MP -MF /build/posix/getgroups.os.dt -MT /build/posix/getgroups.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:194: /build/posix/getgroups.os] Error 1 gcc -m32 getopt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/getopt.os -MD -MP -MF /build/posix/getopt.os.dt -MT /build/posix/getopt.os In file included from getopt.h:24, from getopt.c:24: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/getopt.os] Error 1 gcc -m32 getopt1.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/getopt1.os -MD -MP -MF /build/posix/getopt1.os.dt -MT /build/posix/getopt1.os In file included from getopt.h:24, from getopt1.c:24: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/getopt1.os] Error 1 (echo '#define SYSCALL_NAME getpgid'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __getpgid'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__getpgid, getpgid)'; \ echo 'hidden_weak (getpgid)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/getpgid.os -x assembler-with-cpp - -MD -MP -MF /build/posix/getpgid.os.dt -MT /build/posix/getpgid.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:705: /build/posix/getpgid.os] Error 1 (echo '#define SYSCALL_NAME getpgrp'; \ echo '#define SYSCALL_NARGS 0'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL getpgrp'; \ echo '#define SYSCALL_NOERRNO 1'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/getpgrp.os -x assembler-with-cpp - -MD -MP -MF /build/posix/getpgrp.os.dt -MT /build/posix/getpgrp.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:724: /build/posix/getpgrp.os] Error 1 (echo '#define SYSCALL_NAME getpid'; \ echo '#define SYSCALL_NARGS 0'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __getpid'; \ echo '#define SYSCALL_NOERRNO 1'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__getpid, getpid)'; \ echo 'hidden_weak (getpid)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/getpid.os -x assembler-with-cpp - -MD -MP -MF /build/posix/getpid.os.dt -MT /build/posix/getpid.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:648: /build/posix/getpid.os] Error 1 (echo '#define SYSCALL_NAME getppid'; \ echo '#define SYSCALL_NARGS 0'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __getppid'; \ echo '#define SYSCALL_NOERRNO 1'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__getppid, getppid)'; \ echo 'hidden_weak (getppid)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/getppid.os -x assembler-with-cpp - -MD -MP -MF /build/posix/getppid.os.dt -MT /build/posix/getppid.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:741: /build/posix/getppid.os] Error 1 (echo '#define SYSCALL_NAME getresgid32'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __getresgid'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__getresgid, getresgid)'; \ echo 'hidden_weak (getresgid)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/getresgid.os -x assembler-with-cpp - -MD -MP -MF /build/posix/getresgid.os.dt -MT /build/posix/getresgid.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:156: /build/posix/getresgid.os] Error 1 (echo '#define SYSCALL_NAME getresuid32'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __getresuid'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__getresuid, getresuid)'; \ echo 'hidden_weak (getresuid)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/getresuid.os -x assembler-with-cpp - -MD -MP -MF /build/posix/getresuid.os.dt -MT /build/posix/getresuid.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:175: /build/posix/getresuid.os] Error 1 (echo '#define SYSCALL_NAME getsid'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL getsid'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/getsid.os -x assembler-with-cpp - -MD -MP -MF /build/posix/getsid.os.dt -MT /build/posix/getsid.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:794: /build/posix/getsid.os] Error 1 (echo '#define SYSCALL_NAME getuid32'; \ echo '#define SYSCALL_NARGS 0'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __getuid'; \ echo '#define SYSCALL_NOERRNO 1'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__getuid, getuid)'; \ echo 'hidden_weak (getuid)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/getuid.os -x assembler-with-cpp - -MD -MP -MF /build/posix/getuid.os.dt -MT /build/posix/getuid.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:137: /build/posix/getuid.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/glob.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fexceptions -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/glob.os -MD -MP -MF /build/posix/glob.os.dt -MT /build/posix/glob.os In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/glob.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/glob.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/glob-lstat-compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/glob-lstat-compat.os -MD -MP -MF /build/posix/glob-lstat-compat.os.dt -MT /build/posix/glob-lstat-compat.os In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/glob-lstat-compat.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/glob-lstat-compat.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/glob64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fexceptions -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/glob64.os -MD -MP -MF /build/posix/glob64.os.dt -MT /build/posix/glob64.os In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/glob64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/glob64.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/glob64-lstat-compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/glob64-lstat-compat.os -MD -MP -MF /build/posix/glob64-lstat-compat.os.dt -MT /build/posix/glob64-lstat-compat.os In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/glob64-lstat-compat.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/glob64-lstat-compat.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/glob64-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/glob64-time64.os -MD -MP -MF /build/posix/glob64-time64.os.dt -MT /build/posix/glob64-time64.os In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/glob64-time64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/glob64-time64.os] Error 1 gcc -m32 glob_pattern_p.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/glob_pattern_p.os -MD -MP -MF /build/posix/glob_pattern_p.os.dt -MT /build/posix/glob_pattern_p.os In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../posix/glob.h:21, from ../include/glob.h:2, from glob_pattern_p.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/glob_pattern_p.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/globfree.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/globfree.os -MD -MP -MF /build/posix/globfree.os.dt -MT /build/posix/globfree.os In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/globfree.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/globfree.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/globfree64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/globfree64.os -MD -MP -MF /build/posix/globfree64.os.dt -MT /build/posix/globfree64.os In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/globfree64.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/globfree64.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/globfree64-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/globfree64-time64.os -MD -MP -MF /build/posix/globfree64-time64.os.dt -MT /build/posix/globfree64-time64.os In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/globfree64-time64.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/globfree64-time64.os] Error 1 gcc -m32 group_member.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/group_member.os -MD -MP -MF /build/posix/group_member.os.dt -MT /build/posix/group_member.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from group_member.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/group_member.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/nanosleep.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/nanosleep.os -MD -MP -MF /build/posix/nanosleep.os.dt -MT /build/posix/nanosleep.os In file included from ../time/time.h:25, from ../include/time.h:2, from ../sysdeps/unix/sysv/linux/nanosleep.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/nanosleep.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/pathconf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/pathconf.os -MD -MP -MF /build/posix/pathconf.os.dt -MT /build/posix/pathconf.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/pathconf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/pathconf.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/pause.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/pause.os -MD -MP -MF /build/posix/pause.os.dt -MT /build/posix/pause.os In file included from ../signal/signal.h:25, from ../include/signal.h:2, from ../sysdeps/unix/sysv/linux/pause.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/pause.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/posix_madvise.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/posix_madvise.os -MD -MP -MF /build/posix/posix_madvise.os.dt -MT /build/posix/posix_madvise.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/sysv/linux/posix_madvise.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/posix_madvise.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/pread.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/pread.os -MD -MP -MF /build/posix/pread.os.dt -MT /build/posix/pread.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/pread.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/pread.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/pread64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/pread64.os -MD -MP -MF /build/posix/pread64.os.dt -MT /build/posix/pread64.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/pread64.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/pread64.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/pwrite.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/pwrite.os -MD -MP -MF /build/posix/pwrite.os.dt -MT /build/posix/pwrite.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/pwrite.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/pwrite.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/pwrite64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/pwrite64.os -MD -MP -MF /build/posix/pwrite64.os.dt -MT /build/posix/pwrite64.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/pwrite64.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/pwrite64.os] Error 1 gcc -m32 regex.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/regex.os -MD -MP -MF /build/posix/regex.os.dt -MT /build/posix/regex.os In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from ../locale/localeinfo.h:23, from regex.c:62: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/regex.os] Error 1 gcc -m32 register-atfork.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/register-atfork.os -MD -MP -MF /build/posix/register-atfork.os.dt -MT /build/posix/register-atfork.os In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from register-atfork.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/register-atfork.os] Error 1 gcc -m32 sched_cpualloc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/sched_cpualloc.os -MD -MP -MF /build/posix/sched_cpualloc.os.dt -MT /build/posix/sched_cpualloc.os In file included from ../posix/sched.h:22, from ../include/sched.h:2, from sched_cpualloc.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/sched_cpualloc.os] Error 1 gcc -m32 sched_cpucount.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/sched_cpucount.os -MD -MP -MF /build/posix/sched_cpucount.os.dt -MT /build/posix/sched_cpucount.os In file included from ../posix/sched.h:22, from ../include/sched.h:2, from sched_cpucount.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/sched_cpucount.os] Error 1 gcc -m32 sched_cpufree.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/sched_cpufree.os -MD -MP -MF /build/posix/sched_cpufree.os.dt -MT /build/posix/sched_cpufree.os In file included from ../posix/sched.h:22, from ../include/sched.h:2, from sched_cpufree.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/sched_cpufree.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/sched_getaffinity.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/sched_getaffinity.os -MD -MP -MF /build/posix/sched_getaffinity.os.dt -MT /build/posix/sched_getaffinity.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/sched_getaffinity.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/sched_getaffinity.os] Error 1 (echo '#define SYSCALL_NAME sched_getparam'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __sched_getparam'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__sched_getparam, sched_getparam)'; \ echo 'hidden_weak (sched_getparam)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/sched_getp.os -x assembler-with-cpp - -MD -MP -MF /build/posix/sched_getp.os.dt -MT /build/posix/sched_getp.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1327: /build/posix/sched_getp.os] Error 1 (echo '#define SYSCALL_NAME sched_getscheduler'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __sched_getscheduler'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__sched_getscheduler, sched_getscheduler)'; \ echo 'hidden_weak (sched_getscheduler)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/sched_gets.os -x assembler-with-cpp - -MD -MP -MF /build/posix/sched_gets.os.dt -MT /build/posix/sched_gets.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1346: /build/posix/sched_gets.os] Error 1 (echo '#define SYSCALL_NAME sched_get_priority_max'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __sched_get_priority_max'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__sched_get_priority_max, sched_get_priority_max)'; \ echo 'hidden_weak (sched_get_priority_max)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/sched_primax.os -x assembler-with-cpp - -MD -MP -MF /build/posix/sched_primax.os.dt -MT /build/posix/sched_primax.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1365: /build/posix/sched_primax.os] Error 1 (echo '#define SYSCALL_NAME sched_get_priority_min'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __sched_get_priority_min'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__sched_get_priority_min, sched_get_priority_min)'; \ echo 'hidden_weak (sched_get_priority_min)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/sched_primin.os -x assembler-with-cpp - -MD -MP -MF /build/posix/sched_primin.os.dt -MT /build/posix/sched_primin.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1384: /build/posix/sched_primin.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/sched_rr_gi.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/sched_rr_gi.os -MD -MP -MF /build/posix/sched_rr_gi.os.dt -MT /build/posix/sched_rr_gi.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/sched_rr_gi.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/sched_rr_gi.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/sched_setaffinity.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/sched_setaffinity.os -MD -MP -MF /build/posix/sched_setaffinity.os.dt -MT /build/posix/sched_setaffinity.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/sched_setaffinity.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/sched_setaffinity.os] Error 1 (echo '#define SYSCALL_NAME sched_setparam'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __sched_setparam'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__sched_setparam, sched_setparam)'; \ echo 'hidden_weak (sched_setparam)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/sched_setp.os -x assembler-with-cpp - -MD -MP -MF /build/posix/sched_setp.os.dt -MT /build/posix/sched_setp.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1403: /build/posix/sched_setp.os] Error 1 (echo '#define SYSCALL_NAME sched_setscheduler'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __sched_setscheduler'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__sched_setscheduler, sched_setscheduler)'; \ echo 'hidden_weak (sched_setscheduler)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/sched_sets.os -x assembler-with-cpp - -MD -MP -MF /build/posix/sched_sets.os.dt -MT /build/posix/sched_sets.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1422: /build/posix/sched_sets.os] Error 1 (echo '#define SYSCALL_NAME sched_yield'; \ echo '#define SYSCALL_NARGS 0'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __sched_yield'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__sched_yield, sched_yield)'; \ echo 'hidden_weak (sched_yield)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/sched_yield.os -x assembler-with-cpp - -MD -MP -MF /build/posix/sched_yield.os.dt -MT /build/posix/sched_yield.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1441: /build/posix/sched_yield.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/setgid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/setgid.os -MD -MP -MF /build/posix/setgid.os.dt -MT /build/posix/setgid.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/setgid.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/setgid.os] Error 1 (echo '#define SYSCALL_NAME setpgid'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __setpgid'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__setpgid, setpgid)'; \ echo 'hidden_weak (setpgid)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/setpgid.os -x assembler-with-cpp - -MD -MP -MF /build/posix/setpgid.os.dt -MT /build/posix/setpgid.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1496: /build/posix/setpgid.os] Error 1 gcc -m32 setpgrp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/setpgrp.os -MD -MP -MF /build/posix/setpgrp.os.dt -MT /build/posix/setpgrp.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from setpgrp.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/setpgrp.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/setresgid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/setresgid.os -MD -MP -MF /build/posix/setresgid.os.dt -MT /build/posix/setresgid.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/setresgid.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/setresgid.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/setresuid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/setresuid.os -MD -MP -MF /build/posix/setresuid.os.dt -MT /build/posix/setresuid.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/setresuid.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/setresuid.os] Error 1 (echo '#define SYSCALL_NAME setsid'; \ echo '#define SYSCALL_NARGS 0'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __setsid'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__setsid, setsid)'; \ echo 'hidden_weak (setsid)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/setsid.os -x assembler-with-cpp - -MD -MP -MF /build/posix/setsid.os.dt -MT /build/posix/setsid.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2605: /build/posix/setsid.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/setuid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/setuid.os -MD -MP -MF /build/posix/setuid.os.dt -MT /build/posix/setuid.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/setuid.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/setuid.os] Error 1 gcc -m32 shm-directory.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/shm-directory.os -MD -MP -MF /build/posix/shm-directory.os.dt -MT /build/posix/shm-directory.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from shm-directory.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/shm-directory.os] Error 1 gcc -m32 ../sysdeps/posix/sleep.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/sleep.os -MD -MP -MF /build/posix/sleep.os.dt -MT /build/posix/sleep.os In file included from ../time/time.h:25, from ../include/time.h:2, from ../sysdeps/posix/sleep.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:501: /build/posix/sleep.os] Error 1 gcc -m32 spawn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fomit-frame-pointer -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/spawn.os -MD -MP -MF /build/posix/spawn.os.dt -MT /build/posix/spawn.os In file included from ../posix/spawn.h:22, from ../include/spawn.h:2, from spawn.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawn.os] Error 1 gcc -m32 spawn_faction_addchdir.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/spawn_faction_addchdir.os -MD -MP -MF /build/posix/spawn_faction_addchdir.os.dt -MT /build/posix/spawn_faction_addchdir.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from spawn_faction_addchdir.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawn_faction_addchdir.os] Error 1 gcc -m32 spawn_faction_addclose.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/spawn_faction_addclose.os -MD -MP -MF /build/posix/spawn_faction_addclose.os.dt -MT /build/posix/spawn_faction_addclose.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from spawn_faction_addclose.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawn_faction_addclose.os] Error 1 gcc -m32 spawn_faction_addclosefrom.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/spawn_faction_addclosefrom.os -MD -MP -MF /build/posix/spawn_faction_addclosefrom.os.dt -MT /build/posix/spawn_faction_addclosefrom.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from spawn_faction_addclosefrom.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawn_faction_addclosefrom.os] Error 1 gcc -m32 spawn_faction_adddup2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/spawn_faction_adddup2.os -MD -MP -MF /build/posix/spawn_faction_adddup2.os.dt -MT /build/posix/spawn_faction_adddup2.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from spawn_faction_adddup2.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawn_faction_adddup2.os] Error 1 gcc -m32 spawn_faction_addfchdir.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/spawn_faction_addfchdir.os -MD -MP -MF /build/posix/spawn_faction_addfchdir.os.dt -MT /build/posix/spawn_faction_addfchdir.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from spawn_faction_addfchdir.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawn_faction_addfchdir.os] Error 1 gcc -m32 spawn_faction_addopen.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/spawn_faction_addopen.os -MD -MP -MF /build/posix/spawn_faction_addopen.os.dt -MT /build/posix/spawn_faction_addopen.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from spawn_faction_addopen.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawn_faction_addopen.os] Error 1 gcc -m32 spawn_faction_addtcsetpgrp_np.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/spawn_faction_addtcsetpgrp_np.os -MD -MP -MF /build/posix/spawn_faction_addtcsetpgrp_np.os.dt -MT /build/posix/spawn_faction_addtcsetpgrp_np.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from spawn_faction_addtcsetpgrp_np.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawn_faction_addtcsetpgrp_np.os] Error 1 gcc -m32 spawn_faction_destroy.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/spawn_faction_destroy.os -MD -MP -MF /build/posix/spawn_faction_destroy.os.dt -MT /build/posix/spawn_faction_destroy.os In file included from ../posix/spawn.h:22, from ../include/spawn.h:2, from spawn_faction_destroy.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawn_faction_destroy.os] Error 1 gcc -m32 spawn_faction_init.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/spawn_faction_init.os -MD -MP -MF /build/posix/spawn_faction_init.os.dt -MT /build/posix/spawn_faction_init.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from spawn_faction_init.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawn_faction_init.os] Error 1 gcc -m32 spawn_valid_fd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/spawn_valid_fd.os -MD -MP -MF /build/posix/spawn_valid_fd.os.dt -MT /build/posix/spawn_valid_fd.os In file included from ../posix/spawn.h:22, from ../include/spawn.h:2, from spawn_int.h:22, from spawn_valid_fd.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawn_valid_fd.os] Error 1 gcc -m32 spawnattr_destroy.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/spawnattr_destroy.os -MD -MP -MF /build/posix/spawnattr_destroy.os.dt -MT /build/posix/spawnattr_destroy.os In file included from ../posix/spawn.h:22, from ../include/spawn.h:2, from spawnattr_destroy.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawnattr_destroy.os] Error 1 gcc -m32 spawnattr_getdefault.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/spawnattr_getdefault.os -MD -MP -MF /build/posix/spawnattr_getdefault.os.dt -MT /build/posix/spawnattr_getdefault.os In file included from ../posix/spawn.h:22, from ../include/spawn.h:2, from spawnattr_getdefault.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawnattr_getdefault.os] Error 1 gcc -m32 spawnattr_getflags.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/spawnattr_getflags.os -MD -MP -MF /build/posix/spawnattr_getflags.os.dt -MT /build/posix/spawnattr_getflags.os In file included from ../posix/spawn.h:22, from ../include/spawn.h:2, from spawnattr_getflags.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawnattr_getflags.os] Error 1 gcc -m32 spawnattr_getpgroup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/spawnattr_getpgroup.os -MD -MP -MF /build/posix/spawnattr_getpgroup.os.dt -MT /build/posix/spawnattr_getpgroup.os In file included from ../posix/spawn.h:22, from ../include/spawn.h:2, from spawnattr_getpgroup.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawnattr_getpgroup.os] Error 1 gcc -m32 spawnattr_getschedparam.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/spawnattr_getschedparam.os -MD -MP -MF /build/posix/spawnattr_getschedparam.os.dt -MT /build/posix/spawnattr_getschedparam.os In file included from ../posix/spawn.h:22, from ../include/spawn.h:2, from spawnattr_getschedparam.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawnattr_getschedparam.os] Error 1 gcc -m32 spawnattr_getschedpolicy.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/spawnattr_getschedpolicy.os -MD -MP -MF /build/posix/spawnattr_getschedpolicy.os.dt -MT /build/posix/spawnattr_getschedpolicy.os In file included from ../posix/spawn.h:22, from ../include/spawn.h:2, from spawnattr_getschedpolicy.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawnattr_getschedpolicy.os] Error 1 gcc -m32 spawnattr_getsigmask.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/spawnattr_getsigmask.os -MD -MP -MF /build/posix/spawnattr_getsigmask.os.dt -MT /build/posix/spawnattr_getsigmask.os In file included from ../posix/spawn.h:22, from ../include/spawn.h:2, from spawnattr_getsigmask.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawnattr_getsigmask.os] Error 1 gcc -m32 spawnattr_init.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/spawnattr_init.os -MD -MP -MF /build/posix/spawnattr_init.os.dt -MT /build/posix/spawnattr_init.os In file included from ../posix/spawn.h:22, from ../include/spawn.h:2, from spawnattr_init.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawnattr_init.os] Error 1 gcc -m32 spawnattr_setdefault.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/spawnattr_setdefault.os -MD -MP -MF /build/posix/spawnattr_setdefault.os.dt -MT /build/posix/spawnattr_setdefault.os In file included from ../posix/spawn.h:22, from ../include/spawn.h:2, from spawnattr_setdefault.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawnattr_setdefault.os] Error 1 gcc -m32 spawnattr_setflags.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/spawnattr_setflags.os -MD -MP -MF /build/posix/spawnattr_setflags.os.dt -MT /build/posix/spawnattr_setflags.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from spawnattr_setflags.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawnattr_setflags.os] Error 1 gcc -m32 spawnattr_setpgroup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/spawnattr_setpgroup.os -MD -MP -MF /build/posix/spawnattr_setpgroup.os.dt -MT /build/posix/spawnattr_setpgroup.os In file included from ../posix/spawn.h:22, from ../include/spawn.h:2, from spawnattr_setpgroup.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawnattr_setpgroup.os] Error 1 gcc -m32 spawnattr_setschedparam.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/spawnattr_setschedparam.os -MD -MP -MF /build/posix/spawnattr_setschedparam.os.dt -MT /build/posix/spawnattr_setschedparam.os In file included from ../posix/spawn.h:22, from ../include/spawn.h:2, from spawnattr_setschedparam.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawnattr_setschedparam.os] Error 1 gcc -m32 spawnattr_setschedpolicy.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/spawnattr_setschedpolicy.os -MD -MP -MF /build/posix/spawnattr_setschedpolicy.os.dt -MT /build/posix/spawnattr_setschedpolicy.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from spawnattr_setschedpolicy.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawnattr_setschedpolicy.os] Error 1 gcc -m32 spawnattr_setsigmask.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/spawnattr_setsigmask.os -MD -MP -MF /build/posix/spawnattr_setsigmask.os.dt -MT /build/posix/spawnattr_setsigmask.os In file included from ../posix/spawn.h:22, from ../include/spawn.h:2, from spawnattr_setsigmask.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawnattr_setsigmask.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/spawni.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fomit-frame-pointer -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/spawni.os -MD -MP -MF /build/posix/spawni.os.dt -MT /build/posix/spawni.os In file included from ../signal/signal.h:25, from ../include/signal.h:2, from ../sysdeps/unix/sysv/linux/sigsetops.h:22, from ../sysdeps/unix/sysv/linux/internal-sigset.h:22, from ../sysdeps/unix/sysv/linux/internal-signals.h:22, from ../sysdeps/unix/sysv/linux/spawni.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/spawni.os] Error 1 gcc -m32 spawnp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fomit-frame-pointer -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/spawnp.os -MD -MP -MF /build/posix/spawnp.os.dt -MT /build/posix/spawnp.os In file included from ../posix/spawn.h:22, from ../include/spawn.h:2, from spawnp.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/spawnp.os] Error 1 gcc -m32 streams-compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/streams-compat.os -MD -MP -MF /build/posix/streams-compat.os.dt -MT /build/posix/streams-compat.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from streams-compat.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/streams-compat.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/x86/sysconf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -DGETCONF_DIR='"/usr/libexec/getconf"' -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/sysconf.os -MD -MP -MF /build/posix/sysconf.os.dt -MT /build/posix/sysconf.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from ../sysdeps/unix/sysv/linux/x86/sysconf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:127: /build/posix/sysconf.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/times.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/times.os -MD -MP -MF /build/posix/times.os.dt -MT /build/posix/times.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/times.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/times.os] Error 1 (echo '#define SYSCALL_NAME uname'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __uname'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__uname, uname)'; \ echo 'hidden_weak (uname)'; \ ) | gcc -m32 -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/uname.os -x assembler-with-cpp - -MD -MP -MF /build/posix/uname.os.dt -MT /build/posix/uname.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2729: /build/posix/uname.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/i386/vfork.S -c -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/posix/vfork.os -MD -MP -MF /build/posix/vfork.os.dt -MT /build/posix/vfork.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/sysv/linux/i386/vfork.S:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:91: /build/posix/vfork.os] Error 1 gcc -m32 wait.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/wait.os -MD -MP -MF /build/posix/wait.os.dt -MT /build/posix/wait.os In file included from ../posix/sys/wait.h:25, from ../include/sys/wait.h:2, from wait.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/wait.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/wait3.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/wait3.os -MD -MP -MF /build/posix/wait3.os.dt -MT /build/posix/wait3.os In file included from ../posix/sys/wait.h:25, from ../include/sys/wait.h:2, from ../sysdeps/unix/sysv/linux/wait3.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/wait3.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/wait4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/wait4.os -MD -MP -MF /build/posix/wait4.os.dt -MT /build/posix/wait4.os In file included from ../posix/sys/wait.h:25, from ../include/sys/wait.h:2, from ../sysdeps/unix/sysv/linux/wait4.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/wait4.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/waitid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/waitid.os -MD -MP -MF /build/posix/waitid.os.dt -MT /build/posix/waitid.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/waitid.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/waitid.os] Error 1 gcc -m32 waitpid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/waitpid.os -MD -MP -MF /build/posix/waitpid.os.dt -MT /build/posix/waitpid.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from waitpid.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/waitpid.os] Error 1 gcc -m32 wordexp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fomit-frame-pointer -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/wordexp.os -MD -MP -MF /build/posix/wordexp.os.dt -MT /build/posix/wordexp.os In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from wordexp.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/wordexp.os] Error 1 gcc -m32 environ.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/environ.os -MD -MP -MF /build/posix/environ.os.dt -MT /build/posix/environ.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from environ.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/posix/environ.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/getcpu.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/getcpu.os -MD -MP -MF /build/posix/getcpu.os.dt -MT /build/posix/getcpu.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/getcpu.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/getcpu.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/oldglob.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/oldglob.os -MD -MP -MF /build/posix/oldglob.os.dt -MT /build/posix/oldglob.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from ../sysdeps/unix/sysv/linux/oldglob.c:6: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/oldglob.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/sched_getcpu.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/posix -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/posix/sched_getcpu.os -MD -MP -MF /build/posix/sched_getcpu.os.dt -MT /build/posix/sched_getcpu.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/sched_getcpu.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/posix/sched_getcpu.os] Error 1 make[2]: *** No rule to make target '/build/io/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/termios/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/resource/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/misc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/socket/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/sysvipc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/gmon/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/wctype/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/shadow/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/gshadow/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/argp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/debug/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/inet/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/resolv/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/nss/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/sunrpc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/nscd/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/login/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/elf/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/elf/ld.so', needed by '/build/libc.so'. make[2]: *** No rule to make target '/build/stdlib/stamp.oS', needed by '/build/libc_nonshared.a'. make[2]: *** No rule to make target '/build/nptl/stamp.oS', needed by '/build/libc_nonshared.a'. make[2]: *** No rule to make target '/build/debug/stamp.oS', needed by '/build/libc_nonshared.a'. make[2]: *** No rule to make target '/build/csu/start.o', needed by '/build/posix/getconf'. make[2]: *** No rule to make target '/build/csu/crti.o', needed by '/build/posix/getconf'. make[2]: *** No rule to make target '/build/csu/crtn.o', needed by '/build/posix/getconf'. make[2]: Target 'others' not remade because of errors. make[2]: Leaving directory '/glibc/posix' make[1]: *** [Makefile:484: posix/others] Error 2 make subdir=io -C io ..=../ others make[2]: Entering directory '/glibc/io' gcc -m32 pwd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nonlib -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/io/pwd.o -MD -MP -MF /build/io/pwd.o.dt -MT /build/io/pwd.o In file included from ../malloc/mcheck.h:21, from ../include/mcheck.h:3, from pwd.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/io/pwd.o] Error 1 make[2]: *** No rule to make target '/build/csu/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/iconv/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/locale/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/assert/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/ctype/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/intl/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/catgets/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/math/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/setjmp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/signal/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/stdlib/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/stdio-common/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/libio/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/dlfcn/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/nptl/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/rt/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/malloc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/string/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/wcsmbs/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/time/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/dirent/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/grp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/pwd/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/posix/stamp.os', needed by '/build/libc_pic.a'. gcc -m32 ../sysdeps/unix/sysv/linux/access.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/access.os -MD -MP -MF /build/io/access.os.dt -MT /build/io/access.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/access.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/access.os] Error 1 (echo '#define SYSCALL_NAME chdir'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __chdir'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__chdir, chdir)'; \ echo 'hidden_weak (chdir)'; \ ) | gcc -m32 -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/chdir.os -x assembler-with-cpp - -MD -MP -MF /build/io/chdir.os.dt -MT /build/io/chdir.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2175: /build/io/chdir.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/chmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/chmod.os -MD -MP -MF /build/io/chmod.os.dt -MT /build/io/chmod.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/chmod.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/chmod.os] Error 1 (echo '#define SYSCALL_NAME chown32'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __chown'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo '#include '; \ echo '#if IS_IN (libc)'; \ echo 'versioned_symbol (libc, __chown, chown, GLIBC_2_1)'; \ echo '#else'; \ echo 'weak_alias (__chown, chown)'; \ echo '#endif'; \ ) | gcc -m32 -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/chown.os -x assembler-with-cpp - -MD -MP -MF /build/io/chown.os.dt -MT /build/io/chown.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:11: /build/io/chown.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/close.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/close.os -MD -MP -MF /build/io/close.os.dt -MT /build/io/close.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/close.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/close.os] Error 1 (echo '#define SYSCALL_NAME close_range'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __close_range'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__close_range, close_range)'; \ echo 'hidden_weak (close_range)'; \ ) | gcc -m32 -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/close_range.os -x assembler-with-cpp - -MD -MP -MF /build/io/close_range.os.dt -MT /build/io/close_range.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2128: /build/io/close_range.os] Error 1 gcc -m32 closefrom.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/closefrom.os -MD -MP -MF /build/io/closefrom.os.dt -MT /build/io/closefrom.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from closefrom.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/io/closefrom.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/copy_file_range.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/copy_file_range.os -MD -MP -MF /build/io/copy_file_range.os.dt -MT /build/io/copy_file_range.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/copy_file_range.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/copy_file_range.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/creat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/creat.os -MD -MP -MF /build/io/creat.os.dt -MT /build/io/creat.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/creat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/creat.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/creat64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/creat64.os -MD -MP -MF /build/io/creat64.os.dt -MT /build/io/creat64.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/creat64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/creat64.os] Error 1 (echo '#define SYSCALL_NAME dup'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __dup'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__dup, dup)'; \ echo 'hidden_weak (dup)'; \ ) | gcc -m32 -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/dup.os -x assembler-with-cpp - -MD -MP -MF /build/io/dup.os.dt -MT /build/io/dup.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2219: /build/io/dup.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/dup2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/dup2.os -MD -MP -MF /build/io/dup2.os.dt -MT /build/io/dup2.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/dup2.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/dup2.os] Error 1 (echo '#define SYSCALL_NAME dup3'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __dup3'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__dup3, dup3)'; \ echo 'hidden_weak (dup3)'; \ ) | gcc -m32 -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/dup3.os -x assembler-with-cpp - -MD -MP -MF /build/io/dup3.os.dt -MT /build/io/dup3.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2240: /build/io/dup3.os] Error 1 gcc -m32 ../sysdeps/posix/euidaccess.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/euidaccess.os -MD -MP -MF /build/io/euidaccess.os.dt -MT /build/io/euidaccess.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/posix/euidaccess.c:26: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:501: /build/io/euidaccess.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/faccessat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/faccessat.os -MD -MP -MF /build/io/faccessat.os.dt -MT /build/io/faccessat.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/faccessat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/faccessat.os] Error 1 (echo '#define SYSCALL_NAME fchdir'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __fchdir'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__fchdir, fchdir)'; \ echo 'hidden_weak (fchdir)'; \ ) | gcc -m32 -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/fchdir.os -x assembler-with-cpp - -MD -MP -MF /build/io/fchdir.os.dt -MT /build/io/fchdir.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2259: /build/io/fchdir.os] Error 1 (echo '#define SYSCALL_NAME fchmod'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __fchmod'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__fchmod, fchmod)'; \ echo 'hidden_weak (fchmod)'; \ ) | gcc -m32 -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/fchmod.os -x assembler-with-cpp - -MD -MP -MF /build/io/fchmod.os.dt -MT /build/io/fchmod.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2278: /build/io/fchmod.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fchmodat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/fchmodat.os -MD -MP -MF /build/io/fchmodat.os.dt -MT /build/io/fchmodat.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/fchmodat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/fchmodat.os] Error 1 (echo '#define SYSCALL_NAME fchown32'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __fchown'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__fchown, fchown)'; \ echo 'hidden_weak (fchown)'; \ ) | gcc -m32 -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/fchown.os -x assembler-with-cpp - -MD -MP -MF /build/io/fchown.os.dt -MT /build/io/fchown.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:61: /build/io/fchown.os] Error 1 (echo '#define SYSCALL_NAME fchownat'; \ echo '#define SYSCALL_NARGS 5'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL fchownat'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/fchownat.os -x assembler-with-cpp - -MD -MP -MF /build/io/fchownat.os.dt -MT /build/io/fchownat.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1656: /build/io/fchownat.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fcntl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/fcntl.os -MD -MP -MF /build/io/fcntl.os.dt -MT /build/io/fcntl.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/fcntl.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/fcntl.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fcntl64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/fcntl64.os -MD -MP -MF /build/io/fcntl64.os.dt -MT /build/io/fcntl64.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/fcntl64.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/fcntl64.os] Error 1 gcc -m32 file_change_detection.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/file_change_detection.os -MD -MP -MF /build/io/file_change_detection.os.dt -MT /build/io/file_change_detection.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from ../include/file_change_detection.h:23, from file_change_detection.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/io/file_change_detection.os] Error 1 (echo '#define SYSCALL_NAME flock'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __flock'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__flock, flock)'; \ echo 'hidden_weak (flock)'; \ ) | gcc -m32 -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/flock.os -x assembler-with-cpp - -MD -MP -MF /build/io/flock.os.dt -MT /build/io/flock.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:532: /build/io/flock.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fstat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/fstat.os -MD -MP -MF /build/io/fstat.os.dt -MT /build/io/fstat.os In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/fstat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/fstat.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fstat64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/fstat64.os -MD -MP -MF /build/io/fstat64.os.dt -MT /build/io/fstat64.os In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/fstat64.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/fstat64.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fstatat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/fstatat.os -MD -MP -MF /build/io/fstatat.os.dt -MT /build/io/fstatat.os In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/fstatat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/fstatat.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fstatat64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/fstatat64.os -MD -MP -MF /build/io/fstatat64.os.dt -MT /build/io/fstatat64.os In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/fstatat64.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/fstatat64.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fstatfs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/fstatfs.os -MD -MP -MF /build/io/fstatfs.os.dt -MT /build/io/fstatfs.os In file included from ../io/sys/statfs.h:22, from ../include/sys/statfs.h:2, from ../sysdeps/unix/sysv/linux/fstatfs.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/fstatfs.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fstatfs64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/fstatfs64.os -MD -MP -MF /build/io/fstatfs64.os.dt -MT /build/io/fstatfs64.os In file included from ../io/sys/statfs.h:22, from ../include/sys/statfs.h:2, from ../sysdeps/unix/sysv/linux/fstatfs64.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/fstatfs64.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fstatvfs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/fstatvfs.os -MD -MP -MF /build/io/fstatvfs.os.dt -MT /build/io/fstatvfs.os In file included from ../io/sys/statvfs.h:22, from ../include/sys/statvfs.h:2, from ../sysdeps/unix/sysv/linux/fstatvfs.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/fstatvfs.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fstatvfs64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/fstatvfs64.os -MD -MP -MF /build/io/fstatvfs64.os.dt -MT /build/io/fstatvfs64.os In file included from ../io/sys/statvfs.h:22, from ../include/sys/statvfs.h:2, from ../sysdeps/unix/sysv/linux/fstatvfs64.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/fstatvfs64.os] Error 1 gcc -m32 fts.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -Wno-uninitialized -fexceptions -fexceptions -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/fts.os -MD -MP -MF /build/io/fts.os.dt -MT /build/io/fts.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from fts.c:52: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/io/fts.os] Error 1 gcc -m32 fts64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -Wno-uninitialized -fexceptions -fexceptions -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/fts64.os -MD -MP -MF /build/io/fts64.os.dt -MT /build/io/fts64.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from fts.c:52, from fts64.c:31: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/io/fts64.os] Error 1 gcc -m32 fts64-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -Wno-uninitialized -fexceptions -fexceptions -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/fts64-time64.os -MD -MP -MF /build/io/fts64-time64.os.dt -MT /build/io/fts64-time64.os In file included from ../time/time.h:25, from ../include/time.h:2, from fts64-time64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/io/fts64-time64.os] Error 1 gcc -m32 ftw.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fexceptions -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/ftw.os -MD -MP -MF /build/io/ftw.os.dt -MT /build/io/ftw.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from ftw.c:38: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/io/ftw.os] Error 1 gcc -m32 ftw64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fexceptions -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/ftw64.os -MD -MP -MF /build/io/ftw64.os.dt -MT /build/io/ftw64.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from ftw.c:38, from ftw64.c:31: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/io/ftw64.os] Error 1 gcc -m32 ftw64-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fexceptions -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/ftw64-time64.os -MD -MP -MF /build/io/ftw64-time64.os.dt -MT /build/io/ftw64-time64.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ftw64-time64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/io/ftw64-time64.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/futimens.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/futimens.os -MD -MP -MF /build/io/futimens.os.dt -MT /build/io/futimens.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/futimens.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/futimens.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/getcwd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/getcwd.os -MD -MP -MF /build/io/getcwd.os.dt -MT /build/io/getcwd.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from ../sysdeps/unix/sysv/linux/getcwd.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/getcwd.os] Error 1 gcc -m32 getdirname.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/getdirname.os -MD -MP -MF /build/io/getdirname.os.dt -MT /build/io/getdirname.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from getdirname.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/io/getdirname.os] Error 1 gcc -m32 getwd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/getwd.os -MD -MP -MF /build/io/getwd.os.dt -MT /build/io/getwd.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from getwd.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/io/getwd.os] Error 1 gcc -m32 ../sysdeps/posix/isatty.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/isatty.os -MD -MP -MF /build/io/isatty.os.dt -MT /build/io/isatty.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/posix/isatty.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:501: /build/io/isatty.os] Error 1 gcc -m32 lchmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/lchmod.os -MD -MP -MF /build/io/lchmod.os.dt -MT /build/io/lchmod.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from lchmod.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/io/lchmod.os] Error 1 (echo '#define SYSCALL_NAME lchown32'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __lchown'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo '#include '; \ echo '#if IS_IN (libc)'; \ echo 'versioned_symbol (libc, __lchown, lchown, GLIBC_2_0)'; \ echo '#else'; \ echo 'weak_alias (__lchown, lchown)'; \ echo '#endif'; \ echo '#if defined SHARED && IS_IN (libc)'; \ echo 'strong_alias (__lchown, __lchown_1)'; \ echo 'compat_symbol (libc, __lchown_1, chown, GLIBC_2_0)'; \ echo '#endif'; \ ) | gcc -m32 -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/lchown.os -x assembler-with-cpp - -MD -MP -MF /build/io/lchown.os.dt -MT /build/io/lchown.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:34: /build/io/lchown.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/link.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/link.os -MD -MP -MF /build/io/link.os.dt -MT /build/io/link.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/link.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/link.os] Error 1 (echo '#define SYSCALL_NAME linkat'; \ echo '#define SYSCALL_NARGS 5'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL linkat'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/linkat.os -x assembler-with-cpp - -MD -MP -MF /build/io/linkat.os.dt -MT /build/io/linkat.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1673: /build/io/linkat.os] Error 1 gcc -m32 lockf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/lockf.os -MD -MP -MF /build/io/lockf.os.dt -MT /build/io/lockf.os In file included from ../posix/bits/types.h:26, from ../include/bits/types.h:1, from lockf.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/io/lockf.os] Error 1 gcc -m32 lockf64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/lockf64.os -MD -MP -MF /build/io/lockf64.os.dt -MT /build/io/lockf64.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from lockf64.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/io/lockf64.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/lseek.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/lseek.os -MD -MP -MF /build/io/lseek.os.dt -MT /build/io/lseek.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/lseek.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/lseek.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/lseek64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/lseek64.os -MD -MP -MF /build/io/lseek64.os.dt -MT /build/io/lseek64.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/lseek64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/lseek64.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/lstat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/lstat.os -MD -MP -MF /build/io/lstat.os.dt -MT /build/io/lstat.os In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/lstat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/lstat.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/lstat64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/lstat64.os -MD -MP -MF /build/io/lstat64.os.dt -MT /build/io/lstat64.os In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/lstat64.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/lstat64.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/mkdir.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/mkdir.os -MD -MP -MF /build/io/mkdir.os.dt -MT /build/io/mkdir.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/mkdir.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/mkdir.os] Error 1 (echo '#define SYSCALL_NAME mkdirat'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL mkdirat'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/mkdirat.os -x assembler-with-cpp - -MD -MP -MF /build/io/mkdirat.os.dt -MT /build/io/mkdirat.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1690: /build/io/mkdirat.os] Error 1 gcc -m32 ../sysdeps/posix/mkfifo.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/mkfifo.os -MD -MP -MF /build/io/mkfifo.os.dt -MT /build/io/mkfifo.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/posix/mkfifo.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:501: /build/io/mkfifo.os] Error 1 gcc -m32 ../sysdeps/posix/mkfifoat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/mkfifoat.os -MD -MP -MF /build/io/mkfifoat.os.dt -MT /build/io/mkfifoat.os In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/posix/mkfifoat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:501: /build/io/mkfifoat.os] Error 1 gcc -m32 mknod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/mknod.os -MD -MP -MF /build/io/mknod.os.dt -MT /build/io/mknod.os In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from mknod.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/io/mknod.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/mknodat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/mknodat.os -MD -MP -MF /build/io/mknodat.os.dt -MT /build/io/mknodat.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/mknodat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/mknodat.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/open.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/open.os -MD -MP -MF /build/io/open.os.dt -MT /build/io/open.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/open.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/open.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/open64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/open64.os -MD -MP -MF /build/io/open64.os.dt -MT /build/io/open64.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/open64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/open64.os] Error 1 gcc -m32 open64_2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/open64_2.os -MD -MP -MF /build/io/open64_2.os.dt -MT /build/io/open64_2.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from open64_2.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/io/open64_2.os] Error 1 gcc -m32 open_2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/open_2.os -MD -MP -MF /build/io/open_2.os.dt -MT /build/io/open_2.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from open_2.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/io/open_2.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/openat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/openat.os -MD -MP -MF /build/io/openat.os.dt -MT /build/io/openat.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/openat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/openat.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/openat64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/openat64.os -MD -MP -MF /build/io/openat64.os.dt -MT /build/io/openat64.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/openat64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/openat64.os] Error 1 gcc -m32 openat64_2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/openat64_2.os -MD -MP -MF /build/io/openat64_2.os.dt -MT /build/io/openat64_2.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from openat64_2.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/io/openat64_2.os] Error 1 gcc -m32 openat_2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/openat_2.os -MD -MP -MF /build/io/openat_2.os.dt -MT /build/io/openat_2.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from openat_2.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/io/openat_2.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/pipe.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/pipe.os -MD -MP -MF /build/io/pipe.os.dt -MT /build/io/pipe.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/pipe.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/pipe.os] Error 1 (echo '#define SYSCALL_NAME pipe2'; \ echo '#define SYSCALL_NARGS 2'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __pipe2'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__pipe2, pipe2)'; \ echo 'hidden_weak (pipe2)'; \ ) | gcc -m32 -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/pipe2.os -x assembler-with-cpp - -MD -MP -MF /build/io/pipe2.os.dt -MT /build/io/pipe2.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1138: /build/io/pipe2.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/poll.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/poll.os -MD -MP -MF /build/io/poll.os.dt -MT /build/io/poll.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/poll.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/poll.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/posix_fadvise.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/posix_fadvise.os -MD -MP -MF /build/io/posix_fadvise.os.dt -MT /build/io/posix_fadvise.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/posix_fadvise.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/posix_fadvise.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/posix_fadvise64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/posix_fadvise64.os -MD -MP -MF /build/io/posix_fadvise64.os.dt -MT /build/io/posix_fadvise64.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/posix_fadvise64.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/posix_fadvise64.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/posix_fallocate.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/posix_fallocate.os -MD -MP -MF /build/io/posix_fallocate.os.dt -MT /build/io/posix_fallocate.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/posix_fallocate.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/posix_fallocate.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/posix_fallocate64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/posix_fallocate64.os -MD -MP -MF /build/io/posix_fallocate64.os.dt -MT /build/io/posix_fallocate64.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/posix_fallocate64.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/posix_fallocate64.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/ppoll.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/ppoll.os -MD -MP -MF /build/io/ppoll.os.dt -MT /build/io/ppoll.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/ppoll.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/ppoll.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/read.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/read.os -MD -MP -MF /build/io/read.os.dt -MT /build/io/read.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/read.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/read.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/readlink.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/readlink.os -MD -MP -MF /build/io/readlink.os.dt -MT /build/io/readlink.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/readlink.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/readlink.os] Error 1 (echo '#define SYSCALL_NAME readlinkat'; \ echo '#define SYSCALL_NARGS 4'; \ echo '#define SYSCALL_ULONG_ARG_1 4'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL readlinkat'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/readlinkat.os -x assembler-with-cpp - -MD -MP -MF /build/io/readlinkat.os.dt -MT /build/io/readlinkat.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1707: /build/io/readlinkat.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/rmdir.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/rmdir.os -MD -MP -MF /build/io/rmdir.os.dt -MT /build/io/rmdir.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/rmdir.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/rmdir.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/sendfile.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/sendfile.os -MD -MP -MF /build/io/sendfile.os.dt -MT /build/io/sendfile.os In file included from ../io/sys/sendfile.h:22, from ../include/sys/sendfile.h:1, from ../sysdeps/unix/sysv/linux/sendfile.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/sendfile.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/sendfile64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/sendfile64.os -MD -MP -MF /build/io/sendfile64.os.dt -MT /build/io/sendfile64.os In file included from ../io/sys/sendfile.h:22, from ../include/sys/sendfile.h:1, from ../sysdeps/unix/sysv/linux/sendfile64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/sendfile64.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/stat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/stat.os -MD -MP -MF /build/io/stat.os.dt -MT /build/io/stat.os In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/stat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/stat.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/stat64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/stat64.os -MD -MP -MF /build/io/stat64.os.dt -MT /build/io/stat64.os In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/stat64.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/stat64.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/statfs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/statfs.os -MD -MP -MF /build/io/statfs.os.dt -MT /build/io/statfs.os In file included from ../io/sys/statfs.h:22, from ../include/sys/statfs.h:2, from ../sysdeps/unix/sysv/linux/statfs.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/statfs.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/statfs64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/statfs64.os -MD -MP -MF /build/io/statfs64.os.dt -MT /build/io/statfs64.os In file included from ../io/sys/statfs.h:22, from ../include/sys/statfs.h:2, from ../sysdeps/unix/sysv/linux/statfs64.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/statfs64.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/statvfs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/statvfs.os -MD -MP -MF /build/io/statvfs.os.dt -MT /build/io/statvfs.os In file included from ../io/sys/statvfs.h:22, from ../include/sys/statvfs.h:2, from ../sysdeps/unix/sysv/linux/statvfs.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/statvfs.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/statvfs64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/statvfs64.os -MD -MP -MF /build/io/statvfs64.os.dt -MT /build/io/statvfs64.os In file included from ../io/sys/statvfs.h:22, from ../include/sys/statvfs.h:2, from ../sysdeps/unix/sysv/linux/statvfs64.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/statvfs64.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/statx.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/statx.os -MD -MP -MF /build/io/statx.os.dt -MT /build/io/statx.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/statx.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/statx.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/symlink.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/symlink.os -MD -MP -MF /build/io/symlink.os.dt -MT /build/io/symlink.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/symlink.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/symlink.os] Error 1 (echo '#define SYSCALL_NAME symlinkat'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL symlinkat'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/symlinkat.os -x assembler-with-cpp - -MD -MP -MF /build/io/symlinkat.os.dt -MT /build/io/symlinkat.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1724: /build/io/symlinkat.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/ttyname.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/ttyname.os -MD -MP -MF /build/io/ttyname.os.dt -MT /build/io/ttyname.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/ttyname.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/ttyname.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/ttyname_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/ttyname_r.os -MD -MP -MF /build/io/ttyname_r.os.dt -MT /build/io/ttyname_r.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/ttyname_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/ttyname_r.os] Error 1 (echo '#define SYSCALL_NAME umask'; \ echo '#define SYSCALL_NARGS 1'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL __umask'; \ echo '#define SYSCALL_NOERRNO 1'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ echo 'weak_alias (__umask, umask)'; \ echo 'hidden_weak (umask)'; \ ) | gcc -m32 -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/umask.os -x assembler-with-cpp - -MD -MP -MF /build/io/umask.os.dt -MT /build/io/umask.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:2710: /build/io/umask.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/unlink.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/unlink.os -MD -MP -MF /build/io/unlink.os.dt -MT /build/io/unlink.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/unlink.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/unlink.os] Error 1 (echo '#define SYSCALL_NAME unlinkat'; \ echo '#define SYSCALL_NARGS 3'; \ echo '#define SYSCALL_ULONG_ARG_1 0'; \ echo '#define SYSCALL_ULONG_ARG_2 0'; \ echo '#define SYSCALL_SYMBOL unlinkat'; \ echo '#define SYSCALL_NOERRNO 0'; \ echo '#define SYSCALL_ERRVAL 0'; \ echo '#include '; \ ) | gcc -m32 -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/unlinkat.os -x assembler-with-cpp - -MD -MP -MF /build/io/unlinkat.os.dt -MT /build/io/unlinkat.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/syscall-template.S:48, from :8: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-syscalls:1741: /build/io/unlinkat.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/utime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/utime.os -MD -MP -MF /build/io/utime.os.dt -MT /build/io/utime.os In file included from ../io/utime.h:25, from ../include/utime.h:3, from ../sysdeps/unix/sysv/linux/utime.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/utime.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/utimensat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/utimensat.os -MD -MP -MF /build/io/utimensat.os.dt -MT /build/io/utimensat.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/utimensat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/utimensat.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/write.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/write.os -MD -MP -MF /build/io/write.os.dt -MT /build/io/write.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/write.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/write.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/i386/libc-do-syscall.S -c -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/io/libc-do-syscall.os -MD -MP -MF /build/io/libc-do-syscall.os.dt -MT /build/io/libc-do-syscall.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/sysv/linux/i386/libc-do-syscall.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [/build/sysd-rules:91: /build/io/libc-do-syscall.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/close_nocancel.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/close_nocancel.os -MD -MP -MF /build/io/close_nocancel.os.dt -MT /build/io/close_nocancel.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/close_nocancel.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/close_nocancel.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fallocate.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/fallocate.os -MD -MP -MF /build/io/fallocate.os.dt -MT /build/io/fallocate.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/fallocate.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/fallocate.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fallocate64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/fallocate64.os -MD -MP -MF /build/io/fallocate64.os.dt -MT /build/io/fallocate64.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/fallocate64.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/fallocate64.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/fcntl_nocancel.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/fcntl_nocancel.os -MD -MP -MF /build/io/fcntl_nocancel.os.dt -MT /build/io/fcntl_nocancel.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/fcntl_nocancel.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/fcntl_nocancel.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/internal_statvfs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/internal_statvfs.os -MD -MP -MF /build/io/internal_statvfs.os.dt -MT /build/io/internal_statvfs.os In file included from ../io/sys/statfs.h:22, from ../include/sys/statfs.h:2, from ../sysdeps/unix/sysv/linux/internal_statvfs.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/internal_statvfs.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/open64_nocancel.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/open64_nocancel.os -MD -MP -MF /build/io/open64_nocancel.os.dt -MT /build/io/open64_nocancel.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/open64_nocancel.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/open64_nocancel.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/open_nocancel.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/open_nocancel.os -MD -MP -MF /build/io/open_nocancel.os.dt -MT /build/io/open_nocancel.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/open_nocancel.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/open_nocancel.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/openat64_nocancel.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/openat64_nocancel.os -MD -MP -MF /build/io/openat64_nocancel.os.dt -MT /build/io/openat64_nocancel.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/openat64_nocancel.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/openat64_nocancel.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/openat_nocancel.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/openat_nocancel.os -MD -MP -MF /build/io/openat_nocancel.os.dt -MT /build/io/openat_nocancel.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/openat_nocancel.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/openat_nocancel.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/pread64_nocancel.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/pread64_nocancel.os -MD -MP -MF /build/io/pread64_nocancel.os.dt -MT /build/io/pread64_nocancel.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/pread64_nocancel.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/pread64_nocancel.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/read_nocancel.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/read_nocancel.os -MD -MP -MF /build/io/read_nocancel.os.dt -MT /build/io/read_nocancel.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/read_nocancel.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/read_nocancel.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/stat_t64_cp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/stat_t64_cp.os -MD -MP -MF /build/io/stat_t64_cp.os.dt -MT /build/io/stat_t64_cp.os In file included from ../io/sys/stat.h:25, from ../include/sys/stat.h:2, from ../sysdeps/unix/sysv/linux/stat_t64_cp.h:19, from ../sysdeps/unix/sysv/linux/stat_t64_cp.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/stat_t64_cp.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/statx_cp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/statx_cp.os -MD -MP -MF /build/io/statx_cp.os.dt -MT /build/io/statx_cp.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from ../sysdeps/unix/sysv/linux/statx_cp.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/statx_cp.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/sync_file_range.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/sync_file_range.os -MD -MP -MF /build/io/sync_file_range.os.dt -MT /build/io/sync_file_range.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/sync_file_range.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/sync_file_range.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/write_nocancel.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/write_nocancel.os -MD -MP -MF /build/io/write_nocancel.os.dt -MT /build/io/write_nocancel.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ../sysdeps/unix/sysv/linux/write_nocancel.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/write_nocancel.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/xstatconv.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/io -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/io/xstatconv.os -MD -MP -MF /build/io/xstatconv.os.dt -MT /build/io/xstatconv.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/xstatconv.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/io/xstatconv.os] Error 1 make[2]: *** No rule to make target '/build/termios/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/resource/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/misc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/socket/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/sysvipc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/gmon/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/wctype/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/shadow/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/gshadow/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/argp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/debug/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/inet/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/resolv/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/nss/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/sunrpc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/nscd/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/login/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/elf/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/elf/ld.so', needed by '/build/libc.so'. make[2]: *** No rule to make target '/build/stdlib/stamp.oS', needed by '/build/libc_nonshared.a'. make[2]: *** No rule to make target '/build/nptl/stamp.oS', needed by '/build/libc_nonshared.a'. make[2]: *** No rule to make target '/build/debug/stamp.oS', needed by '/build/libc_nonshared.a'. make[2]: *** No rule to make target '/build/csu/start.o', needed by '/build/io/pwd'. make[2]: *** No rule to make target '/build/csu/crti.o', needed by '/build/io/pwd'. make[2]: *** No rule to make target '/build/csu/crtn.o', needed by '/build/io/pwd'. make[2]: Target 'others' not remade because of errors. make[2]: Leaving directory '/glibc/io' make[1]: *** [Makefile:484: io/others] Error 2 make subdir=termios -C termios ..=../ others make[2]: Entering directory '/glibc/termios' make[2]: Nothing to be done for 'others'. make[2]: Leaving directory '/glibc/termios' make subdir=resource -C resource ..=../ others make[2]: Entering directory '/glibc/resource' make[2]: Nothing to be done for 'others'. make[2]: Leaving directory '/glibc/resource' make subdir=misc -C misc ..=../ others make[2]: Entering directory '/glibc/misc' make[2]: Leaving directory '/glibc/misc' make subdir=socket -C socket ..=../ others make[2]: Entering directory '/glibc/socket' make[2]: Nothing to be done for 'others'. make[2]: Leaving directory '/glibc/socket' make subdir=sysvipc -C sysvipc ..=../ others make[2]: Entering directory '/glibc/sysvipc' make[2]: Nothing to be done for 'others'. make[2]: Leaving directory '/glibc/sysvipc' make subdir=gmon -C gmon ..=../ others make[2]: Entering directory '/glibc/gmon' make[2]: Nothing to be done for 'others'. make[2]: Leaving directory '/glibc/gmon' make subdir=gnulib -C gnulib ..=../ others make[2]: Entering directory '/glibc/gnulib' make[2]: Nothing to be done for 'others'. make[2]: Leaving directory '/glibc/gnulib' make subdir=wctype -C wctype ..=../ others make[2]: Entering directory '/glibc/wctype' make[2]: Nothing to be done for 'others'. make[2]: Leaving directory '/glibc/wctype' make subdir=manual -C manual ..=../ others make[2]: Entering directory '/glibc/manual' make[2]: Nothing to be done for 'others'. make[2]: Leaving directory '/glibc/manual' make subdir=shadow -C shadow ..=../ others make[2]: Entering directory '/glibc/shadow' make[2]: Nothing to be done for 'others'. make[2]: Leaving directory '/glibc/shadow' make subdir=gshadow -C gshadow ..=../ others make[2]: Entering directory '/glibc/gshadow' make[2]: Nothing to be done for 'others'. make[2]: Leaving directory '/glibc/gshadow' make subdir=po -C po ..=../ others make[2]: Entering directory '/glibc/po' make[2]: Nothing to be done for 'others'. make[2]: Leaving directory '/glibc/po' make subdir=argp -C argp ..=../ others make[2]: Entering directory '/glibc/argp' make[2]: Nothing to be done for 'others'. make[2]: Leaving directory '/glibc/argp' make subdir=conform -C conform ..=../ others make[2]: Entering directory '/glibc/conform' make[2]: Nothing to be done for 'others'. make[2]: Leaving directory '/glibc/conform' make subdir=debug -C debug ..=../ others make[2]: Entering directory '/glibc/debug' gcc -m32 pcprofiledump.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nonlib -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/debug/pcprofiledump.o -MD -MP -MF /build/debug/pcprofiledump.o.dt -MT /build/debug/pcprofiledump.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from ../argp/argp.h:23, from ../include/argp.h:2, from pcprofiledump.c:25: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/pcprofiledump.o] Error 1 make[2]: *** No rule to make target '/build/csu/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/iconv/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/locale/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/assert/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/ctype/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/intl/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/catgets/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/math/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/setjmp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/signal/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/stdlib/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/stdio-common/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/libio/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/dlfcn/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/nptl/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/rt/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/malloc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/string/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/wcsmbs/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/time/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/dirent/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/grp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/pwd/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/posix/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/io/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/termios/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/resource/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/misc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/socket/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/sysvipc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/gmon/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/wctype/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/shadow/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/gshadow/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/argp/stamp.os', needed by '/build/libc_pic.a'. gcc -m32 ../sysdeps/unix/sysv/linux/i386/____longjmp_chk.S -c -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/debug/____longjmp_chk.os -MD -MP -MF /build/debug/____longjmp_chk.os.dt -MT /build/debug/____longjmp_chk.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/sysv/linux/i386/____longjmp_chk.S:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/____longjmp_chk.S:21:10: fatal error: jmp_buf-ssp.h: No such file or directory 21 | #include | ^~~~~~~~~~~~~~~ cc1: some warnings being treated as errors compilation terminated. make[2]: *** [/build/sysd-rules:91: /build/debug/____longjmp_chk.os] Error 1 gcc -m32 asprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -D_IO_MTSAFE_IO -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/asprintf_chk.os -MD -MP -MF /build/debug/asprintf_chk.os.dt -MT /build/debug/asprintf_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from asprintf_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/asprintf_chk.os] Error 1 gcc -m32 ../sysdeps/i386/backtrace.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-omit-frame-pointer -funwind-tables -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/backtrace.os -MD -MP -MF /build/debug/backtrace.os.dt -MT /build/debug/backtrace.os In file included from ../debug/execinfo.h:21, from ../include/execinfo.h:2, from ../sysdeps/i386/backtrace.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../sysdeps/generic/unwind-link.h:34, from ../sysdeps/i386/backtrace.c:21: ../sysdeps/i386/backtrace.c: In function 'backtrace_helper': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../sysdeps/generic/unwind-link.h:67:5: note: in expansion of macro 'PTR_DEMANGLE' 67 | PTR_DEMANGLE (__unwind_fptr); \ | ^~~~~~~~~~~~ ../sysdeps/i386/backtrace.c:40:18: note: in expansion of macro 'UNWIND_LINK_PTR' 40 | = (void *) UNWIND_LINK_PTR (arg->unwind_link, _Unwind_GetIP) (ctx); | ^~~~~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../sysdeps/generic/unwind-link.h:67:5: note: in expansion of macro 'PTR_DEMANGLE' 67 | PTR_DEMANGLE (__unwind_fptr); \ | ^~~~~~~~~~~~ ../sysdeps/i386/backtrace.c:40:18: note: in expansion of macro 'UNWIND_LINK_PTR' 40 | = (void *) UNWIND_LINK_PTR (arg->unwind_link, _Unwind_GetIP) (ctx); | ^~~~~~~~~~~~~~~ ../sysdeps/i386/backtrace.c: In function '__backtrace': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../sysdeps/generic/unwind-link.h:67:5: note: in expansion of macro 'PTR_DEMANGLE' 67 | PTR_DEMANGLE (__unwind_fptr); \ | ^~~~~~~~~~~~ ../sysdeps/i386/backtrace.c:93:3: note: in expansion of macro 'UNWIND_LINK_PTR' 93 | UNWIND_LINK_PTR (arg.unwind_link, _Unwind_Backtrace) | ^~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:739: /build/debug/backtrace.os] Error 1 gcc -m32 backtracesyms.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/backtracesyms.os -MD -MP -MF /build/debug/backtracesyms.os.dt -MT /build/debug/backtracesyms.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from backtracesyms.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/backtracesyms.os] Error 1 gcc -m32 backtracesymsfd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/backtracesymsfd.os -MD -MP -MF /build/debug/backtracesymsfd.os.dt -MT /build/debug/backtracesymsfd.os In file included from ../debug/execinfo.h:21, from ../include/execinfo.h:2, from backtracesymsfd.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/backtracesymsfd.os] Error 1 gcc -m32 chk_fail.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/chk_fail.os -MD -MP -MF /build/debug/chk_fail.os.dt -MT /build/debug/chk_fail.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from chk_fail.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/chk_fail.os] Error 1 gcc -m32 confstr_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/confstr_chk.os -MD -MP -MF /build/debug/confstr_chk.os.dt -MT /build/debug/confstr_chk.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from confstr_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/confstr_chk.os] Error 1 gcc -m32 dprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -D_IO_MTSAFE_IO -fexceptions -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/dprintf_chk.os -MD -MP -MF /build/debug/dprintf_chk.os.dt -MT /build/debug/dprintf_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from dprintf_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/dprintf_chk.os] Error 1 gcc -m32 explicit_bzero_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/explicit_bzero_chk.os -MD -MP -MF /build/debug/explicit_bzero_chk.os.dt -MT /build/debug/explicit_bzero_chk.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from explicit_bzero_chk.c:26: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/explicit_bzero_chk.os] Error 1 gcc -m32 fdelt_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/fdelt_chk.os -MD -MP -MF /build/debug/fdelt_chk.os.dt -MT /build/debug/fdelt_chk.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from fdelt_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/fdelt_chk.os] Error 1 gcc -m32 fgets_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -D_IO_MTSAFE_IO -fexceptions -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/fgets_chk.os -MD -MP -MF /build/debug/fgets_chk.os.dt -MT /build/debug/fgets_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from fgets_chk.c:27: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/fgets_chk.os] Error 1 gcc -m32 fgets_u_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -D_IO_MTSAFE_IO -fexceptions -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/fgets_u_chk.os -MD -MP -MF /build/debug/fgets_u_chk.os.dt -MT /build/debug/fgets_u_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from fgets_u_chk.c:27: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/fgets_u_chk.os] Error 1 gcc -m32 fgetws_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -D_IO_MTSAFE_IO -fexceptions -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/fgetws_chk.os -MD -MP -MF /build/debug/fgetws_chk.os.dt -MT /build/debug/fgetws_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from fgetws_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../wcsmbs/wchar.h: At top level: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/fgetws_chk.os] Error 1 gcc -m32 fgetws_u_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -D_IO_MTSAFE_IO -fexceptions -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/fgetws_u_chk.os -MD -MP -MF /build/debug/fgetws_u_chk.os.dt -MT /build/debug/fgetws_u_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from fgetws_u_chk.c:27: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../wcsmbs/wchar.h: At top level: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/fgetws_u_chk.os] Error 1 gcc -m32 fortify_fail.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/fortify_fail.os -MD -MP -MF /build/debug/fortify_fail.os.dt -MT /build/debug/fortify_fail.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from fortify_fail.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/fortify_fail.os] Error 1 gcc -m32 fprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -D_IO_MTSAFE_IO -fexceptions -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/fprintf_chk.os -MD -MP -MF /build/debug/fprintf_chk.os.dt -MT /build/debug/fprintf_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from fprintf_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/fprintf_chk.os] Error 1 gcc -m32 fread_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -D_IO_MTSAFE_IO -fexceptions -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/fread_chk.os -MD -MP -MF /build/debug/fread_chk.os.dt -MT /build/debug/fread_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from fread_chk.c:27: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/fread_chk.os] Error 1 gcc -m32 fread_u_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -D_IO_MTSAFE_IO -fexceptions -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/fread_u_chk.os -MD -MP -MF /build/debug/fread_u_chk.os.dt -MT /build/debug/fread_u_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from fread_u_chk.c:27: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/fread_u_chk.os] Error 1 gcc -m32 fwprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -D_IO_MTSAFE_IO -fexceptions -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/fwprintf_chk.os -MD -MP -MF /build/debug/fwprintf_chk.os.dt -MT /build/debug/fwprintf_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from fwprintf_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/fwprintf_chk.os] Error 1 gcc -m32 getcwd_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/getcwd_chk.os -MD -MP -MF /build/debug/getcwd_chk.os.dt -MT /build/debug/getcwd_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from getcwd_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/getcwd_chk.os] Error 1 gcc -m32 getdomainname_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/getdomainname_chk.os -MD -MP -MF /build/debug/getdomainname_chk.os.dt -MT /build/debug/getdomainname_chk.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from getdomainname_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/getdomainname_chk.os] Error 1 gcc -m32 getgroups_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/getgroups_chk.os -MD -MP -MF /build/debug/getgroups_chk.os.dt -MT /build/debug/getgroups_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from getgroups_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/getgroups_chk.os] Error 1 gcc -m32 gethostname_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/gethostname_chk.os -MD -MP -MF /build/debug/gethostname_chk.os.dt -MT /build/debug/gethostname_chk.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from gethostname_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/gethostname_chk.os] Error 1 gcc -m32 gets_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -D_IO_MTSAFE_IO -fexceptions -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/gets_chk.os -MD -MP -MF /build/debug/gets_chk.os.dt -MT /build/debug/gets_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from gets_chk.c:27: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../include/limits.h: At top level: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/gets_chk.os] Error 1 gcc -m32 getwd_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/getwd_chk.os -MD -MP -MF /build/debug/getwd_chk.os.dt -MT /build/debug/getwd_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from getwd_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/getwd_chk.os] Error 1 gcc -m32 longjmp_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/longjmp_chk.os -MD -MP -MF /build/debug/longjmp_chk.os.dt -MT /build/debug/longjmp_chk.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../include/libc-pointer-arith.h:22, from ../sysdeps/unix/sysv/linux/x86/setjmpP.h:23, from longjmp_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/longjmp_chk.os] Error 1 gcc -m32 mbsnrtowcs_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/mbsnrtowcs_chk.os -MD -MP -MF /build/debug/mbsnrtowcs_chk.os.dt -MT /build/debug/mbsnrtowcs_chk.os In file included from ../locale/locale.h:25, from ../include/locale.h:2, from mbsnrtowcs_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/mbsnrtowcs_chk.os] Error 1 gcc -m32 mbsrtowcs_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/mbsrtowcs_chk.os -MD -MP -MF /build/debug/mbsrtowcs_chk.os.dt -MT /build/debug/mbsrtowcs_chk.os In file included from ../locale/locale.h:25, from ../include/locale.h:2, from mbsrtowcs_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/mbsrtowcs_chk.os] Error 1 gcc -m32 mbstowcs_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/mbstowcs_chk.os -MD -MP -MF /build/debug/mbstowcs_chk.os.dt -MT /build/debug/mbstowcs_chk.os In file included from ../locale/locale.h:25, from ../include/locale.h:2, from mbstowcs_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/mbstowcs_chk.os] Error 1 gcc -m32 ../sysdeps/i386/i686/multiarch/memcpy_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/memcpy_chk.os -MD -MP -MF /build/debug/memcpy_chk.os.dt -MT /build/debug/memcpy_chk.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from ../sysdeps/i386/i686/multiarch/memcpy_chk.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:603: /build/debug/memcpy_chk.os] Error 1 gcc -m32 ../sysdeps/i386/i686/multiarch/memmove_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/memmove_chk.os -MD -MP -MF /build/debug/memmove_chk.os.dt -MT /build/debug/memmove_chk.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from ../sysdeps/i386/i686/multiarch/memmove_chk.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:603: /build/debug/memmove_chk.os] Error 1 gcc -m32 ../sysdeps/i386/i686/multiarch/mempcpy_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/mempcpy_chk.os -MD -MP -MF /build/debug/mempcpy_chk.os.dt -MT /build/debug/mempcpy_chk.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from ../sysdeps/i386/i686/multiarch/mempcpy_chk.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:603: /build/debug/mempcpy_chk.os] Error 1 gcc -m32 ../sysdeps/i386/i686/multiarch/memset_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/memset_chk.os -MD -MP -MF /build/debug/memset_chk.os.dt -MT /build/debug/memset_chk.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from ../sysdeps/i386/i686/multiarch/memset_chk.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:603: /build/debug/memset_chk.os] Error 1 gcc -m32 noophooks.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/noophooks.os -MD -MP -MF /build/debug/noophooks.os.dt -MT /build/debug/noophooks.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from ../sysdeps/generic/hp-timing-common.h:37, from ../sysdeps/x86/hp-timing.h:53, from ../include/libc-internal.h:22, from noophooks.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/noophooks.os] Error 1 gcc -m32 obprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -D_IO_MTSAFE_IO -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/obprintf_chk.os -MD -MP -MF /build/debug/obprintf_chk.os.dt -MT /build/debug/obprintf_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from obprintf_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/obprintf_chk.os] Error 1 gcc -m32 poll_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/poll_chk.os -MD -MP -MF /build/debug/poll_chk.os.dt -MT /build/debug/poll_chk.os In file included from ../io/sys/poll.h:22, from ../include/sys/poll.h:2, from poll_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/poll_chk.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/ppoll_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/ppoll_chk.os -MD -MP -MF /build/debug/ppoll_chk.os.dt -MT /build/debug/ppoll_chk.os In file included from ../io/sys/poll.h:22, from ../include/sys/poll.h:2, from ../include/poll.h:1, from ../sysdeps/unix/sysv/linux/ppoll_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/debug/ppoll_chk.os] Error 1 gcc -m32 pread64_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/pread64_chk.os -MD -MP -MF /build/debug/pread64_chk.os.dt -MT /build/debug/pread64_chk.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from pread64_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/pread64_chk.os] Error 1 gcc -m32 pread_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/pread_chk.os -MD -MP -MF /build/debug/pread_chk.os.dt -MT /build/debug/pread_chk.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from pread_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/pread_chk.os] Error 1 gcc -m32 printf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -D_IO_MTSAFE_IO -fexceptions -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/printf_chk.os -MD -MP -MF /build/debug/printf_chk.os.dt -MT /build/debug/printf_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from printf_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/printf_chk.os] Error 1 gcc -m32 read_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/read_chk.os -MD -MP -MF /build/debug/read_chk.os.dt -MT /build/debug/read_chk.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from read_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/read_chk.os] Error 1 gcc -m32 readlink_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/readlink_chk.os -MD -MP -MF /build/debug/readlink_chk.os.dt -MT /build/debug/readlink_chk.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from readlink_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/readlink_chk.os] Error 1 gcc -m32 readlinkat_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/readlinkat_chk.os -MD -MP -MF /build/debug/readlinkat_chk.os.dt -MT /build/debug/readlinkat_chk.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from readlinkat_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/readlinkat_chk.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/readonly-area.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/readonly-area.os -MD -MP -MF /build/debug/readonly-area.os.dt -MT /build/debug/readonly-area.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/readonly-area.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50, from ../sysdeps/unix/sysv/linux/readonly-area.c:24: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/debug/readonly-area.os] Error 1 gcc -m32 realpath_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/realpath_chk.os -MD -MP -MF /build/debug/realpath_chk.os.dt -MT /build/debug/realpath_chk.os In file included from ../bits/libc-header-start.h:33, from ../include/limits.h:26, from realpath_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/realpath_chk.os] Error 1 gcc -m32 recv_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/recv_chk.os -MD -MP -MF /build/debug/recv_chk.os.dt -MT /build/debug/recv_chk.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from recv_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/recv_chk.os] Error 1 gcc -m32 recvfrom_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/recvfrom_chk.os -MD -MP -MF /build/debug/recvfrom_chk.os.dt -MT /build/debug/recvfrom_chk.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from recvfrom_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/recvfrom_chk.os] Error 1 gcc -m32 snprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -D_IO_MTSAFE_IO -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/snprintf_chk.os -MD -MP -MF /build/debug/snprintf_chk.os.dt -MT /build/debug/snprintf_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from snprintf_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/snprintf_chk.os] Error 1 gcc -m32 sprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -D_IO_MTSAFE_IO -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/sprintf_chk.os -MD -MP -MF /build/debug/sprintf_chk.os.dt -MT /build/debug/sprintf_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from sprintf_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/sprintf_chk.os] Error 1 gcc -m32 stack_chk_fail.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/stack_chk_fail.os -MD -MP -MF /build/debug/stack_chk_fail.os.dt -MT /build/debug/stack_chk_fail.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from stack_chk_fail.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/stack_chk_fail.os] Error 1 gcc -m32 stpcpy_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/stpcpy_chk.os -MD -MP -MF /build/debug/stpcpy_chk.os.dt -MT /build/debug/stpcpy_chk.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from stpcpy_chk.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/stpcpy_chk.os] Error 1 gcc -m32 stpncpy_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/stpncpy_chk.os -MD -MP -MF /build/debug/stpncpy_chk.os.dt -MT /build/debug/stpncpy_chk.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from stpncpy_chk.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/stpncpy_chk.os] Error 1 gcc -m32 strcat_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/strcat_chk.os -MD -MP -MF /build/debug/strcat_chk.os.dt -MT /build/debug/strcat_chk.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from strcat_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/strcat_chk.os] Error 1 gcc -m32 strcpy_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/strcpy_chk.os -MD -MP -MF /build/debug/strcpy_chk.os.dt -MT /build/debug/strcpy_chk.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from strcpy_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/strcpy_chk.os] Error 1 gcc -m32 strlcat_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/strlcat_chk.os -MD -MP -MF /build/debug/strlcat_chk.os.dt -MT /build/debug/strlcat_chk.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from strlcat_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/strlcat_chk.os] Error 1 gcc -m32 strlcpy_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/strlcpy_chk.os -MD -MP -MF /build/debug/strlcpy_chk.os.dt -MT /build/debug/strlcpy_chk.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from strlcpy_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/strlcpy_chk.os] Error 1 gcc -m32 strncat_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/strncat_chk.os -MD -MP -MF /build/debug/strncat_chk.os.dt -MT /build/debug/strncat_chk.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from strncat_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/strncat_chk.os] Error 1 gcc -m32 strncpy_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/strncpy_chk.os -MD -MP -MF /build/debug/strncpy_chk.os.dt -MT /build/debug/strncpy_chk.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from strncpy_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/strncpy_chk.os] Error 1 gcc -m32 swprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -D_IO_MTSAFE_IO -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/swprintf_chk.os -MD -MP -MF /build/debug/swprintf_chk.os.dt -MT /build/debug/swprintf_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from swprintf_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/swprintf_chk.os] Error 1 gcc -m32 ttyname_r_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/ttyname_r_chk.os -MD -MP -MF /build/debug/ttyname_r_chk.os.dt -MT /build/debug/ttyname_r_chk.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from ttyname_r_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/ttyname_r_chk.os] Error 1 gcc -m32 vasprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -D_IO_MTSAFE_IO -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/vasprintf_chk.os -MD -MP -MF /build/debug/vasprintf_chk.os.dt -MT /build/debug/vasprintf_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from vasprintf_chk.c:27: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/vasprintf_chk.os] Error 1 gcc -m32 vdprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -D_IO_MTSAFE_IO -fexceptions -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/vdprintf_chk.os -MD -MP -MF /build/debug/vdprintf_chk.os.dt -MT /build/debug/vdprintf_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from vdprintf_chk.c:27: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/vdprintf_chk.os] Error 1 gcc -m32 vfprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -D_IO_MTSAFE_IO -fexceptions -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/vfprintf_chk.os -MD -MP -MF /build/debug/vfprintf_chk.os.dt -MT /build/debug/vfprintf_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from vfprintf_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/vfprintf_chk.os] Error 1 gcc -m32 vfwprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -D_IO_MTSAFE_IO -fexceptions -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/vfwprintf_chk.os -MD -MP -MF /build/debug/vfwprintf_chk.os.dt -MT /build/debug/vfwprintf_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from vfwprintf_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/vfwprintf_chk.os] Error 1 gcc -m32 vobprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/vobprintf_chk.os -MD -MP -MF /build/debug/vobprintf_chk.os.dt -MT /build/debug/vobprintf_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from vobprintf_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/vobprintf_chk.os] Error 1 gcc -m32 vprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -D_IO_MTSAFE_IO -fexceptions -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/vprintf_chk.os -MD -MP -MF /build/debug/vprintf_chk.os.dt -MT /build/debug/vprintf_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from vprintf_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/vprintf_chk.os] Error 1 gcc -m32 vsnprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -D_IO_MTSAFE_IO -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/vsnprintf_chk.os -MD -MP -MF /build/debug/vsnprintf_chk.os.dt -MT /build/debug/vsnprintf_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from vsnprintf_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/vsnprintf_chk.os] Error 1 gcc -m32 vsprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -D_IO_MTSAFE_IO -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/vsprintf_chk.os -MD -MP -MF /build/debug/vsprintf_chk.os.dt -MT /build/debug/vsprintf_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from vsprintf_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/vsprintf_chk.os] Error 1 gcc -m32 vswprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -D_IO_MTSAFE_IO -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/vswprintf_chk.os -MD -MP -MF /build/debug/vswprintf_chk.os.dt -MT /build/debug/vswprintf_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from vswprintf_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/vswprintf_chk.os] Error 1 gcc -m32 vwprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -D_IO_MTSAFE_IO -fexceptions -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/vwprintf_chk.os -MD -MP -MF /build/debug/vwprintf_chk.os.dt -MT /build/debug/vwprintf_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from vwprintf_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/vwprintf_chk.os] Error 1 gcc -m32 wcpcpy_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/wcpcpy_chk.os -MD -MP -MF /build/debug/wcpcpy_chk.os.dt -MT /build/debug/wcpcpy_chk.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcpcpy_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/wcpcpy_chk.os] Error 1 gcc -m32 wcpncpy_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/wcpncpy_chk.os -MD -MP -MF /build/debug/wcpncpy_chk.os.dt -MT /build/debug/wcpncpy_chk.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcpncpy_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/wcpncpy_chk.os] Error 1 gcc -m32 wcrtomb_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/wcrtomb_chk.os -MD -MP -MF /build/debug/wcrtomb_chk.os.dt -MT /build/debug/wcrtomb_chk.os In file included from ../catgets/nl_types.h:21, from ../include/nl_types.h:1, from ../locale/langinfo.h:23, from ../include/langinfo.h:3, from wcrtomb_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/wcrtomb_chk.os] Error 1 gcc -m32 wcscat_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/wcscat_chk.os -MD -MP -MF /build/debug/wcscat_chk.os.dt -MT /build/debug/wcscat_chk.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcscat_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/wcscat_chk.os] Error 1 gcc -m32 wcscpy_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/wcscpy_chk.os -MD -MP -MF /build/debug/wcscpy_chk.os.dt -MT /build/debug/wcscpy_chk.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcscpy_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/wcscpy_chk.os] Error 1 gcc -m32 wcslcat_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/wcslcat_chk.os -MD -MP -MF /build/debug/wcslcat_chk.os.dt -MT /build/debug/wcslcat_chk.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcslcat_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/wcslcat_chk.os] Error 1 gcc -m32 wcslcpy_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/wcslcpy_chk.os -MD -MP -MF /build/debug/wcslcpy_chk.os.dt -MT /build/debug/wcslcpy_chk.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcslcpy_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/wcslcpy_chk.os] Error 1 gcc -m32 wcsncat_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/wcsncat_chk.os -MD -MP -MF /build/debug/wcsncat_chk.os.dt -MT /build/debug/wcsncat_chk.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcsncat_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/wcsncat_chk.os] Error 1 gcc -m32 wcsncpy_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/wcsncpy_chk.os -MD -MP -MF /build/debug/wcsncpy_chk.os.dt -MT /build/debug/wcsncpy_chk.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wcsncpy_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/wcsncpy_chk.os] Error 1 gcc -m32 wcsnrtombs_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/wcsnrtombs_chk.os -MD -MP -MF /build/debug/wcsnrtombs_chk.os.dt -MT /build/debug/wcsnrtombs_chk.os In file included from ../locale/locale.h:25, from ../include/locale.h:2, from wcsnrtombs_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/wcsnrtombs_chk.os] Error 1 gcc -m32 wcsrtombs_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/wcsrtombs_chk.os -MD -MP -MF /build/debug/wcsrtombs_chk.os.dt -MT /build/debug/wcsrtombs_chk.os In file included from ../locale/locale.h:25, from ../include/locale.h:2, from wcsrtombs_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/wcsrtombs_chk.os] Error 1 gcc -m32 wcstombs_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/wcstombs_chk.os -MD -MP -MF /build/debug/wcstombs_chk.os.dt -MT /build/debug/wcstombs_chk.os In file included from ../locale/locale.h:25, from ../include/locale.h:2, from wcstombs_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/wcstombs_chk.os] Error 1 gcc -m32 wctomb_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/wctomb_chk.os -MD -MP -MF /build/debug/wctomb_chk.os.dt -MT /build/debug/wctomb_chk.os In file included from ../locale/locale.h:25, from ../include/locale.h:2, from wctomb_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/wctomb_chk.os] Error 1 gcc -m32 wmemcpy_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/wmemcpy_chk.os -MD -MP -MF /build/debug/wmemcpy_chk.os.dt -MT /build/debug/wmemcpy_chk.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wmemcpy_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/wmemcpy_chk.os] Error 1 gcc -m32 wmemmove_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/wmemmove_chk.os -MD -MP -MF /build/debug/wmemmove_chk.os.dt -MT /build/debug/wmemmove_chk.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wmemmove_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/wmemmove_chk.os] Error 1 gcc -m32 wmempcpy_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/wmempcpy_chk.os -MD -MP -MF /build/debug/wmempcpy_chk.os.dt -MT /build/debug/wmempcpy_chk.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wmempcpy_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/wmempcpy_chk.os] Error 1 gcc -m32 wmemset_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/wmemset_chk.os -MD -MP -MF /build/debug/wmemset_chk.os.dt -MT /build/debug/wmemset_chk.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/wchar.h:4, from wmemset_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/wmemset_chk.os] Error 1 gcc -m32 wprintf_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -D_IO_MTSAFE_IO -fexceptions -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/wprintf_chk.os -MD -MP -MF /build/debug/wprintf_chk.os.dt -MT /build/debug/wprintf_chk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../libio/libioP.h:40, from wprintf_chk.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../libio/libioP.h:50: ../libio/libioP.h: In function 'IO_set_accept_foreign_vtables': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../libio/libioP.h:1002:3: note: in expansion of macro 'PTR_MANGLE' 1002 | PTR_MANGLE (flag); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/wprintf_chk.os] Error 1 make[2]: *** No rule to make target '/build/inet/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/resolv/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/nss/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/sunrpc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/nscd/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/login/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/elf/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/elf/ld.so', needed by '/build/libc.so'. make[2]: *** No rule to make target '/build/stdlib/stamp.oS', needed by '/build/libc_nonshared.a'. make[2]: *** No rule to make target '/build/nptl/stamp.oS', needed by '/build/libc_nonshared.a'. gcc -m32 stack_chk_fail_local.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -ftls-model=initial-exec -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/debug/stack_chk_fail_local.oS -MD -MP -MF /build/debug/stack_chk_fail_local.oS.dt -MT /build/debug/stack_chk_fail_local.oS In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from stack_chk_fail_local.c:35: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/stack_chk_fail_local.oS] Error 1 make[2]: *** No rule to make target '/build/csu/start.o', needed by '/build/debug/pcprofiledump'. make[2]: *** No rule to make target '/build/csu/crti.o', needed by '/build/debug/pcprofiledump'. make[2]: *** No rule to make target '/build/csu/crtn.o', needed by '/build/debug/pcprofiledump'. gcc -m32 pcprofile.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/debug -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libpcprofile -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/debug/pcprofile.os -MD -MP -MF /build/debug/pcprofile.os.dt -MT /build/debug/pcprofile.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from pcprofile.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/debug/pcprofile.os] Error 1 make[2]: *** No rule to make target '/build/sunrpc/librpc_compat_pic.a', needed by '/build/linkobj/libc_pic.a'. make[2]: Target 'others' not remade because of errors. make[2]: Leaving directory '/glibc/debug' make[1]: *** [Makefile:484: debug/others] Error 2 make subdir=mathvec -C mathvec ..=../ others make[2]: Entering directory '/glibc/mathvec' make[2]: Nothing to be done for 'others'. make[2]: Leaving directory '/glibc/mathvec' make subdir=support -C support ..=../ others make[2]: Entering directory '/glibc/support' gcc -m32 blob_repeat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/blob_repeat.oS -MD -MP -MF /build/support/blob_repeat.oS.dt -MT /build/support/blob_repeat.oS In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from blob_repeat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/blob_repeat.oS] Error 1 gcc -m32 check.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/check.oS -MD -MP -MF /build/support/check.oS.dt -MT /build/support/check.oS In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../support/check.h:22, from check.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/check.oS] Error 1 gcc -m32 check_addrinfo.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/check_addrinfo.oS -MD -MP -MF /build/support/check_addrinfo.oS.dt -MT /build/support/check_addrinfo.oS In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from ../support/check_nss.h:22, from check_addrinfo.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/check_addrinfo.oS] Error 1 gcc -m32 check_dns_packet.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/check_dns_packet.oS -MD -MP -MF /build/support/check_dns_packet.oS.dt -MT /build/support/check_dns_packet.oS In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from ../support/check_nss.h:22, from check_dns_packet.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/check_dns_packet.oS] Error 1 gcc -m32 check_hostent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/check_hostent.oS -MD -MP -MF /build/support/check_hostent.oS.dt -MT /build/support/check_hostent.oS In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from ../support/check_nss.h:22, from check_hostent.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/check_hostent.oS] Error 1 gcc -m32 check_netent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/check_netent.oS -MD -MP -MF /build/support/check_netent.oS.dt -MT /build/support/check_netent.oS In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from ../support/check_nss.h:22, from check_netent.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/check_netent.oS] Error 1 gcc -m32 delayed_exit.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/delayed_exit.oS -MD -MP -MF /build/support/delayed_exit.oS.dt -MT /build/support/delayed_exit.oS In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../support/xthread.h:22, from delayed_exit.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/delayed_exit.oS] Error 1 gcc -m32 dtotimespec.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/dtotimespec.oS -MD -MP -MF /build/support/dtotimespec.oS.dt -MT /build/support/dtotimespec.oS In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from ../support/timespec.h:22, from dtotimespec.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/dtotimespec.oS] Error 1 gcc -m32 dtotimespec-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/dtotimespec-time64.oS -MD -MP -MF /build/support/dtotimespec-time64.oS.dt -MT /build/support/dtotimespec-time64.oS In file included from ../time/time.h:25, from ../include/time.h:2, from dtotimespec-time64.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/dtotimespec-time64.oS] Error 1 gcc -m32 ignore_stderr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/ignore_stderr.oS -MD -MP -MF /build/support/ignore_stderr.oS.dt -MT /build/support/ignore_stderr.oS In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../support/support.h:28, from ignore_stderr.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/ignore_stderr.oS] Error 1 gcc -m32 next_to_fault.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/next_to_fault.oS -MD -MP -MF /build/support/next_to_fault.oS.dt -MT /build/support/next_to_fault.oS In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../support/check.h:22, from next_to_fault.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/next_to_fault.oS] Error 1 gcc -m32 oom_error.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/oom_error.oS -MD -MP -MF /build/support/oom_error.oS.dt -MT /build/support/oom_error.oS In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../support/support.h:28, from oom_error.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/oom_error.oS] Error 1 gcc -m32 resolv_response_context_duplicate.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/resolv_response_context_duplicate.oS -MD -MP -MF /build/support/resolv_response_context_duplicate.oS.dt -MT /build/support/resolv_response_context_duplicate.oS In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from resolv_response_context_duplicate.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/resolv_response_context_duplicate.oS] Error 1 gcc -m32 resolv_response_context_free.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/resolv_response_context_free.oS -MD -MP -MF /build/support/resolv_response_context_free.oS.dt -MT /build/support/resolv_response_context_free.oS In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from resolv_response_context_free.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/resolv_response_context_free.oS] Error 1 gcc -m32 resolv_test.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/resolv_test.oS -MD -MP -MF /build/support/resolv_test.oS.dt -MT /build/support/resolv_test.oS In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ../support/resolv_test.h:22, from resolv_test.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/resolv_test.oS] Error 1 gcc -m32 set_fortify_handler.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/set_fortify_handler.oS -MD -MP -MF /build/support/set_fortify_handler.oS.dt -MT /build/support/set_fortify_handler.oS In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../support/support.h:28, from set_fortify_handler.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/set_fortify_handler.oS] Error 1 gcc -m32 support-open-dev-null-range.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/support-open-dev-null-range.oS -MD -MP -MF /build/support/support-open-dev-null-range.oS.dt -MT /build/support/support-open-dev-null-range.oS In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from support-open-dev-null-range.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/support-open-dev-null-range.oS] Error 1 gcc -m32 support-xfstat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/support-xfstat.oS -MD -MP -MF /build/support/support-xfstat.oS.dt -MT /build/support/support-xfstat.oS In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../support/check.h:22, from support-xfstat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/support-xfstat.oS] Error 1 gcc -m32 support-xfstat-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/support-xfstat-time64.oS -MD -MP -MF /build/support/support-xfstat-time64.oS.dt -MT /build/support/support-xfstat-time64.oS In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../support/check.h:22, from support-xfstat-time64.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/support-xfstat-time64.oS] Error 1 gcc -m32 support-xstat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/support-xstat.oS -MD -MP -MF /build/support/support-xstat.oS.dt -MT /build/support/support-xstat.oS In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../support/check.h:22, from support-xstat.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/support-xstat.oS] Error 1 gcc -m32 support-xstat-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/support-xstat-time64.oS -MD -MP -MF /build/support/support-xstat-time64.oS.dt -MT /build/support/support-xstat-time64.oS In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../support/check.h:22, from support-xstat-time64.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/support-xstat-time64.oS] Error 1 gcc -m32 support_become_root.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/support_become_root.oS -MD -MP -MF /build/support/support_become_root.oS.dt -MT /build/support/support_become_root.oS In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../support/namespace.h:23, from support_become_root.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/support_become_root.oS] Error 1 gcc -m32 support_can_chroot.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/support_can_chroot.oS -MD -MP -MF /build/support/support_can_chroot.oS.dt -MT /build/support/support_can_chroot.oS In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from support_can_chroot.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/support_can_chroot.oS] Error 1 gcc -m32 support_capture_subprocess.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/support_capture_subprocess.oS -MD -MP -MF /build/support/support_capture_subprocess.oS.dt -MT /build/support/support_capture_subprocess.oS In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../support/subprocess.h:22, from support_capture_subprocess.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/support_capture_subprocess.oS] Error 1 gcc -m32 support_capture_subprocess_check.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/support_capture_subprocess_check.oS -MD -MP -MF /build/support/support_capture_subprocess_check.oS.dt -MT /build/support/support_capture_subprocess_check.oS In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from support_capture_subprocess_check.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/support_capture_subprocess_check.oS] Error 1 gcc -m32 support_chroot.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/support_chroot.oS -MD -MP -MF /build/support/support_chroot.oS.dt -MT /build/support/support_chroot.oS In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from support_chroot.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/support_chroot.oS] Error 1 gcc -m32 support_copy_file.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/support_copy_file.oS -MD -MP -MF /build/support/support_copy_file.oS.dt -MT /build/support/support_copy_file.oS In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from support_copy_file.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/support_copy_file.oS] Error 1 gcc -m32 support_copy_file_range.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/support_copy_file_range.oS -MD -MP -MF /build/support/support_copy_file_range.oS.dt -MT /build/support/support_copy_file_range.oS In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from support_copy_file_range.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/support_copy_file_range.oS] Error 1 gcc -m32 support_create_timer.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/support_create_timer.oS -MD -MP -MF /build/support/support_create_timer.oS.dt -MT /build/support/support_create_timer.oS In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../support/check.h:22, from support_create_timer.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/support_create_timer.oS] Error 1 gcc -m32 support_descriptor_supports_holes.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/support_descriptor_supports_holes.oS -MD -MP -MF /build/support/support_descriptor_supports_holes.oS.dt -MT /build/support/support_descriptor_supports_holes.oS In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ./support.h:28, from support_descriptor_supports_holes.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/support_descriptor_supports_holes.oS] Error 1 gcc -m32 support_descriptors.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/support_descriptors.oS -MD -MP -MF /build/support/support_descriptors.oS.dt -MT /build/support/support_descriptors.oS In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from support_descriptors.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/support_descriptors.oS] Error 1 gcc -m32 support_enter_mount_namespace.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/support_enter_mount_namespace.oS -MD -MP -MF /build/support/support_enter_mount_namespace.oS.dt -MT /build/support/support_enter_mount_namespace.oS In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../support/namespace.h:23, from support_enter_mount_namespace.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/support_enter_mount_namespace.oS] Error 1 gcc -m32 support_enter_network_namespace.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/support_enter_network_namespace.oS -MD -MP -MF /build/support/support_enter_network_namespace.oS.dt -MT /build/support/support_enter_network_namespace.oS In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../support/namespace.h:23, from support_enter_network_namespace.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/support_enter_network_namespace.oS] Error 1 gcc -m32 support_format_address_family.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/support_format_address_family.oS -MD -MP -MF /build/support/support_format_address_family.oS.dt -MT /build/support/support_format_address_family.oS In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from ../support/format_nss.h:22, from support_format_address_family.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/support_format_address_family.oS] Error 1 gcc -m32 support_format_addrinfo.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/support_format_addrinfo.oS -MD -MP -MF /build/support/support_format_addrinfo.oS.dt -MT /build/support/support_format_addrinfo.oS In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from ../support/format_nss.h:22, from support_format_addrinfo.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/support_format_addrinfo.oS] Error 1 gcc -m32 support_format_dns_packet.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/support_format_dns_packet.oS -MD -MP -MF /build/support/support_format_dns_packet.oS.dt -MT /build/support/support_format_dns_packet.oS In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from ../support/format_nss.h:22, from support_format_dns_packet.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/support_format_dns_packet.oS] Error 1 gcc -m32 support_format_herrno.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/support_format_herrno.oS -MD -MP -MF /build/support/support_format_herrno.oS.dt -MT /build/support/support_format_herrno.oS In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from ../support/format_nss.h:22, from support_format_herrno.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/support_format_herrno.oS] Error 1 gcc -m32 support_format_hostent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/support_format_hostent.oS -MD -MP -MF /build/support/support_format_hostent.oS.dt -MT /build/support/support_format_hostent.oS In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from ../support/format_nss.h:22, from support_format_hostent.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/support_format_hostent.oS] Error 1 gcc -m32 support_format_netent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/support_format_netent.oS -MD -MP -MF /build/support/support_format_netent.oS.dt -MT /build/support/support_format_netent.oS In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from ../support/format_nss.h:22, from support_format_netent.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/support_format_netent.oS] Error 1 gcc -m32 support_isolate_in_subprocess.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/support_isolate_in_subprocess.oS -MD -MP -MF /build/support/support_isolate_in_subprocess.oS.dt -MT /build/support/support_isolate_in_subprocess.oS In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../support/check.h:22, from support_isolate_in_subprocess.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/support_isolate_in_subprocess.oS] Error 1 gcc -m32 support_mutex_pi_monotonic.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/support_mutex_pi_monotonic.oS -MD -MP -MF /build/support/support_mutex_pi_monotonic.oS.dt -MT /build/support/support_mutex_pi_monotonic.oS In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../support/xthread.h:22, from support_mutex_pi_monotonic.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/support_mutex_pi_monotonic.oS] Error 1 gcc -m32 support_need_proc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/support_need_proc.oS -MD -MP -MF /build/support/support_need_proc.oS.dt -MT /build/support/support_need_proc.oS In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from support_need_proc.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/support_need_proc.oS] Error 1 gcc -m32 support_openpty.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/support_openpty.oS -MD -MP -MF /build/support/support_openpty.oS.dt -MT /build/support/support_openpty.oS In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../support/check.h:22, from support_openpty.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/support_openpty.oS] Error 1 gcc -m32 support_path_support_time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/support_path_support_time64.oS -MD -MP -MF /build/support/support_path_support_time64.oS.dt -MT /build/support/support_path_support_time64.oS In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from support_path_support_time64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/support_path_support_time64.oS] Error 1 gcc -m32 support_paths.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -DSRCDIR_PATH=\"`cd .. ; pwd`\" -DOBJDIR_PATH=\"`cd /build/support//..; pwd`\" -DOBJDIR_ELF_LDSO_PATH=\"`cd /build/support//..; pwd`/elf/ld-linux.so.2\" -DINSTDIR_PATH=\"/usr\" -DLIBDIR_PATH=\"/usr/lib\" -DBINDIR_PATH=\"/usr/bin\" -DSBINDIR_PATH=\"/usr/sbin\" -DSLIBDIR_PATH=\"/lib\" -DROOTSBINDIR_PATH=\"/sbin\" -DCOMPLOCALEDIR_PATH=\"/usr/lib/locale\" -DSYSCONFDIR_PATH=\"/etc\" -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/support_paths.oS -MD -MP -MF /build/support/support_paths.oS.dt -MT /build/support/support_paths.oS In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../support/support.h:28, from support_paths.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/support_paths.oS] Error 1 gcc -m32 support_process_state.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/support_process_state.oS -MD -MP -MF /build/support/support_process_state.oS.dt -MT /build/support/support_process_state.oS In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from support_process_state.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/support_process_state.oS] Error 1 gcc -m32 support_ptrace.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/support_ptrace.oS -MD -MP -MF /build/support/support_ptrace.oS.dt -MT /build/support/support_ptrace.oS In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../support/check.h:22, from support_ptrace.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/support_ptrace.oS] Error 1 gcc -m32 support_quote_blob.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/support_quote_blob.oS -MD -MP -MF /build/support/support_quote_blob.oS.dt -MT /build/support/support_quote_blob.oS In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../support/support.h:28, from support_quote_blob_main.c:19, from support_quote_blob.c:24: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/support_quote_blob.oS] Error 1 gcc -m32 support_quote_blob_wide.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/support_quote_blob_wide.oS -MD -MP -MF /build/support/support_quote_blob_wide.oS.dt -MT /build/support/support_quote_blob_wide.oS In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../support/support.h:28, from support_quote_blob_main.c:19, from support_quote_blob_wide.c:24: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/support_quote_blob_wide.oS] Error 1 gcc -m32 support_quote_string.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/support_quote_string.oS -MD -MP -MF /build/support/support_quote_string.oS.dt -MT /build/support/support_quote_string.oS In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from support_quote_string.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/support_quote_string.oS] Error 1 gcc -m32 support_record_failure.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/support_record_failure.oS -MD -MP -MF /build/support/support_record_failure.oS.dt -MT /build/support/support_record_failure.oS In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../support/check.h:22, from support_record_failure.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/support_record_failure.oS] Error 1 gcc -m32 support_run_diff.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/support_run_diff.oS -MD -MP -MF /build/support/support_run_diff.oS.dt -MT /build/support/support_run_diff.oS In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from support_run_diff.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/support_run_diff.oS] Error 1 gcc -m32 support_select_modifies_timeout.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/support_select_modifies_timeout.oS -MD -MP -MF /build/support/support_select_modifies_timeout.oS.dt -MT /build/support/support_select_modifies_timeout.oS In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../support/support.h:28, from support_select_modifies_timeout.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/support_select_modifies_timeout.oS] Error 1 gcc -m32 support_select_normalizes_timeout.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/support_select_normalizes_timeout.oS -MD -MP -MF /build/support/support_select_normalizes_timeout.oS.dt -MT /build/support/support_select_normalizes_timeout.oS In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../support/support.h:28, from support_select_normalizes_timeout.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/support_select_normalizes_timeout.oS] Error 1 gcc -m32 support_set_small_thread_stack_size.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/support_set_small_thread_stack_size.oS -MD -MP -MF /build/support/support_set_small_thread_stack_size.oS.dt -MT /build/support/support_set_small_thread_stack_size.oS In file included from ../bits/libc-header-start.h:33, from ../include/limits.h:26, from support_set_small_thread_stack_size.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/support_set_small_thread_stack_size.oS] Error 1 gcc -m32 support_shared_allocate.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/support_shared_allocate.oS -MD -MP -MF /build/support/support_shared_allocate.oS.dt -MT /build/support/support_shared_allocate.oS In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from support_shared_allocate.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/support_shared_allocate.oS] Error 1 gcc -m32 support_small_stack_thread_attribute.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/support_small_stack_thread_attribute.oS -MD -MP -MF /build/support/support_small_stack_thread_attribute.oS.dt -MT /build/support/support_small_stack_thread_attribute.oS In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../support/xthread.h:22, from support_small_stack_thread_attribute.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/support_small_stack_thread_attribute.oS] Error 1 gcc -m32 support_socket_so_timestamp_time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/support_socket_so_timestamp_time64.oS -MD -MP -MF /build/support/support_socket_so_timestamp_time64.oS.dt -MT /build/support/support_socket_so_timestamp_time64.oS In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from support_socket_so_timestamp_time64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/support_socket_so_timestamp_time64.oS] Error 1 gcc -m32 support_stack_alloc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/support_stack_alloc.oS -MD -MP -MF /build/support/support_stack_alloc.oS.dt -MT /build/support/support_stack_alloc.oS In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../support/check.h:22, from support_stack_alloc.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/support_stack_alloc.oS] Error 1 gcc -m32 support_stat_nanoseconds.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/support_stat_nanoseconds.oS -MD -MP -MF /build/support/support_stat_nanoseconds.oS.dt -MT /build/support/support_stat_nanoseconds.oS In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from support_stat_nanoseconds.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/support_stat_nanoseconds.oS] Error 1 gcc -m32 support_subprocess.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/support_subprocess.oS -MD -MP -MF /build/support/support_subprocess.oS.dt -MT /build/support/support_subprocess.oS In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from support_subprocess.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/support_subprocess.oS] Error 1 gcc -m32 support_test_compare_blob.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/support_test_compare_blob.oS -MD -MP -MF /build/support/support_test_compare_blob.oS.dt -MT /build/support/support_test_compare_blob.oS In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from support_test_compare_blob.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/support_test_compare_blob.oS] Error 1 gcc -m32 support_test_compare_failure.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/support_test_compare_failure.oS -MD -MP -MF /build/support/support_test_compare_failure.oS.dt -MT /build/support/support_test_compare_failure.oS In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from support_test_compare_failure.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/support_test_compare_failure.oS] Error 1 gcc -m32 support_test_compare_string.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/support_test_compare_string.oS -MD -MP -MF /build/support/support_test_compare_string.oS.dt -MT /build/support/support_test_compare_string.oS In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from support_test_compare_string_main.c:19, from support_test_compare_string.c:28: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/support_test_compare_string.oS] Error 1 gcc -m32 support_test_compare_string_wide.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/support_test_compare_string_wide.oS -MD -MP -MF /build/support/support_test_compare_string_wide.oS.dt -MT /build/support/support_test_compare_string_wide.oS In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from support_test_compare_string_main.c:19, from support_test_compare_string_wide.c:28: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/support_test_compare_string_wide.oS] Error 1 gcc -m32 support_test_main.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/support_test_main.oS -MD -MP -MF /build/support/support_test_main.oS.dt -MT /build/support/support_test_main.oS In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../support/test-driver.h:22, from support_test_main.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/support_test_main.oS] Error 1 gcc -m32 support_test_verify_impl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/support_test_verify_impl.oS -MD -MP -MF /build/support/support_test_verify_impl.oS.dt -MT /build/support/support_test_verify_impl.oS In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../support/check.h:22, from support_test_verify_impl.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/support_test_verify_impl.oS] Error 1 gcc -m32 support_wait_for_thread_exit.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/support_wait_for_thread_exit.oS -MD -MP -MF /build/support/support_wait_for_thread_exit.oS.dt -MT /build/support/support_wait_for_thread_exit.oS In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from support_wait_for_thread_exit.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/support_wait_for_thread_exit.oS] Error 1 gcc -m32 support_write_file_string.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/support_write_file_string.oS -MD -MP -MF /build/support/support_write_file_string.oS.dt -MT /build/support/support_write_file_string.oS In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from support_write_file_string.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/support_write_file_string.oS] Error 1 gcc -m32 temp_file.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/temp_file.oS -MD -MP -MF /build/support/temp_file.oS.dt -MT /build/support/temp_file.oS In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../support/check.h:22, from temp_file.c:24: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/temp_file.oS] Error 1 gcc -m32 timespec.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -fexcess-precision=standard -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/timespec.oS -MD -MP -MF /build/support/timespec.oS.dt -MT /build/support/timespec.oS In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from ../support/timespec.h:22, from timespec.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/timespec.oS] Error 1 gcc -m32 timespec-add.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/timespec-add.oS -MD -MP -MF /build/support/timespec-add.oS.dt -MT /build/support/timespec-add.oS In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from timespec.h:22, from timespec-add.c:24: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/timespec-add.oS] Error 1 gcc -m32 timespec-add-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/timespec-add-time64.oS -MD -MP -MF /build/support/timespec-add-time64.oS.dt -MT /build/support/timespec-add-time64.oS In file included from ../time/time.h:25, from ../include/time.h:2, from timespec-add-time64.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/timespec-add-time64.oS] Error 1 gcc -m32 timespec-sub.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/timespec-sub.oS -MD -MP -MF /build/support/timespec-sub.oS.dt -MT /build/support/timespec-sub.oS In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from timespec.h:22, from timespec-sub.c:25: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/timespec-sub.oS] Error 1 gcc -m32 timespec-sub-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/timespec-sub-time64.oS -MD -MP -MF /build/support/timespec-sub-time64.oS.dt -MT /build/support/timespec-sub-time64.oS In file included from ../time/time.h:25, from ../include/time.h:2, from timespec-sub-time64.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/timespec-sub-time64.oS] Error 1 gcc -m32 timespec-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -fexcess-precision=standard -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/timespec-time64.oS -MD -MP -MF /build/support/timespec-time64.oS.dt -MT /build/support/timespec-time64.oS In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from ../support/timespec.h:22, from timespec-time64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/timespec-time64.oS] Error 1 gcc -m32 write_message.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/write_message.oS -MD -MP -MF /build/support/write_message.oS.dt -MT /build/support/write_message.oS In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../support/support.h:28, from write_message.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/write_message.oS] Error 1 gcc -m32 xaccept.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xaccept.oS -MD -MP -MF /build/support/xaccept.oS.dt -MT /build/support/xaccept.oS In file included from ../io/sys/poll.h:22, from ../include/sys/poll.h:2, from ../include/poll.h:1, from ../support/xsocket.h:22, from xaccept.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xaccept.oS] Error 1 gcc -m32 xaccept4.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xaccept4.oS -MD -MP -MF /build/support/xaccept4.oS.dt -MT /build/support/xaccept4.oS In file included from ../io/sys/poll.h:22, from ../include/sys/poll.h:2, from ../include/poll.h:1, from ../support/xsocket.h:22, from xaccept4.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xaccept4.oS] Error 1 gcc -m32 xasprintf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xasprintf.oS -MD -MP -MF /build/support/xasprintf.oS.dt -MT /build/support/xasprintf.oS In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../support/support.h:28, from xasprintf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xasprintf.oS] Error 1 gcc -m32 xbind.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xbind.oS -MD -MP -MF /build/support/xbind.oS.dt -MT /build/support/xbind.oS In file included from ../io/sys/poll.h:22, from ../include/sys/poll.h:2, from ../include/poll.h:1, from ../support/xsocket.h:22, from xbind.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xbind.oS] Error 1 gcc -m32 xcalloc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xcalloc.oS -MD -MP -MF /build/support/xcalloc.oS.dt -MT /build/support/xcalloc.oS In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../support/support.h:28, from xcalloc.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xcalloc.oS] Error 1 gcc -m32 xchdir.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xchdir.oS -MD -MP -MF /build/support/xchdir.oS.dt -MT /build/support/xchdir.oS In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../support/check.h:22, from xchdir.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xchdir.oS] Error 1 gcc -m32 xchmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xchmod.oS -MD -MP -MF /build/support/xchmod.oS.dt -MT /build/support/xchmod.oS In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../support/xunistd.h:25, from xchmod.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xchmod.oS] Error 1 gcc -m32 xchroot.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xchroot.oS -MD -MP -MF /build/support/xchroot.oS.dt -MT /build/support/xchroot.oS In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../support/check.h:22, from xchroot.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xchroot.oS] Error 1 gcc -m32 xclock_gettime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xclock_gettime.oS -MD -MP -MF /build/support/xclock_gettime.oS.dt -MT /build/support/xclock_gettime.oS In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../support/check.h:22, from xclock_gettime.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xclock_gettime.oS] Error 1 gcc -m32 xclock_gettime_time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xclock_gettime_time64.oS -MD -MP -MF /build/support/xclock_gettime_time64.oS.dt -MT /build/support/xclock_gettime_time64.oS In file included from ../time/time.h:25, from ../include/time.h:2, from ../support/xtime.h:22, from xclock_gettime_time64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xclock_gettime_time64.oS] Error 1 gcc -m32 xclock_settime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xclock_settime.oS -MD -MP -MF /build/support/xclock_settime.oS.dt -MT /build/support/xclock_settime.oS In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from xclock_settime.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xclock_settime.oS] Error 1 gcc -m32 xclock_settime_time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xclock_settime_time64.oS -MD -MP -MF /build/support/xclock_settime_time64.oS.dt -MT /build/support/xclock_settime_time64.oS In file included from ../time/time.h:25, from ../include/time.h:2, from ../support/xtime.h:22, from xclock_settime_time64.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xclock_settime_time64.oS] Error 1 gcc -m32 xclone.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xclone.oS -MD -MP -MF /build/support/xclone.oS.dt -MT /build/support/xclone.oS In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../support/check.h:22, from xclone.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xclone.oS] Error 1 gcc -m32 xclose.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xclose.oS -MD -MP -MF /build/support/xclose.oS.dt -MT /build/support/xclose.oS In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../support/xunistd.h:25, from xclose.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xclose.oS] Error 1 gcc -m32 xconnect.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xconnect.oS -MD -MP -MF /build/support/xconnect.oS.dt -MT /build/support/xconnect.oS In file included from ../io/sys/poll.h:22, from ../include/sys/poll.h:2, from ../include/poll.h:1, from ../support/xsocket.h:22, from xconnect.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xconnect.oS] Error 1 gcc -m32 xcopy_file_range.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xcopy_file_range.oS -MD -MP -MF /build/support/xcopy_file_range.oS.dt -MT /build/support/xcopy_file_range.oS In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../support/support.h:28, from xcopy_file_range.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xcopy_file_range.oS] Error 1 gcc -m32 xdlfcn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xdlfcn.oS -MD -MP -MF /build/support/xdlfcn.oS.dt -MT /build/support/xdlfcn.oS In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../support/check.h:22, from xdlfcn.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xdlfcn.oS] Error 1 gcc -m32 xdlmopen.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xdlmopen.oS -MD -MP -MF /build/support/xdlmopen.oS.dt -MT /build/support/xdlmopen.oS In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../support/check.h:22, from xdlmopen.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xdlmopen.oS] Error 1 gcc -m32 xdup2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xdup2.oS -MD -MP -MF /build/support/xdup2.oS.dt -MT /build/support/xdup2.oS In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../support/xunistd.h:25, from xdup2.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xdup2.oS] Error 1 gcc -m32 xfchmod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xfchmod.oS -MD -MP -MF /build/support/xfchmod.oS.dt -MT /build/support/xfchmod.oS In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../support/check.h:22, from xfchmod.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xfchmod.oS] Error 1 gcc -m32 xfclose.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xfclose.oS -MD -MP -MF /build/support/xfclose.oS.dt -MT /build/support/xfclose.oS In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from ../support/xstdio.h:22, from xfclose.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xfclose.oS] Error 1 gcc -m32 xfgets.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xfgets.oS -MD -MP -MF /build/support/xfgets.oS.dt -MT /build/support/xfgets.oS In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from ../support/xstdio.h:22, from xfgets.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xfgets.oS] Error 1 gcc -m32 xfopen.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xfopen.oS -MD -MP -MF /build/support/xfopen.oS.dt -MT /build/support/xfopen.oS In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from ../support/xstdio.h:22, from xfopen.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xfopen.oS] Error 1 gcc -m32 xfork.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xfork.oS -MD -MP -MF /build/support/xfork.oS.dt -MT /build/support/xfork.oS In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../support/xunistd.h:25, from xfork.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xfork.oS] Error 1 gcc -m32 xfread.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xfread.oS -MD -MP -MF /build/support/xfread.oS.dt -MT /build/support/xfread.oS In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from ../support/xstdio.h:22, from xfread.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xfread.oS] Error 1 gcc -m32 xfreopen.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xfreopen.oS -MD -MP -MF /build/support/xfreopen.oS.dt -MT /build/support/xfreopen.oS In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from ../support/xstdio.h:22, from xfreopen.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xfreopen.oS] Error 1 gcc -m32 xftruncate.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xftruncate.oS -MD -MP -MF /build/support/xftruncate.oS.dt -MT /build/support/xftruncate.oS In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../support/check.h:22, from xftruncate.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xftruncate.oS] Error 1 gcc -m32 xgetline.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xgetline.oS -MD -MP -MF /build/support/xgetline.oS.dt -MT /build/support/xgetline.oS In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from ../support/xstdio.h:22, from xgetline.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xgetline.oS] Error 1 gcc -m32 xgetsockname.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xgetsockname.oS -MD -MP -MF /build/support/xgetsockname.oS.dt -MT /build/support/xgetsockname.oS In file included from ../io/sys/poll.h:22, from ../include/sys/poll.h:2, from ../include/poll.h:1, from ../support/xsocket.h:22, from xgetsockname.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xgetsockname.oS] Error 1 gcc -m32 xlisten.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xlisten.oS -MD -MP -MF /build/support/xlisten.oS.dt -MT /build/support/xlisten.oS In file included from ../io/sys/poll.h:22, from ../include/sys/poll.h:2, from ../include/poll.h:1, from ../support/xsocket.h:22, from xlisten.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xlisten.oS] Error 1 gcc -m32 xlseek.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xlseek.oS -MD -MP -MF /build/support/xlseek.oS.dt -MT /build/support/xlseek.oS In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../support/check.h:22, from xlseek.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xlseek.oS] Error 1 gcc -m32 xlstat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xlstat.oS -MD -MP -MF /build/support/xlstat.oS.dt -MT /build/support/xlstat.oS In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../support/check.h:22, from xlstat.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xlstat.oS] Error 1 gcc -m32 xlstat-time64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xlstat-time64.oS -MD -MP -MF /build/support/xlstat-time64.oS.dt -MT /build/support/xlstat-time64.oS In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../support/check.h:22, from xlstat-time64.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xlstat-time64.oS] Error 1 gcc -m32 xmalloc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xmalloc.oS -MD -MP -MF /build/support/xmalloc.oS.dt -MT /build/support/xmalloc.oS In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../support/support.h:28, from xmalloc.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xmalloc.oS] Error 1 gcc -m32 xmemstream.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xmemstream.oS -MD -MP -MF /build/support/xmemstream.oS.dt -MT /build/support/xmemstream.oS In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from ../support/xmemstream.h:22, from xmemstream.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xmemstream.oS] Error 1 gcc -m32 xmkdir.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xmkdir.oS -MD -MP -MF /build/support/xmkdir.oS.dt -MT /build/support/xmkdir.oS In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../support/check.h:22, from xmkdir.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xmkdir.oS] Error 1 gcc -m32 xmkdirp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xmkdirp.oS -MD -MP -MF /build/support/xmkdirp.oS.dt -MT /build/support/xmkdirp.oS In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../support/support.h:28, from xmkdirp.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xmkdirp.oS] Error 1 gcc -m32 xmkfifo.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xmkfifo.oS -MD -MP -MF /build/support/xmkfifo.oS.dt -MT /build/support/xmkfifo.oS In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../support/check.h:22, from xmkfifo.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xmkfifo.oS] Error 1 gcc -m32 xmmap.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xmmap.oS -MD -MP -MF /build/support/xmmap.oS.dt -MT /build/support/xmmap.oS In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../support/check.h:22, from xmmap.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xmmap.oS] Error 1 gcc -m32 xmprotect.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xmprotect.oS -MD -MP -MF /build/support/xmprotect.oS.dt -MT /build/support/xmprotect.oS In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../support/check.h:22, from xmprotect.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xmprotect.oS] Error 1 gcc -m32 xmunmap.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xmunmap.oS -MD -MP -MF /build/support/xmunmap.oS.dt -MT /build/support/xmunmap.oS In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../support/check.h:22, from xmunmap.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xmunmap.oS] Error 1 gcc -m32 xnewlocale.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xnewlocale.oS -MD -MP -MF /build/support/xnewlocale.oS.dt -MT /build/support/xnewlocale.oS In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../support/check.h:22, from xnewlocale.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xnewlocale.oS] Error 1 gcc -m32 xopen.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xopen.oS -MD -MP -MF /build/support/xopen.oS.dt -MT /build/support/xopen.oS In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../support/check.h:22, from xopen.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xopen.oS] Error 1 gcc -m32 xpipe.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xpipe.oS -MD -MP -MF /build/support/xpipe.oS.dt -MT /build/support/xpipe.oS In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../support/xunistd.h:25, from xpipe.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xpipe.oS] Error 1 gcc -m32 xpoll.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xpoll.oS -MD -MP -MF /build/support/xpoll.oS.dt -MT /build/support/xpoll.oS In file included from ../io/sys/poll.h:22, from ../include/sys/poll.h:2, from ../include/poll.h:1, from ../support/xsocket.h:22, from xpoll.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xpoll.oS] Error 1 gcc -m32 xposix_memalign.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xposix_memalign.oS -MD -MP -MF /build/support/xposix_memalign.oS.dt -MT /build/support/xposix_memalign.oS In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../support/support.h:28, from xposix_memalign.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xposix_memalign.oS] Error 1 gcc -m32 xposix_spawn.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xposix_spawn.oS -MD -MP -MF /build/support/xposix_spawn.oS.dt -MT /build/support/xposix_spawn.oS In file included from ../posix/spawn.h:22, from ../include/spawn.h:2, from ../support/xspawn.h:22, from xposix_spawn.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xposix_spawn.oS] Error 1 gcc -m32 xposix_spawn_file_actions_addclose.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xposix_spawn_file_actions_addclose.oS -MD -MP -MF /build/support/xposix_spawn_file_actions_addclose.oS.dt -MT /build/support/xposix_spawn_file_actions_addclose.oS In file included from ../posix/spawn.h:22, from ../include/spawn.h:2, from ../support/xspawn.h:22, from xposix_spawn_file_actions_addclose.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xposix_spawn_file_actions_addclose.oS] Error 1 gcc -m32 xposix_spawn_file_actions_adddup2.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xposix_spawn_file_actions_adddup2.oS -MD -MP -MF /build/support/xposix_spawn_file_actions_adddup2.oS.dt -MT /build/support/xposix_spawn_file_actions_adddup2.oS In file included from ../posix/spawn.h:22, from ../include/spawn.h:2, from ../support/xspawn.h:22, from xposix_spawn_file_actions_adddup2.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xposix_spawn_file_actions_adddup2.oS] Error 1 gcc -m32 xpthread_attr_destroy.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xpthread_attr_destroy.oS -MD -MP -MF /build/support/xpthread_attr_destroy.oS.dt -MT /build/support/xpthread_attr_destroy.oS In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../support/xthread.h:22, from xpthread_attr_destroy.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xpthread_attr_destroy.oS] Error 1 gcc -m32 xpthread_attr_init.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xpthread_attr_init.oS -MD -MP -MF /build/support/xpthread_attr_init.oS.dt -MT /build/support/xpthread_attr_init.oS In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../support/xthread.h:22, from xpthread_attr_init.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xpthread_attr_init.oS] Error 1 gcc -m32 xpthread_attr_setaffinity_np.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xpthread_attr_setaffinity_np.oS -MD -MP -MF /build/support/xpthread_attr_setaffinity_np.oS.dt -MT /build/support/xpthread_attr_setaffinity_np.oS In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../support/xthread.h:22, from xpthread_attr_setaffinity_np.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xpthread_attr_setaffinity_np.oS] Error 1 gcc -m32 xpthread_attr_setdetachstate.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xpthread_attr_setdetachstate.oS -MD -MP -MF /build/support/xpthread_attr_setdetachstate.oS.dt -MT /build/support/xpthread_attr_setdetachstate.oS In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../support/xthread.h:22, from xpthread_attr_setdetachstate.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xpthread_attr_setdetachstate.oS] Error 1 gcc -m32 xpthread_attr_setguardsize.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xpthread_attr_setguardsize.oS -MD -MP -MF /build/support/xpthread_attr_setguardsize.oS.dt -MT /build/support/xpthread_attr_setguardsize.oS In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../support/xthread.h:22, from xpthread_attr_setguardsize.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xpthread_attr_setguardsize.oS] Error 1 gcc -m32 xpthread_attr_setstack.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xpthread_attr_setstack.oS -MD -MP -MF /build/support/xpthread_attr_setstack.oS.dt -MT /build/support/xpthread_attr_setstack.oS In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../support/xthread.h:22, from xpthread_attr_setstack.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xpthread_attr_setstack.oS] Error 1 gcc -m32 xpthread_attr_setstacksize.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xpthread_attr_setstacksize.oS -MD -MP -MF /build/support/xpthread_attr_setstacksize.oS.dt -MT /build/support/xpthread_attr_setstacksize.oS In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../support/xthread.h:22, from xpthread_attr_setstacksize.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xpthread_attr_setstacksize.oS] Error 1 gcc -m32 xpthread_barrier_destroy.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xpthread_barrier_destroy.oS -MD -MP -MF /build/support/xpthread_barrier_destroy.oS.dt -MT /build/support/xpthread_barrier_destroy.oS In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../support/xthread.h:22, from xpthread_barrier_destroy.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xpthread_barrier_destroy.oS] Error 1 gcc -m32 xpthread_barrier_init.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xpthread_barrier_init.oS -MD -MP -MF /build/support/xpthread_barrier_init.oS.dt -MT /build/support/xpthread_barrier_init.oS In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../support/xthread.h:22, from xpthread_barrier_init.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xpthread_barrier_init.oS] Error 1 gcc -m32 xpthread_barrier_wait.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xpthread_barrier_wait.oS -MD -MP -MF /build/support/xpthread_barrier_wait.oS.dt -MT /build/support/xpthread_barrier_wait.oS In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../support/xthread.h:22, from xpthread_barrier_wait.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xpthread_barrier_wait.oS] Error 1 gcc -m32 xpthread_barrierattr_destroy.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xpthread_barrierattr_destroy.oS -MD -MP -MF /build/support/xpthread_barrierattr_destroy.oS.dt -MT /build/support/xpthread_barrierattr_destroy.oS In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../support/xthread.h:22, from xpthread_barrierattr_destroy.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xpthread_barrierattr_destroy.oS] Error 1 gcc -m32 xpthread_barrierattr_init.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xpthread_barrierattr_init.oS -MD -MP -MF /build/support/xpthread_barrierattr_init.oS.dt -MT /build/support/xpthread_barrierattr_init.oS In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../support/xthread.h:22, from xpthread_barrierattr_init.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xpthread_barrierattr_init.oS] Error 1 gcc -m32 xpthread_barrierattr_setpshared.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xpthread_barrierattr_setpshared.oS -MD -MP -MF /build/support/xpthread_barrierattr_setpshared.oS.dt -MT /build/support/xpthread_barrierattr_setpshared.oS In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../support/xthread.h:22, from xpthread_barrierattr_setpshared.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xpthread_barrierattr_setpshared.oS] Error 1 gcc -m32 xpthread_cancel.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xpthread_cancel.oS -MD -MP -MF /build/support/xpthread_cancel.oS.dt -MT /build/support/xpthread_cancel.oS In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../support/xthread.h:22, from xpthread_cancel.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xpthread_cancel.oS] Error 1 gcc -m32 xpthread_check_return.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xpthread_check_return.oS -MD -MP -MF /build/support/xpthread_check_return.oS.dt -MT /build/support/xpthread_check_return.oS In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../support/xthread.h:22, from xpthread_check_return.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xpthread_check_return.oS] Error 1 gcc -m32 xpthread_cond_signal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xpthread_cond_signal.oS -MD -MP -MF /build/support/xpthread_cond_signal.oS.dt -MT /build/support/xpthread_cond_signal.oS In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../support/xthread.h:22, from xpthread_cond_signal.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xpthread_cond_signal.oS] Error 1 gcc -m32 xpthread_cond_wait.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xpthread_cond_wait.oS -MD -MP -MF /build/support/xpthread_cond_wait.oS.dt -MT /build/support/xpthread_cond_wait.oS In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../support/xthread.h:22, from xpthread_cond_wait.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xpthread_cond_wait.oS] Error 1 gcc -m32 xpthread_create.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xpthread_create.oS -MD -MP -MF /build/support/xpthread_create.oS.dt -MT /build/support/xpthread_create.oS In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../support/xthread.h:22, from xpthread_create.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xpthread_create.oS] Error 1 gcc -m32 xpthread_detach.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xpthread_detach.oS -MD -MP -MF /build/support/xpthread_detach.oS.dt -MT /build/support/xpthread_detach.oS In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../support/xthread.h:22, from xpthread_detach.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xpthread_detach.oS] Error 1 gcc -m32 xpthread_join.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xpthread_join.oS -MD -MP -MF /build/support/xpthread_join.oS.dt -MT /build/support/xpthread_join.oS In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../support/xthread.h:22, from xpthread_join.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xpthread_join.oS] Error 1 gcc -m32 xpthread_key_create.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xpthread_key_create.oS -MD -MP -MF /build/support/xpthread_key_create.oS.dt -MT /build/support/xpthread_key_create.oS In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../support/xthread.h:22, from xpthread_key_create.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xpthread_key_create.oS] Error 1 gcc -m32 xpthread_key_delete.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xpthread_key_delete.oS -MD -MP -MF /build/support/xpthread_key_delete.oS.dt -MT /build/support/xpthread_key_delete.oS In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../support/xthread.h:22, from xpthread_key_delete.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xpthread_key_delete.oS] Error 1 gcc -m32 xpthread_kill.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xpthread_kill.oS -MD -MP -MF /build/support/xpthread_kill.oS.dt -MT /build/support/xpthread_kill.oS In file included from ../signal/signal.h:25, from ../include/signal.h:2, from xpthread_kill.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xpthread_kill.oS] Error 1 gcc -m32 xpthread_mutex_consistent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xpthread_mutex_consistent.oS -MD -MP -MF /build/support/xpthread_mutex_consistent.oS.dt -MT /build/support/xpthread_mutex_consistent.oS In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../support/xthread.h:22, from xpthread_mutex_consistent.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xpthread_mutex_consistent.oS] Error 1 gcc -m32 xpthread_mutex_destroy.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xpthread_mutex_destroy.oS -MD -MP -MF /build/support/xpthread_mutex_destroy.oS.dt -MT /build/support/xpthread_mutex_destroy.oS In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../support/xthread.h:22, from xpthread_mutex_destroy.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xpthread_mutex_destroy.oS] Error 1 gcc -m32 xpthread_mutex_init.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xpthread_mutex_init.oS -MD -MP -MF /build/support/xpthread_mutex_init.oS.dt -MT /build/support/xpthread_mutex_init.oS In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../support/xthread.h:22, from xpthread_mutex_init.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xpthread_mutex_init.oS] Error 1 gcc -m32 xpthread_mutex_lock.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xpthread_mutex_lock.oS -MD -MP -MF /build/support/xpthread_mutex_lock.oS.dt -MT /build/support/xpthread_mutex_lock.oS In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../support/xthread.h:22, from xpthread_mutex_lock.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xpthread_mutex_lock.oS] Error 1 gcc -m32 xpthread_mutex_unlock.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xpthread_mutex_unlock.oS -MD -MP -MF /build/support/xpthread_mutex_unlock.oS.dt -MT /build/support/xpthread_mutex_unlock.oS In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../support/xthread.h:22, from xpthread_mutex_unlock.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xpthread_mutex_unlock.oS] Error 1 gcc -m32 xpthread_mutexattr_destroy.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xpthread_mutexattr_destroy.oS -MD -MP -MF /build/support/xpthread_mutexattr_destroy.oS.dt -MT /build/support/xpthread_mutexattr_destroy.oS In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../support/xthread.h:22, from xpthread_mutexattr_destroy.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xpthread_mutexattr_destroy.oS] Error 1 gcc -m32 xpthread_mutexattr_init.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xpthread_mutexattr_init.oS -MD -MP -MF /build/support/xpthread_mutexattr_init.oS.dt -MT /build/support/xpthread_mutexattr_init.oS In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../support/xthread.h:22, from xpthread_mutexattr_init.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xpthread_mutexattr_init.oS] Error 1 gcc -m32 xpthread_mutexattr_setprotocol.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xpthread_mutexattr_setprotocol.oS -MD -MP -MF /build/support/xpthread_mutexattr_setprotocol.oS.dt -MT /build/support/xpthread_mutexattr_setprotocol.oS In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../support/xthread.h:22, from xpthread_mutexattr_setprotocol.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xpthread_mutexattr_setprotocol.oS] Error 1 gcc -m32 xpthread_mutexattr_setpshared.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xpthread_mutexattr_setpshared.oS -MD -MP -MF /build/support/xpthread_mutexattr_setpshared.oS.dt -MT /build/support/xpthread_mutexattr_setpshared.oS In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../support/xthread.h:22, from xpthread_mutexattr_setpshared.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xpthread_mutexattr_setpshared.oS] Error 1 gcc -m32 xpthread_mutexattr_setrobust.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xpthread_mutexattr_setrobust.oS -MD -MP -MF /build/support/xpthread_mutexattr_setrobust.oS.dt -MT /build/support/xpthread_mutexattr_setrobust.oS In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../support/xthread.h:22, from xpthread_mutexattr_setrobust.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xpthread_mutexattr_setrobust.oS] Error 1 gcc -m32 xpthread_mutexattr_settype.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xpthread_mutexattr_settype.oS -MD -MP -MF /build/support/xpthread_mutexattr_settype.oS.dt -MT /build/support/xpthread_mutexattr_settype.oS In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../support/xthread.h:22, from xpthread_mutexattr_settype.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xpthread_mutexattr_settype.oS] Error 1 gcc -m32 xpthread_once.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xpthread_once.oS -MD -MP -MF /build/support/xpthread_once.oS.dt -MT /build/support/xpthread_once.oS In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../support/xthread.h:22, from xpthread_once.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xpthread_once.oS] Error 1 gcc -m32 xpthread_rwlock_destroy.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xpthread_rwlock_destroy.oS -MD -MP -MF /build/support/xpthread_rwlock_destroy.oS.dt -MT /build/support/xpthread_rwlock_destroy.oS In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../support/xthread.h:22, from xpthread_rwlock_destroy.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xpthread_rwlock_destroy.oS] Error 1 gcc -m32 xpthread_rwlock_init.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xpthread_rwlock_init.oS -MD -MP -MF /build/support/xpthread_rwlock_init.oS.dt -MT /build/support/xpthread_rwlock_init.oS In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../support/xthread.h:22, from xpthread_rwlock_init.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xpthread_rwlock_init.oS] Error 1 gcc -m32 xpthread_rwlock_rdlock.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xpthread_rwlock_rdlock.oS -MD -MP -MF /build/support/xpthread_rwlock_rdlock.oS.dt -MT /build/support/xpthread_rwlock_rdlock.oS In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../support/xthread.h:22, from xpthread_rwlock_rdlock.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xpthread_rwlock_rdlock.oS] Error 1 gcc -m32 xpthread_rwlock_unlock.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xpthread_rwlock_unlock.oS -MD -MP -MF /build/support/xpthread_rwlock_unlock.oS.dt -MT /build/support/xpthread_rwlock_unlock.oS In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../support/xthread.h:22, from xpthread_rwlock_unlock.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xpthread_rwlock_unlock.oS] Error 1 gcc -m32 xpthread_rwlock_wrlock.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xpthread_rwlock_wrlock.oS -MD -MP -MF /build/support/xpthread_rwlock_wrlock.oS.dt -MT /build/support/xpthread_rwlock_wrlock.oS In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../support/xthread.h:22, from xpthread_rwlock_wrlock.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xpthread_rwlock_wrlock.oS] Error 1 gcc -m32 xpthread_rwlockattr_init.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xpthread_rwlockattr_init.oS -MD -MP -MF /build/support/xpthread_rwlockattr_init.oS.dt -MT /build/support/xpthread_rwlockattr_init.oS In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../support/xthread.h:22, from xpthread_rwlockattr_init.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xpthread_rwlockattr_init.oS] Error 1 gcc -m32 xpthread_rwlockattr_setkind_np.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xpthread_rwlockattr_setkind_np.oS -MD -MP -MF /build/support/xpthread_rwlockattr_setkind_np.oS.dt -MT /build/support/xpthread_rwlockattr_setkind_np.oS In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../support/xthread.h:22, from xpthread_rwlockattr_setkind_np.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xpthread_rwlockattr_setkind_np.oS] Error 1 gcc -m32 xpthread_sigmask.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xpthread_sigmask.oS -MD -MP -MF /build/support/xpthread_sigmask.oS.dt -MT /build/support/xpthread_sigmask.oS In file included from ../signal/signal.h:25, from ../include/signal.h:2, from ../support/xsignal.h:22, from xpthread_sigmask.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xpthread_sigmask.oS] Error 1 gcc -m32 xpthread_spin_lock.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xpthread_spin_lock.oS -MD -MP -MF /build/support/xpthread_spin_lock.oS.dt -MT /build/support/xpthread_spin_lock.oS In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../support/xthread.h:22, from xpthread_spin_lock.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xpthread_spin_lock.oS] Error 1 gcc -m32 xpthread_spin_unlock.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xpthread_spin_unlock.oS -MD -MP -MF /build/support/xpthread_spin_unlock.oS.dt -MT /build/support/xpthread_spin_unlock.oS In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../support/xthread.h:22, from xpthread_spin_unlock.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xpthread_spin_unlock.oS] Error 1 gcc -m32 xraise.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xraise.oS -MD -MP -MF /build/support/xraise.oS.dt -MT /build/support/xraise.oS In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../support/check.h:22, from xraise.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xraise.oS] Error 1 gcc -m32 xread.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xread.oS -MD -MP -MF /build/support/xread.oS.dt -MT /build/support/xread.oS In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../support/xunistd.h:25, from xread.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xread.oS] Error 1 gcc -m32 xreadlink.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xreadlink.oS -MD -MP -MF /build/support/xreadlink.oS.dt -MT /build/support/xreadlink.oS In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../include/scratch_buffer.h:62, from xreadlink.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xreadlink.oS] Error 1 gcc -m32 xrealloc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xrealloc.oS -MD -MP -MF /build/support/xrealloc.oS.dt -MT /build/support/xrealloc.oS In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../support/support.h:28, from xrealloc.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xrealloc.oS] Error 1 gcc -m32 xrecvfrom.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xrecvfrom.oS -MD -MP -MF /build/support/xrecvfrom.oS.dt -MT /build/support/xrecvfrom.oS In file included from ../io/sys/poll.h:22, from ../include/sys/poll.h:2, from ../include/poll.h:1, from ../support/xsocket.h:22, from xrecvfrom.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xrecvfrom.oS] Error 1 gcc -m32 xsendto.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xsendto.oS -MD -MP -MF /build/support/xsendto.oS.dt -MT /build/support/xsendto.oS In file included from ../io/sys/poll.h:22, from ../include/sys/poll.h:2, from ../include/poll.h:1, from ../support/xsocket.h:22, from xsendto.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xsendto.oS] Error 1 gcc -m32 xsetlocale.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xsetlocale.oS -MD -MP -MF /build/support/xsetlocale.oS.dt -MT /build/support/xsetlocale.oS In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../support/check.h:22, from xsetlocale.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xsetlocale.oS] Error 1 gcc -m32 xsetsockopt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xsetsockopt.oS -MD -MP -MF /build/support/xsetsockopt.oS.dt -MT /build/support/xsetsockopt.oS In file included from ../io/sys/poll.h:22, from ../include/sys/poll.h:2, from ../include/poll.h:1, from ../support/xsocket.h:22, from xsetsockopt.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xsetsockopt.oS] Error 1 gcc -m32 xsigaction.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xsigaction.oS -MD -MP -MF /build/support/xsigaction.oS.dt -MT /build/support/xsigaction.oS In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../support/check.h:22, from xsigaction.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xsigaction.oS] Error 1 gcc -m32 xsignal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xsignal.oS -MD -MP -MF /build/support/xsignal.oS.dt -MT /build/support/xsignal.oS In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../support/check.h:22, from xsignal.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xsignal.oS] Error 1 gcc -m32 xsigstack.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xsigstack.oS -MD -MP -MF /build/support/xsigstack.oS.dt -MT /build/support/xsigstack.oS In file included from ../signal/signal.h:25, from ../include/signal.h:2, from ../support/xsignal.h:22, from xsigstack.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xsigstack.oS] Error 1 gcc -m32 xsocket.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xsocket.oS -MD -MP -MF /build/support/xsocket.oS.dt -MT /build/support/xsocket.oS In file included from ../io/sys/poll.h:22, from ../include/sys/poll.h:2, from ../include/poll.h:1, from ../support/xsocket.h:22, from xsocket.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xsocket.oS] Error 1 gcc -m32 xstrdup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xstrdup.oS -MD -MP -MF /build/support/xstrdup.oS.dt -MT /build/support/xstrdup.oS In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../support/support.h:28, from xstrdup.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xstrdup.oS] Error 1 gcc -m32 xstrndup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xstrndup.oS -MD -MP -MF /build/support/xstrndup.oS.dt -MT /build/support/xstrndup.oS In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../support/support.h:28, from xstrndup.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xstrndup.oS] Error 1 gcc -m32 xsymlink.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xsymlink.oS -MD -MP -MF /build/support/xsymlink.oS.dt -MT /build/support/xsymlink.oS In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../support/support.h:28, from xsymlink.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xsymlink.oS] Error 1 gcc -m32 xsysconf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xsysconf.oS -MD -MP -MF /build/support/xsysconf.oS.dt -MT /build/support/xsysconf.oS In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from xsysconf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xsysconf.oS] Error 1 gcc -m32 xsystem.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xsystem.oS -MD -MP -MF /build/support/xsystem.oS.dt -MT /build/support/xsystem.oS In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../support/support.h:28, from xsystem.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xsystem.oS] Error 1 gcc -m32 xunlink.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xunlink.oS -MD -MP -MF /build/support/xunlink.oS.dt -MT /build/support/xunlink.oS In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../support/check.h:22, from xunlink.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xunlink.oS] Error 1 gcc -m32 xuselocale.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xuselocale.oS -MD -MP -MF /build/support/xuselocale.oS.dt -MT /build/support/xuselocale.oS In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../support/check.h:22, from xuselocale.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xuselocale.oS] Error 1 gcc -m32 xwaitpid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xwaitpid.oS -MD -MP -MF /build/support/xwaitpid.oS.dt -MT /build/support/xwaitpid.oS In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../support/xunistd.h:25, from xwaitpid.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xwaitpid.oS] Error 1 gcc -m32 xwrite.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fPIC -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libsupport -include ../include/libc-symbols.h -DPIC -DPIC -DLIBC_NONSHARED=1 -DTOP_NAMESPACE=glibc -o /build/support/xwrite.oS -MD -MP -MF /build/support/xwrite.oS.dt -MT /build/support/xwrite.oS In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../support/xunistd.h:25, from xwrite.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/xwrite.oS] Error 1 gcc -m32 test-container.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nonlib -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/support/test-container.o -MD -MP -MF /build/support/test-container.o.dt -MT /build/support/test-container.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from test-container.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/test-container.o] Error 1 make[2]: *** No rule to make target '/build/csu/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/iconv/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/locale/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/assert/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/ctype/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/intl/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/catgets/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/math/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/setjmp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/signal/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/stdlib/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/stdio-common/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/libio/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/dlfcn/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/nptl/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/rt/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/malloc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/string/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/wcsmbs/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/time/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/dirent/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/grp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/pwd/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/posix/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/io/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/termios/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/resource/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/misc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/socket/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/sysvipc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/gmon/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/wctype/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/shadow/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/gshadow/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/argp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/debug/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/inet/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/resolv/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/nss/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/sunrpc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/nscd/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/login/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/elf/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/elf/ld.so', needed by '/build/libc.so'. make[2]: *** No rule to make target '/build/stdlib/stamp.oS', needed by '/build/libc_nonshared.a'. make[2]: *** No rule to make target '/build/nptl/stamp.oS', needed by '/build/libc_nonshared.a'. make[2]: *** No rule to make target '/build/debug/stamp.oS', needed by '/build/libc_nonshared.a'. make[2]: *** No rule to make target '/build/csu/start.o', needed by '/build/support/test-container'. make[2]: *** No rule to make target '/build/csu/crti.o', needed by '/build/support/test-container'. make[2]: *** No rule to make target '/build/csu/crtn.o', needed by '/build/support/test-container'. gcc -m32 echo-container.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nonlib -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/support/echo-container.o -MD -MP -MF /build/support/echo-container.o.dt -MT /build/support/echo-container.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from echo-container.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/echo-container.o] Error 1 gcc -m32 shell-container.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nonlib -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/support/shell-container.o -MD -MP -MF /build/support/shell-container.o.dt -MT /build/support/shell-container.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from shell-container.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/shell-container.o] Error 1 gcc -m32 links-dso-program-c.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nonlib -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/support/links-dso-program-c.o -MD -MP -MF /build/support/links-dso-program-c.o.dt -MT /build/support/links-dso-program-c.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from links-dso-program-c.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/links-dso-program-c.o] Error 1 gcc -m32 test-run-command.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -I../include -I/build/support -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nonlib -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/support/test-run-command.o -MD -MP -MF /build/support/test-run-command.o.dt -MT /build/support/test-run-command.o In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../support/test-driver.h:22, from ./test-driver.c:102, from test-run-command.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/support/test-run-command.o] Error 1 make[2]: *** No rule to make target '/build/csu/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/iconv/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/locale/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/assert/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/ctype/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/intl/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/catgets/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/math/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/setjmp/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/signal/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/stdlib/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/stdio-common/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/libio/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/dlfcn/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/nptl/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/rt/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/malloc/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/string/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/wcsmbs/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/time/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/dirent/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/grp/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/pwd/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/posix/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/io/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/termios/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/resource/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/misc/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/socket/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/sysvipc/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/gmon/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/wctype/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/shadow/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/gshadow/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/argp/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/debug/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/inet/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/resolv/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/nss/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/nscd/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/login/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/elf/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/elf/static-stubs.o', needed by '/build/support/test-run-command'. make[2]: Target 'others' not remade because of errors. make[2]: Leaving directory '/glibc/support' make[1]: *** [Makefile:484: support/others] Error 2 make subdir=crypt -C crypt ..=../ others make[2]: Entering directory '/glibc/crypt' gcc -m32 crypt-entry.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/crypt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libcrypt -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/crypt/crypt-entry.o -MD -MP -MF /build/crypt/crypt-entry.o.dt -MT /build/crypt/crypt-entry.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from crypt-entry.c:29: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/crypt/crypt-entry.o] Error 1 gcc -m32 md5-crypt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/crypt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libcrypt -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/crypt/md5-crypt.o -MD -MP -MF /build/crypt/md5-crypt.o.dt -MT /build/crypt/md5-crypt.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from md5-crypt.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/crypt/md5-crypt.o] Error 1 gcc -m32 sha256-crypt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/crypt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libcrypt -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/crypt/sha256-crypt.o -MD -MP -MF /build/crypt/sha256-crypt.o.dt -MT /build/crypt/sha256-crypt.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from sha256-crypt.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/crypt/sha256-crypt.o] Error 1 gcc -m32 sha512-crypt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/crypt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libcrypt -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/crypt/sha512-crypt.o -MD -MP -MF /build/crypt/sha512-crypt.o.dt -MT /build/crypt/sha512-crypt.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from sha512-crypt.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/crypt/sha512-crypt.o] Error 1 gcc -m32 crypt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/crypt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libcrypt -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/crypt/crypt.o -MD -MP -MF /build/crypt/crypt.o.dt -MT /build/crypt/crypt.o In file included from crypt-private.h:28, from crypt.c:26: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/crypt/crypt.o] Error 1 gcc -m32 crypt_util.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/crypt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libcrypt -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/crypt/crypt_util.o -MD -MP -MF /build/crypt/crypt_util.o.dt -MT /build/crypt/crypt_util.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../include/atomic.h:47, from crypt_util.c:29: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/crypt/crypt_util.o] Error 1 gcc -m32 md5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/crypt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libcrypt -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/crypt/md5.o -MD -MP -MF /build/crypt/md5.o.dt -MT /build/crypt/md5.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from md5.c:26: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/crypt/md5.o] Error 1 gcc -m32 sha256.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/crypt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libcrypt -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/crypt/sha256.o -MD -MP -MF /build/crypt/sha256.o.dt -MT /build/crypt/sha256.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from sha256.c:25: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/crypt/sha256.o] Error 1 gcc -m32 sha512.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/crypt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libcrypt -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/crypt/sha512.o -MD -MP -MF /build/crypt/sha512.o.dt -MT /build/crypt/sha512.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from sha512.c:25: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/crypt/sha512.o] Error 1 gcc -m32 crypt-entry.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/crypt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libcrypt -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/crypt/crypt-entry.os -MD -MP -MF /build/crypt/crypt-entry.os.dt -MT /build/crypt/crypt-entry.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from crypt-entry.c:29: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/crypt/crypt-entry.os] Error 1 gcc -m32 md5-crypt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/crypt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libcrypt -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/crypt/md5-crypt.os -MD -MP -MF /build/crypt/md5-crypt.os.dt -MT /build/crypt/md5-crypt.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from md5-crypt.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/crypt/md5-crypt.os] Error 1 gcc -m32 sha256-crypt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/crypt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libcrypt -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/crypt/sha256-crypt.os -MD -MP -MF /build/crypt/sha256-crypt.os.dt -MT /build/crypt/sha256-crypt.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from sha256-crypt.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/crypt/sha256-crypt.os] Error 1 gcc -m32 sha512-crypt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/crypt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libcrypt -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/crypt/sha512-crypt.os -MD -MP -MF /build/crypt/sha512-crypt.os.dt -MT /build/crypt/sha512-crypt.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from sha512-crypt.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/crypt/sha512-crypt.os] Error 1 gcc -m32 crypt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/crypt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libcrypt -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/crypt/crypt.os -MD -MP -MF /build/crypt/crypt.os.dt -MT /build/crypt/crypt.os In file included from crypt-private.h:28, from crypt.c:26: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/crypt/crypt.os] Error 1 gcc -m32 crypt_util.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/crypt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libcrypt -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/crypt/crypt_util.os -MD -MP -MF /build/crypt/crypt_util.os.dt -MT /build/crypt/crypt_util.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../include/atomic.h:47, from crypt_util.c:29: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/crypt/crypt_util.os] Error 1 gcc -m32 md5.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/crypt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libcrypt -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/crypt/md5.os -MD -MP -MF /build/crypt/md5.os.dt -MT /build/crypt/md5.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from md5.c:26: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/crypt/md5.os] Error 1 gcc -m32 sha256.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/crypt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libcrypt -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/crypt/sha256.os -MD -MP -MF /build/crypt/sha256.os.dt -MT /build/crypt/sha256.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from sha256.c:25: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/crypt/sha256.os] Error 1 gcc -m32 sha512.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/crypt -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libcrypt -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/crypt/sha512.os -MD -MP -MF /build/crypt/sha512.os.dt -MT /build/crypt/sha512.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from sha512.c:25: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/crypt/sha512.os] Error 1 make[2]: *** No rule to make target '/build/csu/crti.o', needed by '/build/crypt/libcrypt.so'. make[2]: *** No rule to make target '/build/csu/crtn.o', needed by '/build/crypt/libcrypt.so'. make[2]: *** No rule to make target '/build/csu/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/iconv/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/locale/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/assert/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/ctype/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/intl/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/catgets/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/math/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/setjmp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/signal/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/stdlib/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/stdio-common/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/libio/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/dlfcn/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/nptl/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/rt/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/malloc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/string/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/wcsmbs/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/time/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/dirent/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/grp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/pwd/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/posix/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/io/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/termios/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/resource/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/misc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/socket/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/sysvipc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/gmon/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/wctype/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/shadow/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/gshadow/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/argp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/debug/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/inet/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/resolv/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/nss/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/sunrpc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/nscd/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/login/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/elf/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/elf/ld.so', needed by '/build/libc.so'. make[2]: *** No rule to make target '/build/sunrpc/librpc_compat_pic.a', needed by '/build/linkobj/libc_pic.a'. make[2]: *** No rule to make target '/build/stdlib/stamp.oS', needed by '/build/libc_nonshared.a'. make[2]: *** No rule to make target '/build/nptl/stamp.oS', needed by '/build/libc_nonshared.a'. make[2]: *** No rule to make target '/build/debug/stamp.oS', needed by '/build/libc_nonshared.a'. make[2]: Target 'others' not remade because of errors. make[2]: Leaving directory '/glibc/crypt' make[1]: *** [Makefile:484: crypt/others] Error 2 make subdir=nptl_db -C nptl_db ..=../ others make[2]: Entering directory '/glibc/nptl_db' gcc -m32 td_init.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl_db -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libthread_db -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl_db/td_init.os -MD -MP -MF /build/nptl_db/td_init.os.dt -MT /build/nptl_db/td_init.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from thread_dbP.h:23, from td_init.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nptl_db/td_init.os] Error 1 gcc -m32 td_log.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl_db -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libthread_db -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl_db/td_log.os -MD -MP -MF /build/nptl_db/td_log.os.dt -MT /build/nptl_db/td_log.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from thread_dbP.h:23, from td_log.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nptl_db/td_log.os] Error 1 gcc -m32 td_ta_new.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl_db -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libthread_db -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl_db/td_ta_new.os -MD -MP -MF /build/nptl_db/td_ta_new.os.dt -MT /build/nptl_db/td_ta_new.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from td_ta_new.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nptl_db/td_ta_new.os] Error 1 gcc -m32 td_ta_delete.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl_db -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libthread_db -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl_db/td_ta_delete.os -MD -MP -MF /build/nptl_db/td_ta_delete.os.dt -MT /build/nptl_db/td_ta_delete.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from td_ta_delete.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nptl_db/td_ta_delete.os] Error 1 gcc -m32 td_ta_get_nthreads.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl_db -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libthread_db -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl_db/td_ta_get_nthreads.os -MD -MP -MF /build/nptl_db/td_ta_get_nthreads.os.dt -MT /build/nptl_db/td_ta_get_nthreads.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from thread_dbP.h:23, from td_ta_get_nthreads.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nptl_db/td_ta_get_nthreads.os] Error 1 gcc -m32 td_ta_get_ph.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl_db -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libthread_db -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl_db/td_ta_get_ph.os -MD -MP -MF /build/nptl_db/td_ta_get_ph.os.dt -MT /build/nptl_db/td_ta_get_ph.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from thread_dbP.h:23, from td_ta_get_ph.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nptl_db/td_ta_get_ph.os] Error 1 gcc -m32 td_ta_map_id2thr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl_db -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libthread_db -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl_db/td_ta_map_id2thr.os -MD -MP -MF /build/nptl_db/td_ta_map_id2thr.os.dt -MT /build/nptl_db/td_ta_map_id2thr.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from thread_dbP.h:23, from td_ta_map_id2thr.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nptl_db/td_ta_map_id2thr.os] Error 1 gcc -m32 td_ta_map_lwp2thr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl_db -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libthread_db -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl_db/td_ta_map_lwp2thr.os -MD -MP -MF /build/nptl_db/td_ta_map_lwp2thr.os.dt -MT /build/nptl_db/td_ta_map_lwp2thr.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from thread_dbP.h:23, from td_ta_map_lwp2thr.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nptl_db/td_ta_map_lwp2thr.os] Error 1 gcc -m32 td_ta_thr_iter.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl_db -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libthread_db -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl_db/td_ta_thr_iter.os -MD -MP -MF /build/nptl_db/td_ta_thr_iter.os.dt -MT /build/nptl_db/td_ta_thr_iter.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from thread_dbP.h:23, from td_ta_thr_iter.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nptl_db/td_ta_thr_iter.os] Error 1 gcc -m32 td_ta_tsd_iter.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl_db -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libthread_db -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl_db/td_ta_tsd_iter.os -MD -MP -MF /build/nptl_db/td_ta_tsd_iter.os.dt -MT /build/nptl_db/td_ta_tsd_iter.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from td_ta_tsd_iter.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nptl_db/td_ta_tsd_iter.os] Error 1 gcc -m32 td_thr_get_info.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl_db -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libthread_db -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl_db/td_thr_get_info.os -MD -MP -MF /build/nptl_db/td_thr_get_info.os.dt -MT /build/nptl_db/td_thr_get_info.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from td_thr_get_info.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nptl_db/td_thr_get_info.os] Error 1 gcc -m32 td_thr_getfpregs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl_db -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libthread_db -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl_db/td_thr_getfpregs.os -MD -MP -MF /build/nptl_db/td_thr_getfpregs.os.dt -MT /build/nptl_db/td_thr_getfpregs.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from thread_dbP.h:23, from td_thr_getfpregs.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nptl_db/td_thr_getfpregs.os] Error 1 gcc -m32 td_thr_getgregs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl_db -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libthread_db -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl_db/td_thr_getgregs.os -MD -MP -MF /build/nptl_db/td_thr_getgregs.os.dt -MT /build/nptl_db/td_thr_getgregs.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from thread_dbP.h:23, from td_thr_getgregs.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nptl_db/td_thr_getgregs.os] Error 1 gcc -m32 td_thr_getxregs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl_db -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libthread_db -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl_db/td_thr_getxregs.os -MD -MP -MF /build/nptl_db/td_thr_getxregs.os.dt -MT /build/nptl_db/td_thr_getxregs.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from thread_dbP.h:23, from td_thr_getxregs.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nptl_db/td_thr_getxregs.os] Error 1 gcc -m32 td_thr_getxregsize.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl_db -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libthread_db -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl_db/td_thr_getxregsize.os -MD -MP -MF /build/nptl_db/td_thr_getxregsize.os.dt -MT /build/nptl_db/td_thr_getxregsize.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from thread_dbP.h:23, from td_thr_getxregsize.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nptl_db/td_thr_getxregsize.os] Error 1 gcc -m32 td_thr_setfpregs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl_db -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libthread_db -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl_db/td_thr_setfpregs.os -MD -MP -MF /build/nptl_db/td_thr_setfpregs.os.dt -MT /build/nptl_db/td_thr_setfpregs.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from thread_dbP.h:23, from td_thr_setfpregs.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nptl_db/td_thr_setfpregs.os] Error 1 gcc -m32 td_thr_setgregs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl_db -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libthread_db -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl_db/td_thr_setgregs.os -MD -MP -MF /build/nptl_db/td_thr_setgregs.os.dt -MT /build/nptl_db/td_thr_setgregs.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from thread_dbP.h:23, from td_thr_setgregs.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nptl_db/td_thr_setgregs.os] Error 1 gcc -m32 td_thr_setprio.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl_db -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libthread_db -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl_db/td_thr_setprio.os -MD -MP -MF /build/nptl_db/td_thr_setprio.os.dt -MT /build/nptl_db/td_thr_setprio.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from thread_dbP.h:23, from td_thr_setprio.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nptl_db/td_thr_setprio.os] Error 1 gcc -m32 td_thr_setsigpending.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl_db -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libthread_db -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl_db/td_thr_setsigpending.os -MD -MP -MF /build/nptl_db/td_thr_setsigpending.os.dt -MT /build/nptl_db/td_thr_setsigpending.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from thread_dbP.h:23, from td_thr_setsigpending.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nptl_db/td_thr_setsigpending.os] Error 1 gcc -m32 td_thr_setxregs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl_db -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libthread_db -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl_db/td_thr_setxregs.os -MD -MP -MF /build/nptl_db/td_thr_setxregs.os.dt -MT /build/nptl_db/td_thr_setxregs.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from thread_dbP.h:23, from td_thr_setxregs.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nptl_db/td_thr_setxregs.os] Error 1 gcc -m32 td_thr_sigsetmask.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl_db -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libthread_db -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl_db/td_thr_sigsetmask.os -MD -MP -MF /build/nptl_db/td_thr_sigsetmask.os.dt -MT /build/nptl_db/td_thr_sigsetmask.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from thread_dbP.h:23, from td_thr_sigsetmask.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nptl_db/td_thr_sigsetmask.os] Error 1 gcc -m32 td_thr_tsd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl_db -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libthread_db -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl_db/td_thr_tsd.os -MD -MP -MF /build/nptl_db/td_thr_tsd.os.dt -MT /build/nptl_db/td_thr_tsd.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from td_thr_tsd.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nptl_db/td_thr_tsd.os] Error 1 gcc -m32 td_thr_validate.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl_db -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libthread_db -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl_db/td_thr_validate.os -MD -MP -MF /build/nptl_db/td_thr_validate.os.dt -MT /build/nptl_db/td_thr_validate.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from thread_dbP.h:23, from td_thr_validate.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nptl_db/td_thr_validate.os] Error 1 gcc -m32 td_thr_dbsuspend.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl_db -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libthread_db -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl_db/td_thr_dbsuspend.os -MD -MP -MF /build/nptl_db/td_thr_dbsuspend.os.dt -MT /build/nptl_db/td_thr_dbsuspend.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from thread_dbP.h:23, from td_thr_dbsuspend.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nptl_db/td_thr_dbsuspend.os] Error 1 gcc -m32 td_thr_dbresume.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl_db -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libthread_db -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl_db/td_thr_dbresume.os -MD -MP -MF /build/nptl_db/td_thr_dbresume.os.dt -MT /build/nptl_db/td_thr_dbresume.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from thread_dbP.h:23, from td_thr_dbresume.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nptl_db/td_thr_dbresume.os] Error 1 gcc -m32 td_ta_setconcurrency.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl_db -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libthread_db -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl_db/td_ta_setconcurrency.os -MD -MP -MF /build/nptl_db/td_ta_setconcurrency.os.dt -MT /build/nptl_db/td_ta_setconcurrency.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from thread_dbP.h:23, from td_ta_setconcurrency.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nptl_db/td_ta_setconcurrency.os] Error 1 gcc -m32 td_ta_enable_stats.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl_db -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libthread_db -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl_db/td_ta_enable_stats.os -MD -MP -MF /build/nptl_db/td_ta_enable_stats.os.dt -MT /build/nptl_db/td_ta_enable_stats.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from thread_dbP.h:23, from td_ta_enable_stats.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nptl_db/td_ta_enable_stats.os] Error 1 gcc -m32 td_ta_reset_stats.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl_db -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libthread_db -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl_db/td_ta_reset_stats.os -MD -MP -MF /build/nptl_db/td_ta_reset_stats.os.dt -MT /build/nptl_db/td_ta_reset_stats.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from thread_dbP.h:23, from td_ta_reset_stats.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nptl_db/td_ta_reset_stats.os] Error 1 gcc -m32 td_ta_get_stats.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl_db -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libthread_db -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl_db/td_ta_get_stats.os -MD -MP -MF /build/nptl_db/td_ta_get_stats.os.dt -MT /build/nptl_db/td_ta_get_stats.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from thread_dbP.h:23, from td_ta_get_stats.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nptl_db/td_ta_get_stats.os] Error 1 gcc -m32 td_ta_event_addr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl_db -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libthread_db -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl_db/td_ta_event_addr.os -MD -MP -MF /build/nptl_db/td_ta_event_addr.os.dt -MT /build/nptl_db/td_ta_event_addr.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from thread_dbP.h:23, from td_ta_event_addr.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nptl_db/td_ta_event_addr.os] Error 1 gcc -m32 td_thr_event_enable.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl_db -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libthread_db -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl_db/td_thr_event_enable.os -MD -MP -MF /build/nptl_db/td_thr_event_enable.os.dt -MT /build/nptl_db/td_thr_event_enable.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from thread_dbP.h:23, from td_thr_event_enable.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nptl_db/td_thr_event_enable.os] Error 1 gcc -m32 td_thr_set_event.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl_db -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libthread_db -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl_db/td_thr_set_event.os -MD -MP -MF /build/nptl_db/td_thr_set_event.os.dt -MT /build/nptl_db/td_thr_set_event.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from td_thr_set_event.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nptl_db/td_thr_set_event.os] Error 1 gcc -m32 td_thr_clear_event.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl_db -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libthread_db -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl_db/td_thr_clear_event.os -MD -MP -MF /build/nptl_db/td_thr_clear_event.os.dt -MT /build/nptl_db/td_thr_clear_event.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from td_thr_clear_event.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nptl_db/td_thr_clear_event.os] Error 1 gcc -m32 td_thr_event_getmsg.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl_db -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libthread_db -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl_db/td_thr_event_getmsg.os -MD -MP -MF /build/nptl_db/td_thr_event_getmsg.os.dt -MT /build/nptl_db/td_thr_event_getmsg.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from thread_dbP.h:23, from td_thr_event_getmsg.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nptl_db/td_thr_event_getmsg.os] Error 1 gcc -m32 td_ta_set_event.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl_db -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libthread_db -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl_db/td_ta_set_event.os -MD -MP -MF /build/nptl_db/td_ta_set_event.os.dt -MT /build/nptl_db/td_ta_set_event.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from td_ta_set_event.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nptl_db/td_ta_set_event.os] Error 1 gcc -m32 td_ta_event_getmsg.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl_db -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libthread_db -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl_db/td_ta_event_getmsg.os -MD -MP -MF /build/nptl_db/td_ta_event_getmsg.os.dt -MT /build/nptl_db/td_ta_event_getmsg.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from td_ta_event_getmsg.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nptl_db/td_ta_event_getmsg.os] Error 1 gcc -m32 td_ta_clear_event.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl_db -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libthread_db -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl_db/td_ta_clear_event.os -MD -MP -MF /build/nptl_db/td_ta_clear_event.os.dt -MT /build/nptl_db/td_ta_clear_event.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from td_ta_clear_event.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nptl_db/td_ta_clear_event.os] Error 1 gcc -m32 td_symbol_list.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl_db -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libthread_db -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl_db/td_symbol_list.os -MD -MP -MF /build/nptl_db/td_symbol_list.os.dt -MT /build/nptl_db/td_symbol_list.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from td_symbol_list.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nptl_db/td_symbol_list.os] Error 1 gcc -m32 td_thr_tlsbase.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl_db -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libthread_db -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl_db/td_thr_tlsbase.os -MD -MP -MF /build/nptl_db/td_thr_tlsbase.os.dt -MT /build/nptl_db/td_thr_tlsbase.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from thread_dbP.h:23, from td_thr_tlsbase.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nptl_db/td_thr_tlsbase.os] Error 1 gcc -m32 td_thr_tls_get_addr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl_db -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libthread_db -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl_db/td_thr_tls_get_addr.os -MD -MP -MF /build/nptl_db/td_thr_tls_get_addr.os.dt -MT /build/nptl_db/td_thr_tls_get_addr.os In file included from ../elf/link.h:23, from ../include/link.h:35, from td_thr_tls_get_addr.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nptl_db/td_thr_tls_get_addr.os] Error 1 gcc -m32 fetch-value.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/nptl_db -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libthread_db -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nptl_db/fetch-value.os -MD -MP -MF /build/nptl_db/fetch-value.os.dt -MT /build/nptl_db/fetch-value.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from thread_dbP.h:23, from fetch-value.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nptl_db/fetch-value.os] Error 1 rm -f /build/nptl_db/libthread_db.so.1.new /bin/sh ../scripts/rellns-sh /build/nptl_db/libthread_db.so /build/nptl_db/libthread_db.so.1.new mv -f /build/nptl_db/libthread_db.so.1.new /build/nptl_db/libthread_db.so.1 make[2]: Target 'others' not remade because of errors. make[2]: Leaving directory '/glibc/nptl_db' make[1]: *** [Makefile:484: nptl_db/others] Error 2 make subdir=inet -C inet ..=../ others make[2]: Entering directory '/glibc/inet' make[2]: Nothing to be done for 'others'. make[2]: Leaving directory '/glibc/inet' make subdir=resolv -C resolv ..=../ others make[2]: Entering directory '/glibc/resolv' gcc -m32 base64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libresolv -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/base64.o -MD -MP -MF /build/resolv/base64.o.dt -MT /build/resolv/base64.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from base64.c:43: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/base64.o] Error 1 gcc -m32 compat-hooks.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libresolv -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/compat-hooks.o -MD -MP -MF /build/resolv/compat-hooks.o.dt -MT /build/resolv/compat-hooks.o In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../resolv/resolv.h:55, from ../include/resolv.h:14, from compat-hooks.c:36: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/compat-hooks.o] Error 1 gcc -m32 inet_net_ntop.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libresolv -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/inet_net_ntop.o -MD -MP -MF /build/resolv/inet_net_ntop.o.dt -MT /build/resolv/inet_net_ntop.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from inet_net_ntop.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/inet_net_ntop.o] Error 1 gcc -m32 inet_net_pton.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libresolv -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/inet_net_pton.o -MD -MP -MF /build/resolv/inet_net_pton.o.dt -MT /build/resolv/inet_net_pton.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from inet_net_pton.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/inet_net_pton.o] Error 1 gcc -m32 inet_neta.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libresolv -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/inet_neta.o -MD -MP -MF /build/resolv/inet_neta.o.dt -MT /build/resolv/inet_neta.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from inet_neta.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/inet_neta.o] Error 1 gcc -m32 ns_date.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libresolv -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/ns_date.o -MD -MP -MF /build/resolv/ns_date.o.dt -MT /build/resolv/ns_date.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ns_date.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/ns_date.o] Error 1 gcc -m32 ns_name.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libresolv -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/ns_name.o -MD -MP -MF /build/resolv/ns_name.o.dt -MT /build/resolv/ns_name.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ns_name.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/ns_name.o] Error 1 gcc -m32 ns_netint.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libresolv -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/ns_netint.o -MD -MP -MF /build/resolv/ns_netint.o.dt -MT /build/resolv/ns_netint.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ns_netint.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/ns_netint.o] Error 1 gcc -m32 ns_parse.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libresolv -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/ns_parse.o -MD -MP -MF /build/resolv/ns_parse.o.dt -MT /build/resolv/ns_parse.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ns_parse.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/ns_parse.o] Error 1 gcc -m32 ns_print.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libresolv -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/ns_print.o -MD -MP -MF /build/resolv/ns_print.o.dt -MT /build/resolv/ns_print.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ns_print.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/ns_print.o] Error 1 gcc -m32 ns_samedomain.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libresolv -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/ns_samedomain.o -MD -MP -MF /build/resolv/ns_samedomain.o.dt -MT /build/resolv/ns_samedomain.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ns_samedomain.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/ns_samedomain.o] Error 1 gcc -m32 ns_ttl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libresolv -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/ns_ttl.o -MD -MP -MF /build/resolv/ns_ttl.o.dt -MT /build/resolv/ns_ttl.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ns_ttl.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/ns_ttl.o] Error 1 gcc -m32 res-putget.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libresolv -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/res-putget.o -MD -MP -MF /build/resolv/res-putget.o.dt -MT /build/resolv/res-putget.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from res-putget.c:85: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res-putget.o] Error 1 gcc -m32 res_data.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libresolv -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/res_data.o -MD -MP -MF /build/resolv/res_data.o.dt -MT /build/resolv/res_data.o In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../resolv/resolv.h:55, from ../include/resolv.h:14, from res_data.c:36: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res_data.o] Error 1 gcc -m32 res_debug.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libresolv -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/res_debug.o -MD -MP -MF /build/resolv/res_debug.o.dt -MT /build/resolv/res_debug.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from res_debug.c:92: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res_debug.o] Error 1 gcc -m32 res_hostalias.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libresolv -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/res_hostalias.o -MD -MP -MF /build/resolv/res_hostalias.o.dt -MT /build/resolv/res_hostalias.o In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from res_hostalias.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res_hostalias.o] Error 1 gcc -m32 res_isourserver.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libresolv -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/res_isourserver.o -MD -MP -MF /build/resolv/res_isourserver.o.dt -MT /build/resolv/res_isourserver.o In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../resolv/resolv.h:55, from ../include/resolv.h:14, from ./resolv-internal.h:22, from res_isourserver.c:85: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res_isourserver.o] Error 1 gcc -m32 resolv-deprecated.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libresolv -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/resolv/resolv-deprecated.o -MD -MP -MF /build/resolv/resolv-deprecated.o.dt -MT /build/resolv/resolv-deprecated.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from resolv-deprecated.c:29: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/resolv-deprecated.o] Error 1 gcc -m32 base64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libresolv -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/base64.os -MD -MP -MF /build/resolv/base64.os.dt -MT /build/resolv/base64.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from base64.c:43: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/base64.os] Error 1 gcc -m32 compat-gethnamaddr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libresolv -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/compat-gethnamaddr.os -MD -MP -MF /build/resolv/compat-gethnamaddr.os.dt -MT /build/resolv/compat-gethnamaddr.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from compat-gethnamaddr.c:60: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/compat-gethnamaddr.os] Error 1 gcc -m32 compat-hooks.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libresolv -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/compat-hooks.os -MD -MP -MF /build/resolv/compat-hooks.os.dt -MT /build/resolv/compat-hooks.os In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../resolv/resolv.h:55, from ../include/resolv.h:14, from compat-hooks.c:36: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/compat-hooks.os] Error 1 gcc -m32 inet_net_ntop.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libresolv -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/inet_net_ntop.os -MD -MP -MF /build/resolv/inet_net_ntop.os.dt -MT /build/resolv/inet_net_ntop.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from inet_net_ntop.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/inet_net_ntop.os] Error 1 gcc -m32 inet_net_pton.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libresolv -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/inet_net_pton.os -MD -MP -MF /build/resolv/inet_net_pton.os.dt -MT /build/resolv/inet_net_pton.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from inet_net_pton.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/inet_net_pton.os] Error 1 gcc -m32 inet_neta.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libresolv -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/inet_neta.os -MD -MP -MF /build/resolv/inet_neta.os.dt -MT /build/resolv/inet_neta.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from inet_neta.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/inet_neta.os] Error 1 gcc -m32 ns_date.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libresolv -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/ns_date.os -MD -MP -MF /build/resolv/ns_date.os.dt -MT /build/resolv/ns_date.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ns_date.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/ns_date.os] Error 1 gcc -m32 ns_name.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libresolv -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/ns_name.os -MD -MP -MF /build/resolv/ns_name.os.dt -MT /build/resolv/ns_name.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ns_name.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/ns_name.os] Error 1 gcc -m32 ns_netint.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libresolv -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/ns_netint.os -MD -MP -MF /build/resolv/ns_netint.os.dt -MT /build/resolv/ns_netint.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ns_netint.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/ns_netint.os] Error 1 gcc -m32 ns_parse.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libresolv -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/ns_parse.os -MD -MP -MF /build/resolv/ns_parse.os.dt -MT /build/resolv/ns_parse.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ns_parse.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/ns_parse.os] Error 1 gcc -m32 ns_print.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libresolv -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/ns_print.os -MD -MP -MF /build/resolv/ns_print.os.dt -MT /build/resolv/ns_print.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ns_print.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/ns_print.os] Error 1 gcc -m32 ns_samedomain.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libresolv -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/ns_samedomain.os -MD -MP -MF /build/resolv/ns_samedomain.os.dt -MT /build/resolv/ns_samedomain.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ns_samedomain.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/ns_samedomain.os] Error 1 gcc -m32 ns_ttl.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libresolv -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/ns_ttl.os -MD -MP -MF /build/resolv/ns_ttl.os.dt -MT /build/resolv/ns_ttl.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ns_ttl.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/ns_ttl.os] Error 1 gcc -m32 res-putget.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libresolv -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/res-putget.os -MD -MP -MF /build/resolv/res-putget.os.dt -MT /build/resolv/res-putget.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from res-putget.c:85: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res-putget.os] Error 1 gcc -m32 res_data.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libresolv -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/res_data.os -MD -MP -MF /build/resolv/res_data.os.dt -MT /build/resolv/res_data.os In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../resolv/resolv.h:55, from ../include/resolv.h:14, from res_data.c:36: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res_data.os] Error 1 gcc -m32 res_debug.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libresolv -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/res_debug.os -MD -MP -MF /build/resolv/res_debug.os.dt -MT /build/resolv/res_debug.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from res_debug.c:92: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../math/bits/mathcalls.h:383:5: note: in expansion of macro '__GLIBC_USE' 383 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res_debug.os] Error 1 gcc -m32 res_hostalias.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libresolv -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/res_hostalias.os -MD -MP -MF /build/resolv/res_hostalias.os.dt -MT /build/resolv/res_hostalias.os In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from res_hostalias.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res_hostalias.os] Error 1 gcc -m32 res_isourserver.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libresolv -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/res_isourserver.os -MD -MP -MF /build/resolv/res_isourserver.os.dt -MT /build/resolv/res_isourserver.os In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../resolv/resolv.h:55, from ../include/resolv.h:14, from ./resolv-internal.h:22, from res_isourserver.c:85: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res_isourserver.os] Error 1 gcc -m32 resolv-deprecated.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libresolv -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/resolv-deprecated.os -MD -MP -MF /build/resolv/resolv-deprecated.os.dt -MT /build/resolv/resolv-deprecated.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from resolv-deprecated.c:29: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/resolv-deprecated.os] Error 1 make[2]: *** No rule to make target '/build/csu/crti.o', needed by '/build/resolv/libresolv.so'. make[2]: *** No rule to make target '/build/csu/crtn.o', needed by '/build/resolv/libresolv.so'. make[2]: *** No rule to make target '/build/csu/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/iconv/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/locale/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/assert/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/ctype/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/intl/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/catgets/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/math/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/setjmp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/signal/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/stdlib/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/stdio-common/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/libio/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/dlfcn/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/nptl/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/rt/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/malloc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/string/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/wcsmbs/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/time/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/dirent/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/grp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/pwd/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/posix/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/io/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/termios/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/resource/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/misc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/socket/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/sysvipc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/gmon/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/wctype/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/shadow/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/gshadow/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/argp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/debug/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/inet/stamp.os', needed by '/build/libc_pic.a'. gcc -m32 dn_comp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/dn_comp.os -MD -MP -MF /build/resolv/dn_comp.os.dt -MT /build/resolv/dn_comp.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from dn_comp.c:85: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/dn_comp.os] Error 1 gcc -m32 dn_expand.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/dn_expand.os -MD -MP -MF /build/resolv/dn_expand.os.dt -MT /build/resolv/dn_expand.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from dn_expand.c:85: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/dn_expand.os] Error 1 gcc -m32 dn_skipname.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/dn_skipname.os -MD -MP -MF /build/resolv/dn_skipname.os.dt -MT /build/resolv/dn_skipname.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from dn_skipname.c:85: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/dn_skipname.os] Error 1 gcc -m32 nss_dns/dns-canon.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/dns-canon.os -MD -MP -MF /build/resolv/dns-canon.os.dt -MT /build/resolv/dns-canon.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from nss_dns/dns-canon.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/dns-canon.os] Error 1 gcc -m32 nss_dns/dns-host.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/dns-host.os -MD -MP -MF /build/resolv/dns-host.os.dt -MT /build/resolv/dns-host.os In file included from ../stdlib/inttypes.h:25, from ../include/inttypes.h:2, from ../include/alloc_buffer.h:80, from nss_dns/dns-host.c:72: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/dns-host.os] Error 1 gcc -m32 nss_dns/dns-network.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/dns-network.os -MD -MP -MF /build/resolv/dns-network.os.dt -MT /build/resolv/dns-network.os In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from nss_dns/dns-network.c:57: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/dns-network.os] Error 1 gcc -m32 herror.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/herror.os -MD -MP -MF /build/resolv/herror.os.dt -MT /build/resolv/herror.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from herror.c:47: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/herror.os] Error 1 gcc -m32 inet_addr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/inet_addr.os -MD -MP -MF /build/resolv/inet_addr.os.dt -MT /build/resolv/inet_addr.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from inet_addr.c:85: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/inet_addr.os] Error 1 gcc -m32 inet_ntop.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/inet_ntop.os -MD -MP -MF /build/resolv/inet_ntop.os.dt -MT /build/resolv/inet_ntop.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from inet_ntop.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/inet_ntop.os] Error 1 gcc -m32 inet_pton.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/inet_pton.os -MD -MP -MF /build/resolv/inet_pton.os.dt -MT /build/resolv/inet_pton.os In file included from ../inet/arpa/inet.h:21, from ../include/arpa/inet.h:1, from inet_pton.c:35: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/inet_pton.os] Error 1 gcc -m32 ns_makecanon.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/ns_makecanon.os -MD -MP -MF /build/resolv/ns_makecanon.os.dt -MT /build/resolv/ns_makecanon.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ns_makecanon.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/ns_makecanon.os] Error 1 gcc -m32 ns_name_compress.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/ns_name_compress.os -MD -MP -MF /build/resolv/ns_name_compress.os.dt -MT /build/resolv/ns_name_compress.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ns_name_compress.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/ns_name_compress.os] Error 1 gcc -m32 ns_name_length_uncompressed.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/ns_name_length_uncompressed.os -MD -MP -MF /build/resolv/ns_name_length_uncompressed.os.dt -MT /build/resolv/ns_name_length_uncompressed.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ns_name_length_uncompressed.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/ns_name_length_uncompressed.os] Error 1 gcc -m32 ns_name_ntop.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/ns_name_ntop.os -MD -MP -MF /build/resolv/ns_name_ntop.os.dt -MT /build/resolv/ns_name_ntop.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ns_name_ntop.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/ns_name_ntop.os] Error 1 gcc -m32 ns_name_pack.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/ns_name_pack.os -MD -MP -MF /build/resolv/ns_name_pack.os.dt -MT /build/resolv/ns_name_pack.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ns_name_pack.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/ns_name_pack.os] Error 1 gcc -m32 ns_name_pton.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/ns_name_pton.os -MD -MP -MF /build/resolv/ns_name_pton.os.dt -MT /build/resolv/ns_name_pton.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ns_name_pton.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/ns_name_pton.os] Error 1 gcc -m32 ns_name_skip.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/ns_name_skip.os -MD -MP -MF /build/resolv/ns_name_skip.os.dt -MT /build/resolv/ns_name_skip.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ns_name_skip.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/ns_name_skip.os] Error 1 gcc -m32 ns_name_uncompress.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/ns_name_uncompress.os -MD -MP -MF /build/resolv/ns_name_uncompress.os.dt -MT /build/resolv/ns_name_uncompress.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ns_name_uncompress.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/ns_name_uncompress.os] Error 1 gcc -m32 ns_name_unpack.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/ns_name_unpack.os -MD -MP -MF /build/resolv/ns_name_unpack.os.dt -MT /build/resolv/ns_name_unpack.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ns_name_unpack.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/ns_name_unpack.os] Error 1 gcc -m32 ns_rr_cursor_init.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/ns_rr_cursor_init.os -MD -MP -MF /build/resolv/ns_rr_cursor_init.os.dt -MT /build/resolv/ns_rr_cursor_init.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ns_rr_cursor_init.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/ns_rr_cursor_init.os] Error 1 gcc -m32 ns_rr_cursor_next.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/ns_rr_cursor_next.os -MD -MP -MF /build/resolv/ns_rr_cursor_next.os.dt -MT /build/resolv/ns_rr_cursor_next.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ns_rr_cursor_next.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/ns_rr_cursor_next.os] Error 1 gcc -m32 ns_samebinaryname.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/ns_samebinaryname.os -MD -MP -MF /build/resolv/ns_samebinaryname.os.dt -MT /build/resolv/ns_samebinaryname.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ns_samebinaryname.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/ns_samebinaryname.os] Error 1 gcc -m32 ns_samename.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/ns_samename.os -MD -MP -MF /build/resolv/ns_samename.os.dt -MT /build/resolv/ns_samename.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ns_samename.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/ns_samename.os] Error 1 gcc -m32 nsap_addr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/nsap_addr.os -MD -MP -MF /build/resolv/nsap_addr.os.dt -MT /build/resolv/nsap_addr.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from nsap_addr.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/nsap_addr.os] Error 1 gcc -m32 nss_dns_functions.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/nss_dns_functions.os -MD -MP -MF /build/resolv/nss_dns_functions.os.dt -MT /build/resolv/nss_dns_functions.os In file included from ../nss/nss.h:24, from ../include/nss.h:2, from ../nss/nss_module.h:22, from nss_dns_functions.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/nss_dns_functions.os] Error 1 gcc -m32 res-close.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/res-close.os -MD -MP -MF /build/resolv/res-close.os.dt -MT /build/resolv/res-close.os In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../resolv/resolv.h:55, from ../include/resolv.h:14, from ./resolv-internal.h:22, from res-close.c:85: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res-close.os] Error 1 gcc -m32 res-name-checking.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/res-name-checking.os -MD -MP -MF /build/resolv/res-name-checking.os.dt -MT /build/resolv/res-name-checking.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from res-name-checking.c:85: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res-name-checking.os] Error 1 gcc -m32 res-noaaaa.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/res-noaaaa.os -MD -MP -MF /build/resolv/res-noaaaa.os.dt -MT /build/resolv/res-noaaaa.os In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../resolv/resolv.h:55, from ../include/resolv.h:14, from res-noaaaa.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res-noaaaa.os] Error 1 gcc -m32 res-state.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/res-state.os -MD -MP -MF /build/resolv/res-state.os.dt -MT /build/resolv/res-state.os In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../resolv/resolv.h:55, from ../include/resolv.h:14, from res-state.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res-state.os] Error 1 gcc -m32 res_context_hostalias.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/res_context_hostalias.os -MD -MP -MF /build/resolv/res_context_hostalias.os.dt -MT /build/resolv/res_context_hostalias.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from res_context_hostalias.c:85: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res_context_hostalias.os] Error 1 gcc -m32 res_enable_icmp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/res_enable_icmp.os -MD -MP -MF /build/resolv/res_enable_icmp.os.dt -MT /build/resolv/res_enable_icmp.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from res_enable_icmp.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res_enable_icmp.os] Error 1 gcc -m32 res_get_nsaddr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/res_get_nsaddr.os -MD -MP -MF /build/resolv/res_get_nsaddr.os.dt -MT /build/resolv/res_get_nsaddr.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from res_get_nsaddr.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res_get_nsaddr.os] Error 1 gcc -m32 res_hconf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/res_hconf.os -MD -MP -MF /build/resolv/res_hconf.os.dt -MT /build/resolv/res_hconf.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from res_hconf.c:27: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res_hconf.os] Error 1 gcc -m32 res_init.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/res_init.os -MD -MP -MF /build/resolv/res_init.os.dt -MT /build/resolv/res_init.os In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from res_init.c:85: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res_init.os] Error 1 gcc -m32 res_libc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/res_libc.os -MD -MP -MF /build/resolv/res_libc.os.dt -MT /build/resolv/res_libc.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../include/atomic.h:47, from res_libc.c:36: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res_libc.os] Error 1 gcc -m32 res_mkquery.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/res_mkquery.os -MD -MP -MF /build/resolv/res_mkquery.os.dt -MT /build/resolv/res_mkquery.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from res_mkquery.c:85: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res_mkquery.os] Error 1 gcc -m32 res_nameinquery.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/res_nameinquery.os -MD -MP -MF /build/resolv/res_nameinquery.os.dt -MT /build/resolv/res_nameinquery.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from res_nameinquery.c:85: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res_nameinquery.os] Error 1 gcc -m32 res_queriesmatch.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/res_queriesmatch.os -MD -MP -MF /build/resolv/res_queriesmatch.os.dt -MT /build/resolv/res_queriesmatch.os In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../resolv/resolv.h:55, from ../include/resolv.h:14, from res_queriesmatch.c:85: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res_queriesmatch.os] Error 1 gcc -m32 res_query.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/res_query.os -MD -MP -MF /build/resolv/res_query.os.dt -MT /build/resolv/res_query.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from res_query.c:67: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res_query.os] Error 1 gcc -m32 res_randomid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/res_randomid.os -MD -MP -MF /build/resolv/res_randomid.os.dt -MT /build/resolv/res_randomid.os In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from ../resolv/resolv.h:55, from ../include/resolv.h:14, from res_randomid.c:85: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res_randomid.os] Error 1 gcc -m32 res_send.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/res_send.os -MD -MP -MF /build/resolv/res_send.os.dt -MT /build/resolv/res_send.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from res_send.c:88: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/res_send.os] Error 1 gcc -m32 resolv_conf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/resolv_conf.os -MD -MP -MF /build/resolv/resolv_conf.os.dt -MT /build/resolv/resolv_conf.os In file included from ../inet/netinet/in.h:21, from ../include/netinet/in.h:3, from ./resolv_conf.h:22, from resolv_conf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/resolv_conf.os] Error 1 gcc -m32 resolv_context.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/resolv_context.os -MD -MP -MF /build/resolv/resolv_context.os.dt -MT /build/resolv/resolv_context.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../resolv/bits/types/res_state.h:4, from ../include/bits/types/res_state.h:1, from ./resolv_context.h:41, from resolv_context.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/resolv_context.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/gai_sigqueue.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/gai_sigqueue.os -MD -MP -MF /build/resolv/gai_sigqueue.os.dt -MT /build/resolv/gai_sigqueue.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/gai_sigqueue.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/resolv/gai_sigqueue.os] Error 1 gcc -m32 gai_cancel.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/gai_cancel.os -MD -MP -MF /build/resolv/gai_cancel.os.dt -MT /build/resolv/gai_cancel.os In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from gai_cancel.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/gai_cancel.os] Error 1 gcc -m32 gai_error.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/gai_error.os -MD -MP -MF /build/resolv/gai_error.os.dt -MT /build/resolv/gai_error.os In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from gai_error.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/gai_error.os] Error 1 gcc -m32 gai_misc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/gai_misc.os -MD -MP -MF /build/resolv/gai_misc.os.dt -MT /build/resolv/gai_misc.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from gai_misc.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/gai_misc.os] Error 1 gcc -m32 gai_notify.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/gai_notify.os -MD -MP -MF /build/resolv/gai_notify.os.dt -MT /build/resolv/gai_notify.os In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from gai_notify.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/gai_notify.os] Error 1 gcc -m32 gai_suspend.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/gai_suspend.os -MD -MP -MF /build/resolv/gai_suspend.os.dt -MT /build/resolv/gai_suspend.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from gai_suspend.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/gai_suspend.os] Error 1 gcc -m32 getaddrinfo_a.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/getaddrinfo_a.os -MD -MP -MF /build/resolv/getaddrinfo_a.os.dt -MT /build/resolv/getaddrinfo_a.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from getaddrinfo_a.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/getaddrinfo_a.os] Error 1 make[2]: *** No rule to make target '/build/nss/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/sunrpc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/nscd/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/login/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/elf/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/elf/ld.so', needed by '/build/libc.so'. make[2]: *** No rule to make target '/build/sunrpc/librpc_compat_pic.a', needed by '/build/linkobj/libc_pic.a'. make[2]: *** No rule to make target '/build/stdlib/stamp.oS', needed by '/build/libc_nonshared.a'. make[2]: *** No rule to make target '/build/nptl/stamp.oS', needed by '/build/libc_nonshared.a'. make[2]: *** No rule to make target '/build/debug/stamp.oS', needed by '/build/libc_nonshared.a'. gcc -m32 libanl-compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/resolv -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libanl -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/resolv/libanl-compat.os -MD -MP -MF /build/resolv/libanl-compat.os.dt -MT /build/resolv/libanl-compat.os In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from libanl-compat.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/resolv/libanl-compat.os] Error 1 make[2]: Target 'others' not remade because of errors. make[2]: Leaving directory '/glibc/resolv' make[1]: *** [Makefile:484: resolv/others] Error 2 make subdir=nss -C nss ..=../ others make[2]: Entering directory '/glibc/nss' gcc -m32 ../locale/programs/xmalloc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nonlib -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/xmalloc.o -MD -MP -MF /build/nss/xmalloc.o.dt -MT /build/nss/xmalloc.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../locale/programs/xmalloc.c:24: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/xmalloc.o] Error 1 gcc -m32 getent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nonlib -include ../include/libc-symbols.h -DPIC -DHAVE_SUNRPC=1 -DTOP_NAMESPACE=glibc -o /build/nss/getent.o -MD -MP -MF /build/nss/getent.o.dt -MT /build/nss/getent.o In file included from ../inet/aliases.h:21, from ../include/aliases.h:2, from getent.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/getent.o] Error 1 make[2]: *** No rule to make target '/build/csu/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/iconv/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/locale/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/assert/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/ctype/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/intl/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/catgets/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/math/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/setjmp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/signal/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/stdlib/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/stdio-common/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/libio/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/dlfcn/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/nptl/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/rt/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/malloc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/string/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/wcsmbs/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/time/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/dirent/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/grp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/pwd/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/posix/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/io/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/termios/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/resource/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/misc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/socket/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/sysvipc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/gmon/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/wctype/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/shadow/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/gshadow/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/argp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/debug/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/inet/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/resolv/stamp.os', needed by '/build/libc_pic.a'. gcc -m32 nsswitch.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/nsswitch.os -MD -MP -MF /build/nss/nsswitch.os.dt -MT /build/nss/nsswitch.os In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from nsswitch.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/nsswitch.os] Error 1 gcc -m32 getnssent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/getnssent.os -MD -MP -MF /build/nss/getnssent.os.dt -MT /build/nss/getnssent.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from getnssent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/getnssent.os] Error 1 gcc -m32 getnssent_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/getnssent_r.os -MD -MP -MF /build/nss/getnssent_r.os.dt -MT /build/nss/getnssent_r.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from getnssent_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/getnssent_r.os] Error 1 gcc -m32 digits_dots.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/digits_dots.os -MD -MP -MF /build/nss/digits_dots.os.dt -MT /build/nss/digits_dots.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from digits_dots.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/digits_dots.os] Error 1 gcc -m32 valid_field.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/valid_field.os -MD -MP -MF /build/nss/valid_field.os.dt -MT /build/nss/valid_field.os In file included from ../nss/nss.h:24, from ../include/nss.h:2, from valid_field.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/valid_field.os] Error 1 gcc -m32 valid_list_field.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/valid_list_field.os -MD -MP -MF /build/nss/valid_list_field.os.dt -MT /build/nss/valid_list_field.os In file included from ../nss/nss.h:24, from ../include/nss.h:2, from valid_list_field.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/valid_list_field.os] Error 1 gcc -m32 rewrite_field.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/rewrite_field.os -MD -MP -MF /build/nss/rewrite_field.os.dt -MT /build/nss/rewrite_field.os In file included from ../nss/nss.h:24, from ../include/nss.h:2, from rewrite_field.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/rewrite_field.os] Error 1 gcc -m32 proto-lookup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/proto-lookup.os -MD -MP -MF /build/nss/proto-lookup.os.dt -MT /build/nss/proto-lookup.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from XXX-lookup.c:18, from proto-lookup.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/proto-lookup.os] Error 1 gcc -m32 service-lookup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/service-lookup.os -MD -MP -MF /build/nss/service-lookup.os.dt -MT /build/nss/service-lookup.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from XXX-lookup.c:18, from service-lookup.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/service-lookup.os] Error 1 gcc -m32 hosts-lookup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/hosts-lookup.os -MD -MP -MF /build/nss/hosts-lookup.os.dt -MT /build/nss/hosts-lookup.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from XXX-lookup.c:18, from hosts-lookup.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/hosts-lookup.os] Error 1 gcc -m32 network-lookup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/network-lookup.os -MD -MP -MF /build/nss/network-lookup.os.dt -MT /build/nss/network-lookup.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from XXX-lookup.c:18, from network-lookup.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/network-lookup.os] Error 1 gcc -m32 grp-lookup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/grp-lookup.os -MD -MP -MF /build/nss/grp-lookup.os.dt -MT /build/nss/grp-lookup.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from XXX-lookup.c:18, from grp-lookup.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/grp-lookup.os] Error 1 gcc -m32 pwd-lookup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/pwd-lookup.os -MD -MP -MF /build/nss/pwd-lookup.os.dt -MT /build/nss/pwd-lookup.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from XXX-lookup.c:18, from pwd-lookup.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/pwd-lookup.os] Error 1 gcc -m32 ethers-lookup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/ethers-lookup.os -MD -MP -MF /build/nss/ethers-lookup.os.dt -MT /build/nss/ethers-lookup.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from XXX-lookup.c:18, from ethers-lookup.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/ethers-lookup.os] Error 1 gcc -m32 spwd-lookup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/spwd-lookup.os -MD -MP -MF /build/nss/spwd-lookup.os.dt -MT /build/nss/spwd-lookup.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from XXX-lookup.c:18, from spwd-lookup.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/spwd-lookup.os] Error 1 gcc -m32 netgrp-lookup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/netgrp-lookup.os -MD -MP -MF /build/nss/netgrp-lookup.os.dt -MT /build/nss/netgrp-lookup.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from XXX-lookup.c:18, from netgrp-lookup.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/netgrp-lookup.os] Error 1 gcc -m32 alias-lookup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/alias-lookup.os -MD -MP -MF /build/nss/alias-lookup.os.dt -MT /build/nss/alias-lookup.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from XXX-lookup.c:18, from alias-lookup.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/alias-lookup.os] Error 1 gcc -m32 sgrp-lookup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/sgrp-lookup.os -MD -MP -MF /build/nss/sgrp-lookup.os.dt -MT /build/nss/sgrp-lookup.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from XXX-lookup.c:18, from sgrp-lookup.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/sgrp-lookup.os] Error 1 gcc -m32 key-lookup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/key-lookup.os -MD -MP -MF /build/nss/key-lookup.os.dt -MT /build/nss/key-lookup.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from XXX-lookup.c:18, from key-lookup.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/key-lookup.os] Error 1 gcc -m32 rpc-lookup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/rpc-lookup.os -MD -MP -MF /build/nss/rpc-lookup.os.dt -MT /build/nss/rpc-lookup.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from XXX-lookup.c:18, from rpc-lookup.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/rpc-lookup.os] Error 1 gcc -m32 compat-lookup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/compat-lookup.os -MD -MP -MF /build/nss/compat-lookup.os.dt -MT /build/nss/compat-lookup.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ../nss/nsswitch.h:23, from ../include/nsswitch.h:1, from compat-lookup.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/compat-lookup.os] Error 1 gcc -m32 nss_hash.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/nss_hash.os -MD -MP -MF /build/nss/nss_hash.os.dt -MT /build/nss/nss_hash.os In file included from ../nss/nss.h:24, from ../include/nss.h:2, from nss_hash.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/nss_hash.os] Error 1 gcc -m32 nss_files_fopen.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/nss_files_fopen.os -MD -MP -MF /build/nss/nss_files_fopen.os.dt -MT /build/nss/nss_files_fopen.os In file included from ../nss/nss.h:24, from ../include/nss.h:2, from ../include/nss_files.h:22, from nss_files_fopen.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/nss_files_fopen.os] Error 1 gcc -m32 nss_readline.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/nss_readline.os -MD -MP -MF /build/nss/nss_readline.os.dt -MT /build/nss/nss_readline.os In file included from ../nss/nss.h:24, from ../include/nss.h:2, from ../include/nss_files.h:22, from nss_readline.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/nss_readline.os] Error 1 gcc -m32 nss_parse_line_result.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/nss_parse_line_result.os -MD -MP -MF /build/nss/nss_parse_line_result.os.dt -MT /build/nss/nss_parse_line_result.os In file included from ../nss/nss.h:24, from ../include/nss.h:2, from ../include/nss_files.h:22, from nss_parse_line_result.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/nss_parse_line_result.os] Error 1 gcc -m32 nss_fgetent_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/nss_fgetent_r.os -MD -MP -MF /build/nss/nss_fgetent_r.os.dt -MT /build/nss/nss_fgetent_r.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from nss_fgetent_r.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/nss_fgetent_r.os] Error 1 gcc -m32 nss_module.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/nss_module.os -MD -MP -MF /build/nss/nss_module.os.dt -MT /build/nss/nss_module.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ../nss/nsswitch.h:23, from ../include/nsswitch.h:1, from nss_module.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from nss_module.c:35: nss_module.c: In function 'module_load_builtin': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ nss_module.c:132:9: note: in expansion of macro 'PTR_MANGLE' 132 | PTR_MANGLE (module->functions.untyped[i]); | ^~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: note: each undeclared identifier is reported only once for each function it appears in 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ nss_module.c:132:9: note: in expansion of macro 'PTR_MANGLE' 132 | PTR_MANGLE (module->functions.untyped[i]); | ^~~~~~~~~~ nss_module.c: In function 'module_load_nss_files': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ nss_module.c:154:7: note: in expansion of macro 'PTR_DEMANGLE' 154 | PTR_DEMANGLE (cb); | ^~~~~~~~~~~~ nss_module.c: In function 'module_load': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ nss_module.c:238:7: note: in expansion of macro 'PTR_MANGLE' 238 | PTR_MANGLE (pointers[idx]); | ^~~~~~~~~~ nss_module.c: In function '__nss_module_get_function': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ nss_module.c:344:3: note: in expansion of macro 'PTR_DEMANGLE' 344 | PTR_DEMANGLE (fptr); | ^~~~~~~~~~~~ nss_module.c: In function '__nss_disable_nscd': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:40:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 40 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ nss_module.c:375:3: note: in expansion of macro 'PTR_MANGLE' 375 | PTR_MANGLE (cb); | ^~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/nss_module.os] Error 1 gcc -m32 nss_action.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/nss_action.os -MD -MP -MF /build/nss/nss_action.os.dt -MT /build/nss/nss_action.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ../nss/nsswitch.h:23, from ../include/nsswitch.h:1, from nss_action.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/nss_action.os] Error 1 gcc -m32 nss_action_parse.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/nss_action_parse.os -MD -MP -MF /build/nss/nss_action_parse.os.dt -MT /build/nss/nss_action_parse.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../misc/sys/param.h:25, from ../include/sys/param.h:1, from ../resolv/arpa/nameser.h:51, from ../include/arpa/nameser.h:3, from ../nss/nsswitch.h:23, from ../include/nsswitch.h:1, from nss_action_parse.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/nss_action_parse.os] Error 1 gcc -m32 nss_database.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/nss_database.os -MD -MP -MF /build/nss/nss_database.os.dt -MT /build/nss/nss_database.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from ../include/file_change_detection.h:23, from nss_database.h:22, from nss_database.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/nss_database.os] Error 1 gcc -m32 nss_files_data.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/nss_files_data.os -MD -MP -MF /build/nss/nss_files_data.os.dt -MT /build/nss/nss_files_data.os In file included from ../nss/nss.h:24, from ../include/nss.h:2, from ../include/nss_files.h:22, from nss_files_data.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/nss_files_data.os] Error 1 gcc -m32 nss_files_functions.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/nss_files_functions.os -MD -MP -MF /build/nss/nss_files_functions.os.dt -MT /build/nss/nss_files_functions.os In file included from ../nss/nss.h:24, from ../include/nss.h:2, from ./nss_module.h:22, from nss_files_functions.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/nss_files_functions.os] Error 1 gcc -m32 nss_files/files-proto.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/files-proto.os -MD -MP -MF /build/nss/files-proto.os.dt -MT /build/nss/files-proto.os In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from nss_files/files-proto.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/files-proto.os] Error 1 gcc -m32 nss_files/files-service.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/files-service.os -MD -MP -MF /build/nss/files-service.os.dt -MT /build/nss/files-service.os In file included from ../inet/netinet/in.h:21, from ../include/netinet/in.h:3, from nss_files/files-service.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/files-service.os] Error 1 gcc -m32 nss_files/files-hosts.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/files-hosts.os -MD -MP -MF /build/nss/files-hosts.os.dt -MT /build/nss/files-hosts.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from nss_files/files-hosts.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/files-hosts.os] Error 1 gcc -m32 nss_files/files-network.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/files-network.os -MD -MP -MF /build/nss/files-network.os.dt -MT /build/nss/files-network.os In file included from ../inet/netinet/in.h:21, from ../include/netinet/in.h:3, from nss_files/files-network.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/files-network.os] Error 1 gcc -m32 nss_files/files-grp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/files-grp.os -MD -MP -MF /build/nss/files-grp.os.dt -MT /build/nss/files-grp.os In file included from ../grp/grp.h:25, from ../include/grp.h:2, from nss_files/files-grp.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/files-grp.os] Error 1 gcc -m32 nss_files/files-pwd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/files-pwd.os -MD -MP -MF /build/nss/files-pwd.os.dt -MT /build/nss/files-pwd.os In file included from ../pwd/pwd.h:25, from ../include/pwd.h:2, from nss_files/files-pwd.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/files-pwd.os] Error 1 gcc -m32 nss_files/files-ethers.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/files-ethers.os -MD -MP -MF /build/nss/files-ethers.os.dt -MT /build/nss/files-ethers.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from nss_files/files-ethers.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/files-ethers.os] Error 1 gcc -m32 nss_files/files-spwd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/files-spwd.os -MD -MP -MF /build/nss/files-spwd.os.dt -MT /build/nss/files-spwd.os In file included from ../shadow/shadow.h:27, from ../include/shadow.h:2, from nss_files/files-spwd.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/files-spwd.os] Error 1 gcc -m32 nss_files/files-netgrp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/files-netgrp.os -MD -MP -MF /build/nss/files-netgrp.os.dt -MT /build/nss/files-netgrp.os In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from nss_files/files-netgrp.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/files-netgrp.os] Error 1 gcc -m32 nss_files/files-alias.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/files-alias.os -MD -MP -MF /build/nss/files-alias.os.dt -MT /build/nss/files-alias.os In file included from ../inet/aliases.h:21, from ../include/aliases.h:2, from nss_files/files-alias.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/files-alias.os] Error 1 gcc -m32 nss_files/files-sgrp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/files-sgrp.os -MD -MP -MF /build/nss/files-sgrp.os.dt -MT /build/nss/files-sgrp.os In file included from ../gshadow/gshadow.h:23, from ../include/gshadow.h:2, from nss_files/files-sgrp.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/files-sgrp.os] Error 1 gcc -m32 nss_files/files-rpc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/files-rpc.os -MD -MP -MF /build/nss/files-rpc.os.dt -MT /build/nss/files-rpc.os In file included from ../inet/rpc/netdb.h:39, from ../include/rpc/netdb.h:2, from nss_files/files-rpc.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/files-rpc.os] Error 1 gcc -m32 nss_files/files-init.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/files-init.os -MD -MP -MF /build/nss/files-init.os.dt -MT /build/nss/files-init.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from nss_files/files-init.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/files-init.os] Error 1 gcc -m32 nss_files/files-initgroups.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/files-initgroups.os -MD -MP -MF /build/nss/files-initgroups.os.dt -MT /build/nss/files-initgroups.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from nss_files/files-initgroups.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/files-initgroups.os] Error 1 make[2]: *** No rule to make target '/build/sunrpc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/nscd/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/login/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/elf/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/elf/ld.so', needed by '/build/libc.so'. make[2]: *** No rule to make target '/build/stdlib/stamp.oS', needed by '/build/libc_nonshared.a'. make[2]: *** No rule to make target '/build/nptl/stamp.oS', needed by '/build/libc_nonshared.a'. make[2]: *** No rule to make target '/build/debug/stamp.oS', needed by '/build/libc_nonshared.a'. make[2]: *** No rule to make target '/build/csu/start.o', needed by '/build/nss/getent'. make[2]: *** No rule to make target '/build/csu/crti.o', needed by '/build/nss/getent'. make[2]: *** No rule to make target '/build/csu/crtn.o', needed by '/build/nss/getent'. gcc -m32 makedb.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nonlib -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/nss/makedb.o -MD -MP -MF /build/nss/makedb.o.dt -MT /build/nss/makedb.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from ../argp/argp.h:23, from ../include/argp.h:2, from makedb.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/makedb.o] Error 1 make[2]: *** No rule to make target '/build/sunrpc/librpc_compat_pic.a', needed by '/build/linkobj/libc_pic.a'. gcc -m32 /build/nss/db-proto.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnss_db -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/db-proto.os -MD -MP -MF /build/nss/db-proto.os.dt -MT /build/nss/db-proto.os In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from ./nss_files/files-proto.c:19, from /build/nss/db-proto.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/db-proto.os] Error 1 gcc -m32 /build/nss/db-service.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnss_db -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/db-service.os -MD -MP -MF /build/nss/db-service.os.dt -MT /build/nss/db-service.os In file included from ../inet/netinet/in.h:21, from ../include/netinet/in.h:3, from ./nss_files/files-service.c:19, from /build/nss/db-service.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/db-service.os] Error 1 gcc -m32 /build/nss/db-grp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnss_db -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/db-grp.os -MD -MP -MF /build/nss/db-grp.os.dt -MT /build/nss/db-grp.os In file included from ../grp/grp.h:25, from ../include/grp.h:2, from ./nss_files/files-grp.c:19, from /build/nss/db-grp.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/db-grp.os] Error 1 gcc -m32 /build/nss/db-pwd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnss_db -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/db-pwd.os -MD -MP -MF /build/nss/db-pwd.os.dt -MT /build/nss/db-pwd.os In file included from ../pwd/pwd.h:25, from ../include/pwd.h:2, from ./nss_files/files-pwd.c:19, from /build/nss/db-pwd.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/db-pwd.os] Error 1 gcc -m32 /build/nss/db-ethers.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnss_db -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/db-ethers.os -MD -MP -MF /build/nss/db-ethers.os.dt -MT /build/nss/db-ethers.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from ./nss_files/files-ethers.c:18, from /build/nss/db-ethers.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/db-ethers.os] Error 1 gcc -m32 /build/nss/db-spwd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnss_db -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/db-spwd.os -MD -MP -MF /build/nss/db-spwd.os.dt -MT /build/nss/db-spwd.os In file included from ../shadow/shadow.h:27, from ../include/shadow.h:2, from ./nss_files/files-spwd.c:19, from /build/nss/db-spwd.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/db-spwd.os] Error 1 gcc -m32 nss_db/db-netgrp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnss_db -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/db-netgrp.os -MD -MP -MF /build/nss/db-netgrp.os.dt -MT /build/nss/db-netgrp.os In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from nss_db/db-netgrp.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/db-netgrp.os] Error 1 gcc -m32 /build/nss/db-sgrp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnss_db -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/db-sgrp.os -MD -MP -MF /build/nss/db-sgrp.os.dt -MT /build/nss/db-sgrp.os In file included from ../gshadow/gshadow.h:23, from ../include/gshadow.h:2, from ./nss_files/files-sgrp.c:19, from /build/nss/db-sgrp.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/db-sgrp.os] Error 1 gcc -m32 /build/nss/db-rpc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnss_db -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/db-rpc.os -MD -MP -MF /build/nss/db-rpc.os.dt -MT /build/nss/db-rpc.os In file included from ../inet/rpc/netdb.h:39, from ../include/rpc/netdb.h:2, from ./nss_files/files-rpc.c:19, from /build/nss/db-rpc.c:3: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/db-rpc.os] Error 1 gcc -m32 nss_db/db-initgroups.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnss_db -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/db-initgroups.os -MD -MP -MF /build/nss/db-initgroups.os.dt -MT /build/nss/db-initgroups.os In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from nss_db/db-initgroups.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/db-initgroups.os] Error 1 gcc -m32 nss_db/db-open.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnss_db -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/db-open.os -MD -MP -MF /build/nss/db-open.os.dt -MT /build/nss/db-open.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from nss_db/db-open.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/db-open.os] Error 1 gcc -m32 nss_db/db-init.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnss_db -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/db-init.os -MD -MP -MF /build/nss/db-init.os.dt -MT /build/nss/db-init.os In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../nscd/nscd.h:21, from nss_db/db-init.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/db-init.os] Error 1 gcc -m32 nss_compat/compat-grp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnss_compat -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/compat-grp.os -MD -MP -MF /build/nss/compat-grp.os.dt -MT /build/nss/compat-grp.os In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from nss_compat/compat-grp.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/compat-grp.os] Error 1 gcc -m32 nss_compat/compat-pwd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnss_compat -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/compat-pwd.os -MD -MP -MF /build/nss/compat-pwd.os.dt -MT /build/nss/compat-pwd.os In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from nss_compat/compat-pwd.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/compat-pwd.os] Error 1 gcc -m32 nss_compat/compat-spwd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnss_compat -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/compat-spwd.os -MD -MP -MF /build/nss/compat-spwd.os.dt -MT /build/nss/compat-spwd.os In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from nss_compat/compat-spwd.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/compat-spwd.os] Error 1 gcc -m32 nss_compat/compat-initgroups.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnss_compat -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/compat-initgroups.os -MD -MP -MF /build/nss/compat-initgroups.os.dt -MT /build/nss/compat-initgroups.os In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from nss_compat/compat-initgroups.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/compat-initgroups.os] Error 1 gcc -m32 nss_compat/nisdomain.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/nss -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnss_compat -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nss/nisdomain.os -MD -MP -MF /build/nss/nisdomain.os.dt -MT /build/nss/nisdomain.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from nss_compat/nisdomain.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nss/nisdomain.os] Error 1 make[2]: Target 'others' not remade because of errors. make[2]: Leaving directory '/glibc/nss' make[1]: *** [Makefile:484: nss/others] Error 2 make subdir=hesiod -C hesiod ..=../ others make[2]: Entering directory '/glibc/hesiod' gcc -m32 hesiod.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/hesiod -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnss_hesiod -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/hesiod/hesiod.os -MD -MP -MF /build/hesiod/hesiod.os.dt -MT /build/hesiod/hesiod.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from hesiod.c:49: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/hesiod/hesiod.os] Error 1 gcc -m32 nss_hesiod/hesiod-grp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/hesiod -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnss_hesiod -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/hesiod/hesiod-grp.os -MD -MP -MF /build/hesiod/hesiod-grp.os.dt -MT /build/hesiod/hesiod-grp.os In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from nss_hesiod/hesiod-grp.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/hesiod/hesiod-grp.os] Error 1 gcc -m32 nss_hesiod/hesiod-proto.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/hesiod -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnss_hesiod -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/hesiod/hesiod-proto.os -MD -MP -MF /build/hesiod/hesiod-proto.os.dt -MT /build/hesiod/hesiod-proto.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from nss_hesiod/hesiod-proto.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/hesiod/hesiod-proto.os] Error 1 gcc -m32 nss_hesiod/hesiod-pwd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/hesiod -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnss_hesiod -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/hesiod/hesiod-pwd.os -MD -MP -MF /build/hesiod/hesiod-pwd.os.dt -MT /build/hesiod/hesiod-pwd.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from nss_hesiod/hesiod-pwd.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/hesiod/hesiod-pwd.os] Error 1 gcc -m32 nss_hesiod/hesiod-service.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/hesiod -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnss_hesiod -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/hesiod/hesiod-service.os -MD -MP -MF /build/hesiod/hesiod-service.os.dt -MT /build/hesiod/hesiod-service.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from nss_hesiod/hesiod-service.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/hesiod/hesiod-service.os] Error 1 make[2]: *** No rule to make target '/build/resolv/libresolv.so', needed by '/build/hesiod/libnss_hesiod.so'. make[2]: *** No rule to make target '/build/nss/libnss_files.so', needed by '/build/hesiod/libnss_hesiod.so'. make[2]: Target 'others' not remade because of errors. make[2]: Leaving directory '/glibc/hesiod' make[1]: *** [Makefile:484: hesiod/others] Error 2 make subdir=sunrpc -C sunrpc ..=../ others make[2]: Entering directory '/glibc/sunrpc' gcc -m32 auth_des.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/compat-auth_des.os -MD -MP -MF /build/sunrpc/compat-auth_des.os.dt -MT /build/sunrpc/compat-auth_des.os -DEXPORT_RPC_SYMBOLS In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from auth_des.c:35: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [Makefile:91: /build/sunrpc/compat-auth_des.os] Error 1 gcc -m32 auth_unix.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/compat-auth_unix.os -MD -MP -MF /build/sunrpc/compat-auth_unix.os.dt -MT /build/sunrpc/compat-auth_unix.os -DEXPORT_RPC_SYMBOLS In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from auth_unix.c:40: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [Makefile:91: /build/sunrpc/compat-auth_unix.os] Error 1 gcc -m32 clnt_gen.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/compat-clnt_gen.os -MD -MP -MF /build/sunrpc/compat-clnt_gen.os.dt -MT /build/sunrpc/compat-clnt_gen.os -DEXPORT_RPC_SYMBOLS In file included from ../stdlib/alloca.h:21, from ../include/alloca.h:3, from clnt_gen.c:32: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [Makefile:91: /build/sunrpc/compat-clnt_gen.os] Error 1 gcc -m32 clnt_perr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/compat-clnt_perr.os -MD -MP -MF /build/sunrpc/compat-clnt_perr.os.dt -MT /build/sunrpc/compat-clnt_perr.os -DEXPORT_RPC_SYMBOLS In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from clnt_perr.c:33: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [Makefile:91: /build/sunrpc/compat-clnt_perr.os] Error 1 gcc -m32 clnt_tcp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/compat-clnt_tcp.os -MD -MP -MF /build/sunrpc/compat-clnt_tcp.os.dt -MT /build/sunrpc/compat-clnt_tcp.os -DEXPORT_RPC_SYMBOLS In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from clnt_tcp.c:47: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [Makefile:91: /build/sunrpc/compat-clnt_tcp.os] Error 1 gcc -m32 clnt_udp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/compat-clnt_udp.os -MD -MP -MF /build/sunrpc/compat-clnt_udp.os.dt -MT /build/sunrpc/compat-clnt_udp.os -DEXPORT_RPC_SYMBOLS In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from clnt_udp.c:34: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [Makefile:91: /build/sunrpc/compat-clnt_udp.os] Error 1 gcc -m32 get_myaddr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/compat-get_myaddr.os -MD -MP -MF /build/sunrpc/compat-get_myaddr.os.dt -MT /build/sunrpc/compat-get_myaddr.os -DEXPORT_RPC_SYMBOLS In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../sunrpc/rpc/types.h:60, from ../include/rpc/types.h:1, from get_myaddr.c:35: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [Makefile:91: /build/sunrpc/compat-get_myaddr.os] Error 1 gcc -m32 key_call.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/compat-key_call.os -MD -MP -MF /build/sunrpc/compat-key_call.os.dt -MT /build/sunrpc/compat-key_call.os -DEXPORT_RPC_SYMBOLS In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from key_call.c:39: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [Makefile:91: /build/sunrpc/compat-key_call.os] Error 1 gcc -m32 netname.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/compat-netname.os -MD -MP -MF /build/sunrpc/compat-netname.os.dt -MT /build/sunrpc/compat-netname.os -DEXPORT_RPC_SYMBOLS In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from netname.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [Makefile:91: /build/sunrpc/compat-netname.os] Error 1 gcc -m32 pm_getport.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/compat-pm_getport.os -MD -MP -MF /build/sunrpc/compat-pm_getport.os.dt -MT /build/sunrpc/compat-pm_getport.os -DEXPORT_RPC_SYMBOLS In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from pm_getport.c:36: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [Makefile:91: /build/sunrpc/compat-pm_getport.os] Error 1 gcc -m32 rpc_thread.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/compat-rpc_thread.os -MD -MP -MF /build/sunrpc/compat-rpc_thread.os.dt -MT /build/sunrpc/compat-rpc_thread.os -DEXPORT_RPC_SYMBOLS In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from rpc_thread.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [Makefile:91: /build/sunrpc/compat-rpc_thread.os] Error 1 gcc -m32 svc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/compat-svc.os -MD -MP -MF /build/sunrpc/compat-svc.os.dt -MT /build/sunrpc/compat-svc.os -DEXPORT_RPC_SYMBOLS In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from svc.c:54: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [Makefile:91: /build/sunrpc/compat-svc.os] Error 1 gcc -m32 svc_tcp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/compat-svc_tcp.os -MD -MP -MF /build/sunrpc/compat-svc_tcp.os.dt -MT /build/sunrpc/compat-svc_tcp.os -DEXPORT_RPC_SYMBOLS In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from svc_tcp.c:55: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [Makefile:91: /build/sunrpc/compat-svc_tcp.os] Error 1 gcc -m32 svc_udp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/compat-svc_udp.os -MD -MP -MF /build/sunrpc/compat-svc_udp.os.dt -MT /build/sunrpc/compat-svc_udp.os -DEXPORT_RPC_SYMBOLS In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from svc_udp.c:53: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [Makefile:91: /build/sunrpc/compat-svc_udp.os] Error 1 gcc -m32 xcrypt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/compat-xcrypt.os -MD -MP -MF /build/sunrpc/compat-xcrypt.os.dt -MT /build/sunrpc/compat-xcrypt.os -DEXPORT_RPC_SYMBOLS In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from xcrypt.c:44: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [Makefile:91: /build/sunrpc/compat-xcrypt.os] Error 1 gcc -m32 xdr_array.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/compat-xdr_array.os -MD -MP -MF /build/sunrpc/compat-xdr_array.os.dt -MT /build/sunrpc/compat-xdr_array.os -DEXPORT_RPC_SYMBOLS In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from xdr_array.c:37: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [Makefile:91: /build/sunrpc/compat-xdr_array.os] Error 1 gcc -m32 xdr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/compat-xdr.os -MD -MP -MF /build/sunrpc/compat-xdr.os.dt -MT /build/sunrpc/compat-xdr.os -DEXPORT_RPC_SYMBOLS In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from xdr.c:38: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [Makefile:91: /build/sunrpc/compat-xdr.os] Error 1 gcc -m32 xdr_intXX_t.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/compat-xdr_intXX_t.os -MD -MP -MF /build/sunrpc/compat-xdr_intXX_t.os.dt -MT /build/sunrpc/compat-xdr_intXX_t.os -DEXPORT_RPC_SYMBOLS In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../sunrpc/rpc/types.h:60, from ../include/rpc/types.h:1, from xdr_intXX_t.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [Makefile:91: /build/sunrpc/compat-xdr_intXX_t.os] Error 1 gcc -m32 xdr_mem.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/compat-xdr_mem.os -MD -MP -MF /build/sunrpc/compat-xdr_mem.os.dt -MT /build/sunrpc/compat-xdr_mem.os -DEXPORT_RPC_SYMBOLS In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from xdr_mem.c:38: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [Makefile:91: /build/sunrpc/compat-xdr_mem.os] Error 1 gcc -m32 xdr_ref.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/compat-xdr_ref.os -MD -MP -MF /build/sunrpc/compat-xdr_ref.os.dt -MT /build/sunrpc/compat-xdr_ref.os -DEXPORT_RPC_SYMBOLS In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from xdr_ref.c:37: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from : ../include/wchar.h:153:20: error: 'wcstof128' undeclared here (not in a function); did you mean 'wcstof128_l'? 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~ ./../include/libc-symbols.h:459:27: note: in definition of macro '__hidden_proto' 459 | extern thread __typeof (name) name __asm__ (__hidden_asmname (#internal)) \ | ^~~~ ./../include/libc-symbols.h:553:44: note: in expansion of macro 'hidden_proto' 553 | # define libc_hidden_proto(name, attrs...) hidden_proto (name, ##attrs) | ^~~~~~~~~~~~ ../include/wchar.h:153:1: note: in expansion of macro 'libc_hidden_proto' 153 | libc_hidden_proto (wcstof128) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [Makefile:91: /build/sunrpc/compat-xdr_ref.os] Error 1 gcc -m32 xdr_sizeof.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/compat-xdr_sizeof.os -MD -MP -MF /build/sunrpc/compat-xdr_sizeof.os.dt -MT /build/sunrpc/compat-xdr_sizeof.os -DEXPORT_RPC_SYMBOLS In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../sunrpc/rpc/types.h:60, from ../include/rpc/types.h:1, from xdr_sizeof.c:37: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [Makefile:91: /build/sunrpc/compat-xdr_sizeof.os] Error 1 gcc -m32 xdr_stdio.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/compat-xdr_stdio.os -MD -MP -MF /build/sunrpc/compat-xdr_stdio.os.dt -MT /build/sunrpc/compat-xdr_stdio.os -DEXPORT_RPC_SYMBOLS In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../sunrpc/rpc/types.h:60, from ../include/rpc/types.h:1, from xdr_stdio.c:38: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [Makefile:91: /build/sunrpc/compat-xdr_stdio.os] Error 1 gcc -m32 svc_run.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/sunrpc -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/sunrpc/compat-svc_run.os -MD -MP -MF /build/sunrpc/compat-svc_run.os.dt -MT /build/sunrpc/compat-svc_run.os -DEXPORT_RPC_SYMBOLS In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from svc_run.c:34: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [Makefile:91: /build/sunrpc/compat-svc_run.os] Error 1 make[2]: Target 'others' not remade because of errors. make[2]: Leaving directory '/glibc/sunrpc' make[1]: *** [Makefile:484: sunrpc/others] Error 2 make subdir=nis -C nis ..=../ others make[2]: Entering directory '/glibc/nis' gcc -m32 yp_xdr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/nis -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnsl -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nis/yp_xdr.os -MD -MP -MF /build/nis/yp_xdr.os.dt -MT /build/nis/yp_xdr.os In file included from ../nis/rpcsvc/yp.h:35, from ../include/rpcsvc/yp.h:2, from yp_xdr.c:32: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nis/yp_xdr.os] Error 1 gcc -m32 ypclnt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -DUSE_BINDINGDIR=1 -I../include -I/build/nis -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnsl -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nis/ypclnt.os -MD -MP -MF /build/nis/ypclnt.os.dt -MT /build/nis/ypclnt.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ypclnt.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nis/ypclnt.os] Error 1 gcc -m32 ypupdate_xdr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/nis -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnsl -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nis/ypupdate_xdr.os -MD -MP -MF /build/nis/ypupdate_xdr.os.dt -MT /build/nis/ypupdate_xdr.os In file included from ../nis/rpcsvc/ypupd.h:36, from ../include/rpcsvc/ypupd.h:2, from ypupdate_xdr.c:32: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nis/ypupdate_xdr.os] Error 1 gcc -m32 nis_subr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/nis -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnsl -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nis/nis_subr.os -MD -MP -MF /build/nis/nis_subr.os.dt -MT /build/nis/nis_subr.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from nis_subr.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nis/nis_subr.os] Error 1 gcc -m32 nis_local_names.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/nis -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnsl -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nis/nis_local_names.os -MD -MP -MF /build/nis/nis_local_names.os.dt -MT /build/nis/nis_local_names.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from nis_local_names.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nis/nis_local_names.os] Error 1 gcc -m32 nis_free.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/nis -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnsl -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nis/nis_free.os -MD -MP -MF /build/nis/nis_free.os.dt -MT /build/nis/nis_free.os In file included from ../nis/rpcsvc/nis.h:35, from ../include/rpcsvc/nis.h:1, from nis_free.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nis/nis_free.os] Error 1 gcc -m32 nis_file.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/nis -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnsl -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nis/nis_file.os -MD -MP -MF /build/nis/nis_file.os.dt -MT /build/nis/nis_file.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from nis_file.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nis/nis_file.os] Error 1 gcc -m32 nis_print.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/nis -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnsl -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nis/nis_print.os -MD -MP -MF /build/nis/nis_print.os.dt -MT /build/nis/nis_print.os In file included from ../time/time.h:25, from ../include/time.h:2, from nis_print.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nis/nis_print.os] Error 1 gcc -m32 nis_error.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/nis -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnsl -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nis/nis_error.os -MD -MP -MF /build/nis/nis_error.os.dt -MT /build/nis/nis_error.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from nis_error.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nis/nis_error.os] Error 1 gcc -m32 nis_call.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/nis -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnsl -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nis/nis_call.os -MD -MP -MF /build/nis/nis_call.os.dt -MT /build/nis/nis_call.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from nis_call.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nis/nis_call.os] Error 1 gcc -m32 nis_lookup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/nis -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnsl -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nis/nis_lookup.os -MD -MP -MF /build/nis/nis_lookup.os.dt -MT /build/nis/nis_lookup.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from nis_lookup.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nis/nis_lookup.os] Error 1 gcc -m32 nis_table.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/nis -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnsl -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nis/nis_table.os -MD -MP -MF /build/nis/nis_table.os.dt -MT /build/nis/nis_table.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from nis_table.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nis/nis_table.os] Error 1 gcc -m32 nis_xdr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/nis -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnsl -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nis/nis_xdr.os -MD -MP -MF /build/nis/nis_xdr.os.dt -MT /build/nis/nis_xdr.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from nis_xdr.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nis/nis_xdr.os] Error 1 gcc -m32 nis_server.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/nis -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnsl -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nis/nis_server.os -MD -MP -MF /build/nis/nis_server.os.dt -MT /build/nis/nis_server.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from nis_server.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nis/nis_server.os] Error 1 gcc -m32 nis_ping.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/nis -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnsl -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nis/nis_ping.os -MD -MP -MF /build/nis/nis_ping.os.dt -MT /build/nis/nis_ping.os In file included from ../nis/rpcsvc/nis.h:35, from ../include/rpcsvc/nis.h:1, from nis_ping.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nis/nis_ping.os] Error 1 gcc -m32 nis_checkpoint.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/nis -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnsl -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nis/nis_checkpoint.os -MD -MP -MF /build/nis/nis_checkpoint.os.dt -MT /build/nis/nis_checkpoint.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from nis_checkpoint.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nis/nis_checkpoint.os] Error 1 gcc -m32 nis_mkdir.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/nis -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnsl -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nis/nis_mkdir.os -MD -MP -MF /build/nis/nis_mkdir.os.dt -MT /build/nis/nis_mkdir.os In file included from ../nis/rpcsvc/nis.h:35, from ../include/rpcsvc/nis.h:1, from nis_mkdir.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nis/nis_mkdir.os] Error 1 gcc -m32 nis_rmdir.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/nis -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnsl -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nis/nis_rmdir.os -MD -MP -MF /build/nis/nis_rmdir.os.dt -MT /build/nis/nis_rmdir.os In file included from ../nis/rpcsvc/nis.h:35, from ../include/rpcsvc/nis.h:1, from nis_rmdir.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nis/nis_rmdir.os] Error 1 gcc -m32 nis_getservlist.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/nis -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnsl -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nis/nis_getservlist.os -MD -MP -MF /build/nis/nis_getservlist.os.dt -MT /build/nis/nis_getservlist.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from nis_getservlist.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nis/nis_getservlist.os] Error 1 gcc -m32 nis_verifygroup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/nis -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnsl -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nis/nis_verifygroup.os -MD -MP -MF /build/nis/nis_verifygroup.os.dt -MT /build/nis/nis_verifygroup.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from nis_verifygroup.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nis/nis_verifygroup.os] Error 1 gcc -m32 nis_ismember.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/nis -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnsl -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nis/nis_ismember.os -MD -MP -MF /build/nis/nis_ismember.os.dt -MT /build/nis/nis_ismember.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from nis_ismember.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nis/nis_ismember.os] Error 1 gcc -m32 nis_addmember.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/nis -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnsl -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nis/nis_addmember.os -MD -MP -MF /build/nis/nis_addmember.os.dt -MT /build/nis/nis_addmember.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from nis_addmember.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nis/nis_addmember.os] Error 1 gcc -m32 nis_util.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/nis -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnsl -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nis/nis_util.os -MD -MP -MF /build/nis/nis_util.os.dt -MT /build/nis/nis_util.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from nis_util.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nis/nis_util.os] Error 1 gcc -m32 nis_removemember.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/nis -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnsl -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nis/nis_removemember.os -MD -MP -MF /build/nis/nis_removemember.os.dt -MT /build/nis/nis_removemember.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from nis_removemember.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nis/nis_removemember.os] Error 1 gcc -m32 nis_creategroup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/nis -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnsl -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nis/nis_creategroup.os -MD -MP -MF /build/nis/nis_creategroup.os.dt -MT /build/nis/nis_creategroup.os In file included from ../time/time.h:25, from ../include/time.h:2, from nis_creategroup.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nis/nis_creategroup.os] Error 1 gcc -m32 nis_destroygroup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/nis -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnsl -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nis/nis_destroygroup.os -MD -MP -MF /build/nis/nis_destroygroup.os.dt -MT /build/nis/nis_destroygroup.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from nis_destroygroup.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nis/nis_destroygroup.os] Error 1 gcc -m32 nis_print_group_entry.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/nis -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnsl -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nis/nis_print_group_entry.os -MD -MP -MF /build/nis/nis_print_group_entry.os.dt -MT /build/nis/nis_print_group_entry.os In file included from ../stdlib/alloca.h:21, from ../include/alloca.h:3, from nis_print_group_entry.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nis/nis_print_group_entry.os] Error 1 gcc -m32 nis_domain_of.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/nis -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnsl -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nis/nis_domain_of.os -MD -MP -MF /build/nis/nis_domain_of.os.dt -MT /build/nis/nis_domain_of.os In file included from ../nis/rpcsvc/nis.h:35, from ../include/rpcsvc/nis.h:1, from nis_domain_of.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nis/nis_domain_of.os] Error 1 gcc -m32 nis_domain_of_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/nis -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnsl -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nis/nis_domain_of_r.os -MD -MP -MF /build/nis/nis_domain_of_r.os.dt -MT /build/nis/nis_domain_of_r.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from nis_domain_of_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nis/nis_domain_of_r.os] Error 1 gcc -m32 nis_modify.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/nis -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnsl -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nis/nis_modify.os -MD -MP -MF /build/nis/nis_modify.os.dt -MT /build/nis/nis_modify.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from nis_modify.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nis/nis_modify.os] Error 1 gcc -m32 nis_remove.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/nis -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnsl -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nis/nis_remove.os -MD -MP -MF /build/nis/nis_remove.os.dt -MT /build/nis/nis_remove.os In file included from ../nis/rpcsvc/nis.h:35, from ../include/rpcsvc/nis.h:1, from nis_remove.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nis/nis_remove.os] Error 1 gcc -m32 nis_add.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/nis -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnsl -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nis/nis_add.os -MD -MP -MF /build/nis/nis_add.os.dt -MT /build/nis/nis_add.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from nis_add.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nis/nis_add.os] Error 1 gcc -m32 nis_defaults.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/nis -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnsl -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nis/nis_defaults.os -MD -MP -MF /build/nis/nis_defaults.os.dt -MT /build/nis/nis_defaults.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from nis_defaults.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nis/nis_defaults.os] Error 1 gcc -m32 nis_findserv.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/nis -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnsl -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nis/nis_findserv.os -MD -MP -MF /build/nis/nis_findserv.os.dt -MT /build/nis/nis_findserv.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from nis_findserv.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nis/nis_findserv.os] Error 1 gcc -m32 nis_callback.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/nis -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnsl -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nis/nis_callback.os -MD -MP -MF /build/nis/nis_callback.os.dt -MT /build/nis/nis_callback.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from nis_callback.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nis/nis_callback.os] Error 1 gcc -m32 nis_clone_dir.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/nis -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnsl -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nis/nis_clone_dir.os -MD -MP -MF /build/nis/nis_clone_dir.os.dt -MT /build/nis/nis_clone_dir.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from nis_clone_dir.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nis/nis_clone_dir.os] Error 1 gcc -m32 nis_clone_obj.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/nis -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnsl -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nis/nis_clone_obj.os -MD -MP -MF /build/nis/nis_clone_obj.os.dt -MT /build/nis/nis_clone_obj.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from nis_clone_obj.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nis/nis_clone_obj.os] Error 1 gcc -m32 nis_clone_res.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/nis -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libnsl -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nis/nis_clone_res.os -MD -MP -MF /build/nis/nis_clone_res.os.dt -MT /build/nis/nis_clone_res.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from nis_clone_res.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nis/nis_clone_res.os] Error 1 rm -f /build/nis/libnsl.so.1.new /bin/sh ../scripts/rellns-sh /build/nis/libnsl.so /build/nis/libnsl.so.1.new mv -f /build/nis/libnsl.so.1.new /build/nis/libnsl.so.1 make[2]: Target 'others' not remade because of errors. make[2]: Leaving directory '/glibc/nis' make[1]: *** [Makefile:484: nis/others] Error 2 make subdir=nscd -C nscd ..=../ others make[2]: Entering directory '/glibc/nscd' gcc -m32 nscd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -DHAVE_EPOLL -DHAVE_INOTIFY -DHAVE_NETLINK -fPIE -fPIE -I../include -I/build/nscd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nscd -include ../include/libc-symbols.h -DPIC -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -DTOP_NAMESPACE=glibc -o /build/nscd/nscd.o -MD -MP -MF /build/nscd/nscd.o.dt -MT /build/nscd/nscd.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from ../argp/argp.h:23, from ../include/argp.h:2, from nscd.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nscd/nscd.o] Error 1 gcc -m32 connections.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -DHAVE_EPOLL -DHAVE_INOTIFY -DHAVE_NETLINK -fPIE -fPIE -I../include -I/build/nscd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nscd -include ../include/libc-symbols.h -DPIC -D_FORTIFY_SOURCE=2 -DTOP_NAMESPACE=glibc -o /build/nscd/connections.o -MD -MP -MF /build/nscd/connections.o.dt -MT /build/nscd/connections.o In file included from ../stdlib/alloca.h:21, from ../include/alloca.h:3, from connections.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nscd/connections.o] Error 1 gcc -m32 pwdcache.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -DHAVE_EPOLL -DHAVE_INOTIFY -DHAVE_NETLINK -fPIE -fPIE -I../include -I/build/nscd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nscd -include ../include/libc-symbols.h -DPIC -D_FORTIFY_SOURCE=2 -DTOP_NAMESPACE=glibc -o /build/nscd/pwdcache.o -MD -MP -MF /build/nscd/pwdcache.o.dt -MT /build/nscd/pwdcache.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from pwdcache.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nscd/pwdcache.o] Error 1 gcc -m32 getpwnam_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -DHAVE_EPOLL -DHAVE_INOTIFY -DHAVE_NETLINK -fPIE -fPIE -I../include -I/build/nscd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nscd -include ../include/libc-symbols.h -DPIC -D_FORTIFY_SOURCE=2 -DTOP_NAMESPACE=glibc -o /build/nscd/getpwnam_r.o -MD -MP -MF /build/nscd/getpwnam_r.o.dt -MT /build/nscd/getpwnam_r.o In file included from ../pwd/pwd.h:25, from ../include/pwd.h:2, from getpwnam_r.c:17: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nscd/getpwnam_r.o] Error 1 gcc -m32 getpwuid_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -DHAVE_EPOLL -DHAVE_INOTIFY -DHAVE_NETLINK -fPIE -fPIE -I../include -I/build/nscd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nscd -include ../include/libc-symbols.h -DPIC -D_FORTIFY_SOURCE=2 -DTOP_NAMESPACE=glibc -o /build/nscd/getpwuid_r.o -MD -MP -MF /build/nscd/getpwuid_r.o.dt -MT /build/nscd/getpwuid_r.o In file included from ../pwd/pwd.h:25, from ../include/pwd.h:2, from getpwuid_r.c:17: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nscd/getpwuid_r.o] Error 1 gcc -m32 grpcache.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -DHAVE_EPOLL -DHAVE_INOTIFY -DHAVE_NETLINK -fPIE -fPIE -I../include -I/build/nscd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nscd -include ../include/libc-symbols.h -DPIC -D_FORTIFY_SOURCE=2 -DTOP_NAMESPACE=glibc -o /build/nscd/grpcache.o -MD -MP -MF /build/nscd/grpcache.o.dt -MT /build/nscd/grpcache.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from grpcache.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nscd/grpcache.o] Error 1 gcc -m32 getgrnam_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -DHAVE_EPOLL -DHAVE_INOTIFY -DHAVE_NETLINK -fPIE -fPIE -I../include -I/build/nscd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nscd -include ../include/libc-symbols.h -DPIC -D_FORTIFY_SOURCE=2 -DTOP_NAMESPACE=glibc -o /build/nscd/getgrnam_r.o -MD -MP -MF /build/nscd/getgrnam_r.o.dt -MT /build/nscd/getgrnam_r.o In file included from ../grp/grp.h:25, from ../include/grp.h:2, from getgrnam_r.c:17: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nscd/getgrnam_r.o] Error 1 gcc -m32 getgrgid_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -DHAVE_EPOLL -DHAVE_INOTIFY -DHAVE_NETLINK -fPIE -fPIE -I../include -I/build/nscd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nscd -include ../include/libc-symbols.h -DPIC -D_FORTIFY_SOURCE=2 -DTOP_NAMESPACE=glibc -o /build/nscd/getgrgid_r.o -MD -MP -MF /build/nscd/getgrgid_r.o.dt -MT /build/nscd/getgrgid_r.o In file included from ../grp/grp.h:25, from ../include/grp.h:2, from getgrgid_r.c:17: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nscd/getgrgid_r.o] Error 1 gcc -m32 hstcache.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -DHAVE_EPOLL -DHAVE_INOTIFY -DHAVE_NETLINK -fPIE -fPIE -I../include -I/build/nscd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nscd -include ../include/libc-symbols.h -DPIC -D_FORTIFY_SOURCE=2 -DTOP_NAMESPACE=glibc -o /build/nscd/hstcache.o -MD -MP -MF /build/nscd/hstcache.o.dt -MT /build/nscd/hstcache.o In file included from ../stdlib/alloca.h:21, from ../include/alloca.h:3, from hstcache.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nscd/hstcache.o] Error 1 gcc -m32 gethstbyad_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -DHAVE_EPOLL -DHAVE_INOTIFY -DHAVE_NETLINK -fPIE -fPIE -I../include -I/build/nscd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nscd -include ../include/libc-symbols.h -DPIC -D_FORTIFY_SOURCE=2 -DTOP_NAMESPACE=glibc -o /build/nscd/gethstbyad_r.o -MD -MP -MF /build/nscd/gethstbyad_r.o.dt -MT /build/nscd/gethstbyad_r.o In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from gethstbyad_r.c:17: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nscd/gethstbyad_r.o] Error 1 gcc -m32 gethstbynm3_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -DHAVE_EPOLL -DHAVE_INOTIFY -DHAVE_NETLINK -fPIE -fPIE -I../include -I/build/nscd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nscd -include ../include/libc-symbols.h -DPIC -D_FORTIFY_SOURCE=2 -DTOP_NAMESPACE=glibc -o /build/nscd/gethstbynm3_r.o -MD -MP -MF /build/nscd/gethstbynm3_r.o.dt -MT /build/nscd/gethstbynm3_r.o In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from gethstbynm3_r.c:17: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nscd/gethstbynm3_r.o] Error 1 gcc -m32 getsrvbynm_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -DHAVE_EPOLL -DHAVE_INOTIFY -DHAVE_NETLINK -fPIE -fPIE -I../include -I/build/nscd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nscd -include ../include/libc-symbols.h -DPIC -D_FORTIFY_SOURCE=2 -DTOP_NAMESPACE=glibc -o /build/nscd/getsrvbynm_r.o -MD -MP -MF /build/nscd/getsrvbynm_r.o.dt -MT /build/nscd/getsrvbynm_r.o In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from getsrvbynm_r.c:17: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nscd/getsrvbynm_r.o] Error 1 gcc -m32 getsrvbypt_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -DHAVE_EPOLL -DHAVE_INOTIFY -DHAVE_NETLINK -fPIE -fPIE -I../include -I/build/nscd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nscd -include ../include/libc-symbols.h -DPIC -D_FORTIFY_SOURCE=2 -DTOP_NAMESPACE=glibc -o /build/nscd/getsrvbypt_r.o -MD -MP -MF /build/nscd/getsrvbypt_r.o.dt -MT /build/nscd/getsrvbypt_r.o In file included from ../resolv/netdb.h:25, from ../include/netdb.h:2, from getsrvbypt_r.c:17: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nscd/getsrvbypt_r.o] Error 1 gcc -m32 servicescache.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -DHAVE_EPOLL -DHAVE_INOTIFY -DHAVE_NETLINK -fPIE -fPIE -I../include -I/build/nscd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nscd -include ../include/libc-symbols.h -DPIC -D_FORTIFY_SOURCE=2 -DTOP_NAMESPACE=glibc -o /build/nscd/servicescache.o -MD -MP -MF /build/nscd/servicescache.o.dt -MT /build/nscd/servicescache.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from servicescache.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nscd/servicescache.o] Error 1 gcc -m32 dbg_log.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -DHAVE_EPOLL -DHAVE_INOTIFY -DHAVE_NETLINK -fPIE -fPIE -I../include -I/build/nscd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nscd -include ../include/libc-symbols.h -DPIC -D_FORTIFY_SOURCE=2 -DTOP_NAMESPACE=glibc -o /build/nscd/dbg_log.o -MD -MP -MF /build/nscd/dbg_log.o.dt -MT /build/nscd/dbg_log.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from dbg_log.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nscd/dbg_log.o] Error 1 gcc -m32 nscd_conf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -DHAVE_EPOLL -DHAVE_INOTIFY -DHAVE_NETLINK -fPIE -fPIE -I../include -I/build/nscd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nscd -include ../include/libc-symbols.h -DPIC -D_FORTIFY_SOURCE=2 -DTOP_NAMESPACE=glibc -o /build/nscd/nscd_conf.o -MD -MP -MF /build/nscd/nscd_conf.o.dt -MT /build/nscd/nscd_conf.o In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from nscd_conf.c:17: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nscd/nscd_conf.o] Error 1 gcc -m32 nscd_stat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -DHAVE_EPOLL -DHAVE_INOTIFY -DHAVE_NETLINK -fPIE -fPIE -I../include -I/build/nscd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nscd -include ../include/libc-symbols.h -DPIC -D_FORTIFY_SOURCE=2 -DTOP_NAMESPACE=glibc -o /build/nscd/nscd_stat.o -MD -MP -MF /build/nscd/nscd_stat.o.dt -MT /build/nscd/nscd_stat.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from nscd_stat.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nscd/nscd_stat.o] Error 1 gcc -m32 cache.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -DHAVE_EPOLL -DHAVE_INOTIFY -DHAVE_NETLINK -fPIE -fPIE -I../include -I/build/nscd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nscd -include ../include/libc-symbols.h -DPIC -D_FORTIFY_SOURCE=2 -DTOP_NAMESPACE=glibc -o /build/nscd/cache.o -MD -MP -MF /build/nscd/cache.o.dt -MT /build/nscd/cache.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from cache.c:17: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nscd/cache.o] Error 1 gcc -m32 mem.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -DHAVE_EPOLL -DHAVE_INOTIFY -DHAVE_NETLINK -fPIE -fPIE -I../include -I/build/nscd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nscd -include ../include/libc-symbols.h -DPIC -D_FORTIFY_SOURCE=2 -DTOP_NAMESPACE=glibc -o /build/nscd/mem.o -MD -MP -MF /build/nscd/mem.o.dt -MT /build/nscd/mem.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from mem.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nscd/mem.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/nscd_setup_thread.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -DHAVE_EPOLL -DHAVE_INOTIFY -DHAVE_NETLINK -fPIE -fPIE -I../include -I/build/nscd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nscd -include ../include/libc-symbols.h -DPIC -D_FORTIFY_SOURCE=2 -DTOP_NAMESPACE=glibc -o /build/nscd/nscd_setup_thread.o -MD -MP -MF /build/nscd/nscd_setup_thread.o.dt -MT /build/nscd/nscd_setup_thread.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from ../sysdeps/unix/sysv/linux/nscd_setup_thread.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/nscd/nscd_setup_thread.o] Error 1 gcc -m32 ../locale/programs/xmalloc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -DHAVE_EPOLL -DHAVE_INOTIFY -DHAVE_NETLINK -fPIE -fPIE -I../include -I/build/nscd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nscd -include ../include/libc-symbols.h -DPIC -D_FORTIFY_SOURCE=2 -DTOP_NAMESPACE=glibc -o /build/nscd/xmalloc.o -MD -MP -MF /build/nscd/xmalloc.o.dt -MT /build/nscd/xmalloc.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../locale/programs/xmalloc.c:24: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nscd/xmalloc.o] Error 1 gcc -m32 ../locale/programs/xstrdup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -DHAVE_EPOLL -DHAVE_INOTIFY -DHAVE_NETLINK -fPIE -fPIE -I../include -I/build/nscd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nscd -include ../include/libc-symbols.h -DPIC -D_FORTIFY_SOURCE=2 -DTOP_NAMESPACE=glibc -o /build/nscd/xstrdup.o -MD -MP -MF /build/nscd/xstrdup.o.dt -MT /build/nscd/xstrdup.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from ../locale/programs/xstrdup.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nscd/xstrdup.o] Error 1 gcc -m32 aicache.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -DHAVE_EPOLL -DHAVE_INOTIFY -DHAVE_NETLINK -fPIE -fPIE -I../include -I/build/nscd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nscd -include ../include/libc-symbols.h -DPIC -D_FORTIFY_SOURCE=2 -DTOP_NAMESPACE=glibc -o /build/nscd/aicache.o -MD -MP -MF /build/nscd/aicache.o.dt -MT /build/nscd/aicache.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from aicache.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nscd/aicache.o] Error 1 gcc -m32 initgrcache.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -DHAVE_EPOLL -DHAVE_INOTIFY -DHAVE_NETLINK -fPIE -fPIE -I../include -I/build/nscd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nscd -include ../include/libc-symbols.h -DPIC -D_FORTIFY_SOURCE=2 -DTOP_NAMESPACE=glibc -o /build/nscd/initgrcache.o -MD -MP -MF /build/nscd/initgrcache.o.dt -MT /build/nscd/initgrcache.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from initgrcache.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nscd/initgrcache.o] Error 1 gcc -m32 gai.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -DHAVE_EPOLL -DHAVE_INOTIFY -DHAVE_NETLINK -fPIE -DNEED_NETLINK -fPIE -I../include -I/build/nscd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nscd -include ../include/libc-symbols.h -DPIC -D_FORTIFY_SOURCE=2 -DTOP_NAMESPACE=glibc -o /build/nscd/gai.o -MD -MP -MF /build/nscd/gai.o.dt -MT /build/nscd/gai.o In file included from ../stdlib/alloca.h:21, from ../include/alloca.h:3, from gai.c:17: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nscd/gai.o] Error 1 gcc -m32 res_hconf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -DHAVE_EPOLL -DHAVE_INOTIFY -DHAVE_NETLINK -fPIE -fPIE -I../include -I/build/nscd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nscd -include ../include/libc-symbols.h -DPIC -D_FORTIFY_SOURCE=2 -DTOP_NAMESPACE=glibc -o /build/nscd/res_hconf.o -MD -MP -MF /build/nscd/res_hconf.o.dt -MT /build/nscd/res_hconf.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from res_hconf.c:2: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../wcsmbs/wchar.h:413:42: note: in expansion of macro '__GLIBC_USE' 413 | #if __GLIBC_USE (IEC_60559_TYPES_EXT) && __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nscd/res_hconf.o] Error 1 gcc -m32 netgroupcache.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -DHAVE_EPOLL -DHAVE_INOTIFY -DHAVE_NETLINK -fPIE -fPIE -I../include -I/build/nscd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nscd -include ../include/libc-symbols.h -DPIC -D_FORTIFY_SOURCE=2 -DTOP_NAMESPACE=glibc -o /build/nscd/netgroupcache.o -MD -MP -MF /build/nscd/netgroupcache.o.dt -MT /build/nscd/netgroupcache.o In file included from ../stdlib/alloca.h:21, from ../include/alloca.h:3, from netgroupcache.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nscd/netgroupcache.o] Error 1 gcc -m32 cachedumper.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -DHAVE_EPOLL -DHAVE_INOTIFY -DHAVE_NETLINK -fPIE -fPIE -I../include -I/build/nscd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nscd -include ../include/libc-symbols.h -DPIC -D_FORTIFY_SOURCE=2 -DTOP_NAMESPACE=glibc -o /build/nscd/cachedumper.o -MD -MP -MF /build/nscd/cachedumper.o.dt -MT /build/nscd/cachedumper.o In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from cachedumper.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nscd/cachedumper.o] Error 1 make[2]: *** No rule to make target '/build/csu/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/iconv/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/locale/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/assert/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/ctype/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/intl/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/catgets/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/math/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/setjmp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/signal/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/stdlib/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/stdio-common/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/libio/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/dlfcn/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/nptl/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/rt/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/malloc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/string/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/wcsmbs/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/time/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/dirent/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/grp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/pwd/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/posix/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/io/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/termios/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/resource/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/misc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/socket/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/sysvipc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/gmon/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/wctype/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/shadow/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/gshadow/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/argp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/debug/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/inet/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/resolv/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/nss/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/sunrpc/stamp.os', needed by '/build/libc_pic.a'. gcc -m32 nscd_getpw_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -DHAVE_EPOLL -DHAVE_INOTIFY -DHAVE_NETLINK -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/nscd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nscd/nscd_getpw_r.os -MD -MP -MF /build/nscd/nscd_getpw_r.os.dt -MT /build/nscd/nscd_getpw_r.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from nscd_getpw_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nscd/nscd_getpw_r.os] Error 1 gcc -m32 nscd_getgr_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -DHAVE_EPOLL -DHAVE_INOTIFY -DHAVE_NETLINK -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/nscd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nscd/nscd_getgr_r.os -MD -MP -MF /build/nscd/nscd_getgr_r.os.dt -MT /build/nscd/nscd_getgr_r.os In file included from ../stdlib/alloca.h:21, from ../include/alloca.h:3, from nscd_getgr_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nscd/nscd_getgr_r.os] Error 1 gcc -m32 nscd_gethst_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -DHAVE_EPOLL -DHAVE_INOTIFY -DHAVE_NETLINK -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/nscd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nscd/nscd_gethst_r.os -MD -MP -MF /build/nscd/nscd_gethst_r.os.dt -MT /build/nscd/nscd_gethst_r.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from nscd_gethst_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nscd/nscd_gethst_r.os] Error 1 gcc -m32 nscd_getai.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -DHAVE_EPOLL -DHAVE_INOTIFY -DHAVE_NETLINK -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/nscd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nscd/nscd_getai.os -MD -MP -MF /build/nscd/nscd_getai.os.dt -MT /build/nscd/nscd_getai.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from nscd_getai.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nscd/nscd_getai.os] Error 1 gcc -m32 nscd_initgroups.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -DHAVE_EPOLL -DHAVE_INOTIFY -DHAVE_NETLINK -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/nscd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nscd/nscd_initgroups.os -MD -MP -MF /build/nscd/nscd_initgroups.os.dt -MT /build/nscd/nscd_initgroups.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from nscd_initgroups.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nscd/nscd_initgroups.os] Error 1 gcc -m32 nscd_getserv_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -DHAVE_EPOLL -DHAVE_INOTIFY -DHAVE_NETLINK -fPIC -ftls-model=initial-exec -I../include -I/build/nscd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nscd/nscd_getserv_r.os -MD -MP -MF /build/nscd/nscd_getserv_r.os.dt -MT /build/nscd/nscd_getserv_r.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from nscd_getserv_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nscd/nscd_getserv_r.os] Error 1 gcc -m32 nscd_netgroup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -DHAVE_EPOLL -DHAVE_INOTIFY -DHAVE_NETLINK -fPIC -ftls-model=initial-exec -I../include -I/build/nscd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nscd/nscd_netgroup.os -MD -MP -MF /build/nscd/nscd_netgroup.os.dt -MT /build/nscd/nscd_netgroup.os In file included from ../stdlib/alloca.h:21, from ../include/alloca.h:3, from nscd_netgroup.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nscd/nscd_netgroup.os] Error 1 gcc -m32 nscd_helper.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -DHAVE_EPOLL -DHAVE_INOTIFY -DHAVE_NETLINK -fPIC -ftls-model=initial-exec -I../include -I/build/nscd -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/nscd/nscd_helper.os -MD -MP -MF /build/nscd/nscd_helper.os.dt -MT /build/nscd/nscd_helper.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from nscd_helper.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/nscd/nscd_helper.os] Error 1 make[2]: *** No rule to make target '/build/login/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/elf/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/elf/ld.so', needed by '/build/libc.so'. make[2]: *** No rule to make target '/build/stdlib/stamp.oS', needed by '/build/libc_nonshared.a'. make[2]: *** No rule to make target '/build/nptl/stamp.oS', needed by '/build/libc_nonshared.a'. make[2]: *** No rule to make target '/build/debug/stamp.oS', needed by '/build/libc_nonshared.a'. make[2]: *** No rule to make target '/build/csu/start.o', needed by '/build/nscd/nscd'. make[2]: *** No rule to make target '/build/csu/crti.o', needed by '/build/nscd/nscd'. make[2]: *** No rule to make target '/build/csu/crtn.o', needed by '/build/nscd/nscd'. make[2]: Target 'others' not remade because of errors. make[2]: Leaving directory '/glibc/nscd' make[1]: *** [Makefile:484: nscd/others] Error 2 make subdir=login -C login ..=../ others make[2]: Entering directory '/glibc/login' gcc -m32 libutil-compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIC -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libutil -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/libutil-compat.os -MD -MP -MF /build/login/libutil-compat.os.dt -MT /build/login/libutil-compat.os In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from libutil-compat.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/libutil-compat.os] Error 1 make[2]: *** No rule to make target '/build/csu/crti.o', needed by '/build/login/libutil.so'. make[2]: *** No rule to make target '/build/csu/crtn.o', needed by '/build/login/libutil.so'. make[2]: *** No rule to make target '/build/csu/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/iconv/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/locale/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/assert/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/ctype/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/intl/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/catgets/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/math/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/setjmp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/signal/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/stdlib/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/stdio-common/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/libio/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/dlfcn/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/nptl/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/rt/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/malloc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/string/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/wcsmbs/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/time/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/dirent/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/grp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/pwd/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/posix/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/io/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/termios/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/resource/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/misc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/socket/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/sysvipc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/gmon/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/wctype/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/shadow/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/gshadow/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/argp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/debug/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/inet/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/resolv/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/nss/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/sunrpc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/nscd/stamp.os', needed by '/build/libc_pic.a'. gcc -m32 ../sysdeps/unix/sysv/linux/getlogin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/getlogin.os -MD -MP -MF /build/login/getlogin.os.dt -MT /build/login/getlogin.os In file included from ../pwd/pwd.h:25, from ../include/pwd.h:2, from ../sysdeps/unix/sysv/linux/getlogin.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/login/getlogin.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/getlogin_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/getlogin_r.os -MD -MP -MF /build/login/getlogin_r.os.dt -MT /build/login/getlogin_r.os In file included from ../pwd/pwd.h:25, from ../include/pwd.h:2, from ../sysdeps/unix/sysv/linux/getlogin_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/login/getlogin_r.os] Error 1 gcc -m32 setlogin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/setlogin.os -MD -MP -MF /build/login/setlogin.os.dt -MT /build/login/setlogin.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from setlogin.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/setlogin.os] Error 1 gcc -m32 getlogin_r_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/getlogin_r_chk.os -MD -MP -MF /build/login/getlogin_r_chk.os.dt -MT /build/login/getlogin_r_chk.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from getlogin_r_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/getlogin_r_chk.os] Error 1 gcc -m32 getutent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/getutent.os -MD -MP -MF /build/login/getutent.os.dt -MT /build/login/getutent.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from getutent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/getutent.os] Error 1 gcc -m32 getutent_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/getutent_r.os -MD -MP -MF /build/login/getutent_r.os.dt -MT /build/login/getutent_r.os In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from getutent_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/getutent_r.os] Error 1 gcc -m32 getutid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/getutid.os -MD -MP -MF /build/login/getutid.os.dt -MT /build/login/getutid.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from getutid.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/getutid.os] Error 1 gcc -m32 getutline.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/getutline.os -MD -MP -MF /build/login/getutline.os.dt -MT /build/login/getutline.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from getutline.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/getutline.os] Error 1 gcc -m32 getutid_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/getutid_r.os -MD -MP -MF /build/login/getutid_r.os.dt -MT /build/login/getutid_r.os In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from getutid_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/getutid_r.os] Error 1 gcc -m32 getutline_r.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/getutline_r.os -MD -MP -MF /build/login/getutline_r.os.dt -MT /build/login/getutline_r.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from getutline_r.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/getutline_r.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/utmp_file.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/utmp_file.os -MD -MP -MF /build/login/utmp_file.os.dt -MT /build/login/utmp_file.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from ../sysdeps/unix/sysv/linux/utmp_file.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/login/utmp_file.os] Error 1 gcc -m32 utmpname.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/utmpname.os -MD -MP -MF /build/login/utmpname.os.dt -MT /build/login/utmpname.os In file included from ../sysdeps/nptl/pthread.h:21, from ../include/pthread.h:1, from ../sysdeps/nptl/libc-lock.h:22, from utmpname.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/utmpname.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/updwtmp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/updwtmp.os -MD -MP -MF /build/login/updwtmp.os.dt -MT /build/login/updwtmp.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from ../sysdeps/unix/sysv/linux/updwtmp.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/login/updwtmp.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/getpt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/getpt.os -MD -MP -MF /build/login/getpt.os.dt -MT /build/login/getpt.os In file included from ../io/fcntl.h:25, from ../include/fcntl.h:2, from ../sysdeps/unix/sysv/linux/getpt.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/login/getpt.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/grantpt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -DLIBEXECDIR='"/usr/libexec"' -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/grantpt.os -MD -MP -MF /build/login/grantpt.os.dt -MT /build/login/grantpt.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/grantpt.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/login/grantpt.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/unlockpt.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/unlockpt.os -MD -MP -MF /build/login/unlockpt.os.dt -MT /build/login/unlockpt.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/unlockpt.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/login/unlockpt.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/ptsname.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/ptsname.os -MD -MP -MF /build/login/ptsname.os.dt -MT /build/login/ptsname.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/ptsname.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/login/ptsname.os] Error 1 gcc -m32 ptsname_r_chk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/ptsname_r_chk.os -MD -MP -MF /build/login/ptsname_r_chk.os.dt -MT /build/login/ptsname_r_chk.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ptsname_r_chk.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/ptsname_r_chk.os] Error 1 gcc -m32 login.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/login.os -MD -MP -MF /build/login/login.os.dt -MT /build/login/login.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from login.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/login.os] Error 1 gcc -m32 login_tty.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/login_tty.os -MD -MP -MF /build/login/login_tty.os.dt -MT /build/login/login_tty.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from login_tty.c:34: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/login_tty.os] Error 1 gcc -m32 logout.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/logout.os -MD -MP -MF /build/login/logout.os.dt -MT /build/login/logout.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from logout.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/logout.os] Error 1 gcc -m32 logwtmp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/logwtmp.os -MD -MP -MF /build/login/logwtmp.os.dt -MT /build/login/logwtmp.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from logwtmp.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/logwtmp.os] Error 1 gcc -m32 openpty.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/openpty.os -MD -MP -MF /build/login/openpty.os.dt -MT /build/login/openpty.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from openpty.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/openpty.os] Error 1 gcc -m32 forkpty.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/forkpty.os -MD -MP -MF /build/login/forkpty.os.dt -MT /build/login/forkpty.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from forkpty.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/forkpty.os] Error 1 gcc -m32 setutxent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/setutxent.os -MD -MP -MF /build/login/setutxent.os.dt -MT /build/login/setutxent.os In file included from ../login/utmp.h:21, from ../include/utmp.h:2, from setutxent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/setutxent.os] Error 1 gcc -m32 getutxent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/getutxent.os -MD -MP -MF /build/login/getutxent.os.dt -MT /build/login/getutxent.os In file included from ../login/utmp.h:21, from ../include/utmp.h:2, from getutxent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/getutxent.os] Error 1 gcc -m32 endutxent.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/endutxent.os -MD -MP -MF /build/login/endutxent.os.dt -MT /build/login/endutxent.os In file included from ../login/utmp.h:21, from ../include/utmp.h:2, from endutxent.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/endutxent.os] Error 1 gcc -m32 getutxid.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/getutxid.os -MD -MP -MF /build/login/getutxid.os.dt -MT /build/login/getutxid.os In file included from ../login/utmp.h:21, from ../include/utmp.h:2, from getutxid.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/getutxid.os] Error 1 gcc -m32 getutxline.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/getutxline.os -MD -MP -MF /build/login/getutxline.os.dt -MT /build/login/getutxline.os In file included from ../login/utmp.h:21, from ../include/utmp.h:2, from getutxline.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/getutxline.os] Error 1 gcc -m32 pututxline.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/pututxline.os -MD -MP -MF /build/login/pututxline.os.dt -MT /build/login/pututxline.os In file included from ../login/utmp.h:21, from ../include/utmp.h:2, from pututxline.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/pututxline.os] Error 1 gcc -m32 utmpxname.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/utmpxname.os -MD -MP -MF /build/login/utmpxname.os.dt -MT /build/login/utmpxname.os In file included from ../login/utmp.h:21, from ../include/utmp.h:2, from utmpxname.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/utmpxname.os] Error 1 gcc -m32 updwtmpx.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/updwtmpx.os -MD -MP -MF /build/login/updwtmpx.os.dt -MT /build/login/updwtmpx.os In file included from ../login/utmp.h:21, from ../include/utmp.h:2, from updwtmpx.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/updwtmpx.os] Error 1 gcc -m32 ../sysdeps/gnu/getutmp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/login/getutmp.os -MD -MP -MF /build/login/getutmp.os.dt -MT /build/login/getutmp.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from ../sysdeps/gnu/getutmp.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:331: /build/login/getutmp.os] Error 1 make[2]: *** No rule to make target '/build/elf/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/elf/ld.so', needed by '/build/libc.so'. make[2]: *** No rule to make target '/build/sunrpc/librpc_compat_pic.a', needed by '/build/linkobj/libc_pic.a'. make[2]: *** No rule to make target '/build/stdlib/stamp.oS', needed by '/build/libc_nonshared.a'. make[2]: *** No rule to make target '/build/nptl/stamp.oS', needed by '/build/libc_nonshared.a'. make[2]: *** No rule to make target '/build/debug/stamp.oS', needed by '/build/libc_nonshared.a'. gcc -m32 programs/utmpdump.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -I../include -I/build/login -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nonlib -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/login/utmpdump.o -MD -MP -MF /build/login/utmpdump.o.dt -MT /build/login/utmpdump.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from programs/utmpdump.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/login/utmpdump.o] Error 1 make[2]: *** No rule to make target '/build/csu/start.o', needed by '/build/login/utmpdump'. make[2]: Target 'others' not remade because of errors. make[2]: Leaving directory '/glibc/login' make[1]: *** [Makefile:484: login/others] Error 2 make subdir=elf -C elf ..=../ others make[2]: Entering directory '/glibc/elf' gcc -m32 dl-call-libc-early-init.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-call-libc-early-init.os -MD -MP -MF /build/elf/dl-call-libc-early-init.os.dt -MT /build/elf/dl-call-libc-early-init.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-call-libc-early-init.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-call-libc-early-init.os] Error 1 gcc -m32 dl-call_fini.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-call_fini.os -MD -MP -MF /build/elf/dl-call_fini.os.dt -MT /build/elf/dl-call_fini.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from ../sysdeps/gnu/ldsodefs.h:22, from ../sysdeps/unix/sysv/linux/ldsodefs.h:25, from dl-call_fini.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-call_fini.os] Error 1 gcc -m32 dl-catch.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-catch.os -MD -MP -MF /build/elf/dl-catch.os.dt -MT /build/elf/dl-catch.os In file included from ../intl/libintl.h:23, from ../include/libintl.h:2, from dl-catch.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-catch.os] Error 1 gcc -m32 dl-close.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-close.os -MD -MP -MF /build/elf/dl-close.os.dt -MT /build/elf/dl-close.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-close.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-close.os] Error 1 gcc -m32 dl-debug.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-debug.os -MD -MP -MF /build/elf/dl-debug.os.dt -MT /build/elf/dl-debug.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from ../sysdeps/gnu/ldsodefs.h:22, from ../sysdeps/unix/sysv/linux/ldsodefs.h:25, from dl-debug.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-debug.os] Error 1 gcc -m32 dl-debug-symbols.S -c -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/elf/dl-debug-symbols.os -MD -MP -MF /build/elf/dl-debug-symbols.os.dt -MT /build/elf/dl-debug-symbols.os dl-debug-symbols.S:20:10: fatal error: rtld-sizes.h: No such file or directory 20 | #include | ^~~~~~~~~~~~~~ compilation terminated. make[2]: *** [../o-iterator.mk:9: /build/elf/dl-debug-symbols.os] Error 1 gcc -m32 dl-deps.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-deps.os -MD -MP -MF /build/elf/dl-deps.os.dt -MT /build/elf/dl-deps.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../include/atomic.h:47, from dl-deps.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-deps.os] Error 1 gcc -m32 dl-exception.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-exception.os -MD -MP -MF /build/elf/dl-exception.os.dt -MT /build/elf/dl-exception.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from ../sysdeps/gnu/ldsodefs.h:22, from ../sysdeps/unix/sysv/linux/ldsodefs.h:25, from dl-exception.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-exception.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/dl-execstack.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-execstack.os -MD -MP -MF /build/elf/dl-execstack.os.dt -MT /build/elf/dl-execstack.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/dl-execstack.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/elf/dl-execstack.os] Error 1 gcc -m32 dl-find_object.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-find_object.os -MD -MP -MF /build/elf/dl-find_object.os.dt -MT /build/elf/dl-find_object.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-find_object.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-find_object.os] Error 1 gcc -m32 dl-fini.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-fini.os -MD -MP -MF /build/elf/dl-fini.os.dt -MT /build/elf/dl-fini.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-fini.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-fini.os] Error 1 gcc -m32 dl-init.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-init.os -MD -MP -MF /build/elf/dl-init.os.dt -MT /build/elf/dl-init.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-init.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-init.os] Error 1 gcc -m32 dl-load.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -Wno-unused -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -I/build/elf/. -I/build/csu/. -DTOP_NAMESPACE=glibc -o /build/elf/dl-load.os -MD -MP -MF /build/elf/dl-load.os.dt -MT /build/elf/dl-load.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from dl-load.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-load.os] Error 1 gcc -m32 dl-lookup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-lookup.os -MD -MP -MF /build/elf/dl-lookup.os.dt -MT /build/elf/dl-lookup.os In file included from ../stdlib/alloca.h:21, from ../include/alloca.h:3, from dl-lookup.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-lookup.os] Error 1 gcc -m32 dl-lookup-direct.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-lookup-direct.os -MD -MP -MF /build/elf/dl-lookup-direct.os.dt -MT /build/elf/dl-lookup-direct.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from ../sysdeps/gnu/ldsodefs.h:22, from ../sysdeps/unix/sysv/linux/ldsodefs.h:25, from dl-lookup-direct.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-lookup-direct.os] Error 1 gcc -m32 dl-minimal-malloc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-minimal-malloc.os -MD -MP -MF /build/elf/dl-minimal-malloc.os.dt -MT /build/elf/dl-minimal-malloc.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-minimal-malloc.c:25: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-minimal-malloc.os] Error 1 gcc -m32 dl-misc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-misc.os -MD -MP -MF /build/elf/dl-misc.os.dt -MT /build/elf/dl-misc.os In file included from ../bits/libc-header-start.h:33, from ../include/limits.h:26, from ../sysdeps/generic/_itoa.h:22, from dl-misc.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-misc.os] Error 1 gcc -m32 dl-object.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-object.os -MD -MP -MF /build/elf/dl-object.os.dt -MT /build/elf/dl-object.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from dl-object.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-object.os] Error 1 gcc -m32 dl-open.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-open.os -MD -MP -MF /build/elf/dl-open.os.dt -MT /build/elf/dl-open.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-open.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-open.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/dl-origin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-origin.os -MD -MP -MF /build/elf/dl-origin.os.dt -MT /build/elf/dl-origin.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from ../sysdeps/unix/sysv/linux/dl-origin.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/elf/dl-origin.os] Error 1 gcc -m32 dl-printf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-printf.os -MD -MP -MF /build/elf/dl-printf.os.dt -MT /build/elf/dl-printf.os In file included from ../bits/libc-header-start.h:33, from ../include/limits.h:26, from ../sysdeps/generic/_itoa.h:22, from dl-printf.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-printf.os] Error 1 gcc -m32 dl-profile.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-profile.os -MD -MP -MF /build/elf/dl-profile.os.dt -MT /build/elf/dl-profile.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-profile.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-profile.os] Error 1 gcc -m32 dl-reloc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -Wno-unused -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-reloc.os -MD -MP -MF /build/elf/dl-reloc.os.dt -MT /build/elf/dl-reloc.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from dl-reloc.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-reloc.os] Error 1 gcc -m32 dl-runtime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-runtime.os -MD -MP -MF /build/elf/dl-runtime.os.dt -MT /build/elf/dl-runtime.os In file included from ../stdlib/alloca.h:21, from ../include/alloca.h:3, from dl-runtime.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-runtime.os] Error 1 gcc -m32 dl-scope.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-scope.os -MD -MP -MF /build/elf/dl-scope.os.dt -MT /build/elf/dl-scope.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from dl-scope.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-scope.os] Error 1 gcc -m32 dl-setup_hash.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-setup_hash.os -MD -MP -MF /build/elf/dl-setup_hash.os.dt -MT /build/elf/dl-setup_hash.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-setup_hash.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-setup_hash.os] Error 1 gcc -m32 dl-sort-maps.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-sort-maps.os -MD -MP -MF /build/elf/dl-sort-maps.os.dt -MT /build/elf/dl-sort-maps.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-sort-maps.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-sort-maps.os] Error 1 gcc -m32 ../sysdeps/nptl/dl-thread_gscope_wait.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-thread_gscope_wait.os -MD -MP -MF /build/elf/dl-thread_gscope_wait.os.dt -MT /build/elf/dl-thread_gscope_wait.os In file included from ../bits/libc-header-start.h:33, from ../include/limits.h:26, from ../nptl/descr.h:21, from ../sysdeps/nptl/dl-thread_gscope_wait.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:263: /build/elf/dl-thread_gscope_wait.os] Error 1 gcc -m32 dl-tls.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-tls.os -MD -MP -MF /build/elf/dl-tls.os.dt -MT /build/elf/dl-tls.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-tls.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-tls.os] Error 1 gcc -m32 ../sysdeps/nptl/dl-tls_init_tp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-tls_init_tp.os -MD -MP -MF /build/elf/dl-tls_init_tp.os.dt -MT /build/elf/dl-tls_init_tp.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from ../sysdeps/gnu/ldsodefs.h:22, from ../sysdeps/unix/sysv/linux/ldsodefs.h:25, from ../sysdeps/nptl/dl-tls_init_tp.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:263: /build/elf/dl-tls_init_tp.os] Error 1 gcc -m32 ../sysdeps/i386/dl-trampoline.S -c -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/elf/dl-trampoline.os -MD -MP -MF /build/elf/dl-trampoline.os.dt -MT /build/elf/dl-trampoline.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/i386/dl-trampoline.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../sysdeps/i386/dl-trampoline.S:20:10: fatal error: link-defines.h: No such file or directory 20 | #include | ^~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors compilation terminated. make[2]: *** [/build/sysd-rules:737: /build/elf/dl-trampoline.os] Error 1 gcc -m32 dl-tunables.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -fno-tree-loop-distribute-patterns -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-tunables.os -MD -MP -MF /build/elf/dl-tunables.os.dt -MT /build/elf/dl-tunables.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from ../sysdeps/generic/startup.h:22, from ../sysdeps/unix/sysv/linux/startup.h:20, from ../sysdeps/unix/sysv/linux/i386/startup.h:22, from dl-tunables.c:25: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-tunables.os] Error 1 gcc -m32 dl-version.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-version.os -MD -MP -MF /build/elf/dl-version.os.dt -MT /build/elf/dl-version.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from dl-version.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-version.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/dl-write.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-write.os -MD -MP -MF /build/elf/dl-write.os.dt -MT /build/elf/dl-write.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/sysv/linux/dl-write.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/elf/dl-write.os] Error 1 gcc -m32 dl-cache.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -D'SYSCONFDIR="/etc"' -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-cache.os -MD -MP -MF /build/elf/dl-cache.os.dt -MT /build/elf/dl-cache.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-cache.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-cache.os] Error 1 gcc -m32 dl-audit.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-audit.os -MD -MP -MF /build/elf/dl-audit.os.dt -MT /build/elf/dl-audit.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-audit.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-audit.os] Error 1 gcc -m32 dl-compat.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-compat.os -MD -MP -MF /build/elf/dl-compat.os.dt -MT /build/elf/dl-compat.os In file included from ../misc/sys/cdefs.h:24, from ../include/sys/cdefs.h:10, from dl-compat.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-compat.os] Error 1 gcc -m32 dl-diagnostics.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -D'SYSCONFDIR="/etc"' -D'PREFIX="/usr"' -D'RTLD="/lib/ld-linux.so.2"' -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-diagnostics.os -MD -MP -MF /build/elf/dl-diagnostics.os.dt -MT /build/elf/dl-diagnostics.os In file included from ../posix/unistd.h:25, from ../include/unistd.h:2, from dl-diagnostics.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-diagnostics.os] Error 1 gcc -m32 ../sysdeps/x86/dl-diagnostics-cpu.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-diagnostics-cpu.os -MD -MP -MF /build/elf/dl-diagnostics-cpu.os.dt -MT /build/elf/dl-diagnostics-cpu.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ./dl-diagnostics.h:22, from ../sysdeps/x86/dl-diagnostics-cpu.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:773: /build/elf/dl-diagnostics-cpu.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/dl-diagnostics-kernel.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-diagnostics-kernel.os -MD -MP -MF /build/elf/dl-diagnostics-kernel.os.dt -MT /build/elf/dl-diagnostics-kernel.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ./dl-diagnostics.h:22, from ../sysdeps/unix/sysv/linux/dl-diagnostics-kernel.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/elf/dl-diagnostics-kernel.os] Error 1 gcc -m32 dl-environ.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-environ.os -MD -MP -MF /build/elf/dl-environ.os.dt -MT /build/elf/dl-environ.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from dl-environ.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-environ.os] Error 1 gcc -m32 dl-hwcaps.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-hwcaps.os -MD -MP -MF /build/elf/dl-hwcaps.os.dt -MT /build/elf/dl-hwcaps.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-hwcaps.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-hwcaps.os] Error 1 gcc -m32 dl-hwcaps-subdirs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-hwcaps-subdirs.os -MD -MP -MF /build/elf/dl-hwcaps-subdirs.os.dt -MT /build/elf/dl-hwcaps-subdirs.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ./dl-hwcaps.h:22, from dl-hwcaps-subdirs.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-hwcaps-subdirs.os] Error 1 gcc -m32 dl-hwcaps_split.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-hwcaps_split.os -MD -MP -MF /build/elf/dl-hwcaps_split.os.dt -MT /build/elf/dl-hwcaps_split.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ./dl-hwcaps.h:22, from dl-hwcaps_split.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-hwcaps_split.os] Error 1 gcc -m32 dl-libc_freeres.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-libc_freeres.os -MD -MP -MF /build/elf/dl-libc_freeres.os.dt -MT /build/elf/dl-libc_freeres.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from ../sysdeps/gnu/ldsodefs.h:22, from ../sysdeps/unix/sysv/linux/ldsodefs.h:25, from dl-libc_freeres.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-libc_freeres.os] Error 1 gcc -m32 dl-minimal.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-minimal.os -MD -MP -MF /build/elf/dl-minimal.os.dt -MT /build/elf/dl-minimal.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-minimal.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-minimal.os] Error 1 gcc -m32 ../sysdeps/nptl/dl-mutex.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-mutex.os -MD -MP -MF /build/elf/dl-mutex.os.dt -MT /build/elf/dl-mutex.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from ../sysdeps/nptl/dl-mutex.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:263: /build/elf/dl-mutex.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/x86/dl-sysdep.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-sysdep.os -MD -MP -MF /build/elf/dl-sysdep.os.dt -MT /build/elf/dl-sysdep.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../sysdeps/x86/cpu-tunables.c:21, from ../sysdeps/unix/sysv/linux/x86/dl-sysdep.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:127: /build/elf/dl-sysdep.os] Error 1 gcc -m32 dl-usage.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -D'SYSCONFDIR="/etc"' -D'RTLD="/lib/ld-linux.so.2"' -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-usage.os -MD -MP -MF /build/elf/dl-usage.os.dt -MT /build/elf/dl-usage.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/generic/dl-cache.h:22, from dl-usage.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-usage.os] Error 1 gcc -m32 rtld.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -fno-tree-loop-distribute-patterns -Wno-uninitialized -Wno-unused -D'SYSCONFDIR="/etc"' -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/rtld.os -MD -MP -MF /build/elf/rtld.os.dt -MT /build/elf/rtld.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from rtld.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/rtld.os] Error 1 gcc -m32 static-stubs.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nonlib -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/static-stubs.o -MD -MP -MF /build/elf/static-stubs.o.dt -MT /build/elf/static-stubs.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../include/atomic.h:47, from ../sysdeps/posix/libc_fatal.c:19, from static-stubs.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/static-stubs.o] Error 1 gcc -m32 cache.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -D'SYSCONFDIR="/etc"' -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nonlib -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/cache.o -MD -MP -MF /build/elf/cache.o.dt -MT /build/elf/cache.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from cache.c:17: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/cache.o] Error 1 gcc -m32 chroot_canon.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nonlib -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/chroot_canon.o -MD -MP -MF /build/elf/chroot_canon.o.dt -MT /build/elf/chroot_canon.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from chroot_canon.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/chroot_canon.o] Error 1 gcc -m32 readlib.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nonlib -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/readlib.o -MD -MP -MF /build/elf/readlib.o.dt -MT /build/elf/readlib.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from readlib.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/readlib.o] Error 1 gcc -m32 stringtable.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nonlib -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/stringtable.o -MD -MP -MF /build/elf/stringtable.o.dt -MT /build/elf/stringtable.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from stringtable.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/stringtable.o] Error 1 gcc -m32 ../locale/programs/xmalloc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nonlib -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/xmalloc.o -MD -MP -MF /build/elf/xmalloc.o.dt -MT /build/elf/xmalloc.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../locale/programs/xmalloc.c:24: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/xmalloc.o] Error 1 gcc -m32 ../locale/programs/xstrdup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nonlib -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/xstrdup.o -MD -MP -MF /build/elf/xstrdup.o.dt -MT /build/elf/xstrdup.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from ../locale/programs/xstrdup.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/xstrdup.o] Error 1 gcc -m32 sotruss-lib.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=extramodules -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/sotruss-lib.os -MD -MP -MF /build/elf/sotruss-lib.os.dt -MT /build/elf/sotruss-lib.os In file included from ../misc/err.h:22, from ../include/err.h:2, from sotruss-lib.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/sotruss-lib.os] Error 1 make[2]: *** No rule to make target '/build/csu/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/iconv/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/locale/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/assert/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/ctype/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/intl/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/catgets/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/math/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/setjmp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/signal/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/stdlib/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/stdio-common/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/libio/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/dlfcn/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/nptl/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/rt/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/malloc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/string/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/wcsmbs/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/time/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/dirent/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/grp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/pwd/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/posix/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/io/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/termios/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/resource/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/misc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/socket/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/sysvipc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/gmon/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/wctype/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/shadow/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/gshadow/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/argp/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/debug/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/inet/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/resolv/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/nss/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/sunrpc/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/nscd/stamp.os', needed by '/build/libc_pic.a'. make[2]: *** No rule to make target '/build/login/stamp.os', needed by '/build/libc_pic.a'. gcc -m32 dl-addr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-addr.os -MD -MP -MF /build/elf/dl-addr.os.dt -MT /build/elf/dl-addr.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from dl-addr.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-addr.os] Error 1 gcc -m32 dl-addr-obj.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-addr-obj.os -MD -MP -MF /build/elf/dl-addr-obj.os.dt -MT /build/elf/dl-addr-obj.os In file included from ../elf/link.h:23, from ../include/link.h:35, from dl-addr-obj.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-addr-obj.os] Error 1 gcc -m32 dl-iteratephdr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fexceptions -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-iteratephdr.os -MD -MP -MF /build/elf/dl-iteratephdr.os.dt -MT /build/elf/dl-iteratephdr.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from dl-iteratephdr.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-iteratephdr.os] Error 1 gcc -m32 dl-libc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-libc.os -MD -MP -MF /build/elf/dl-libc.os.dt -MT /build/elf/dl-libc.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from dl-libc.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-libc.os] Error 1 gcc -m32 dl-profstub.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-profstub.os -MD -MP -MF /build/elf/dl-profstub.os.dt -MT /build/elf/dl-profstub.os In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from dl-profstub.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-profstub.os] Error 1 gcc -m32 dl-sym.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-sym.os -MD -MP -MF /build/elf/dl-sym.os.dt -MT /build/elf/dl-sym.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-sym.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-sym.os] Error 1 gcc -m32 libc-dl_find_object.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/libc-dl_find_object.os -MD -MP -MF /build/elf/libc-dl_find_object.os.dt -MT /build/elf/libc-dl_find_object.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from ../sysdeps/gnu/ldsodefs.h:22, from ../sysdeps/unix/sysv/linux/ldsodefs.h:25, from libc-dl_find_object.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/libc-dl_find_object.os] Error 1 gcc -m32 libc_early_init.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/libc_early_init.os -MD -MP -MF /build/elf/libc_early_init.os.dt -MT /build/elf/libc_early_init.os In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from libc_early_init.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/libc_early_init.os] Error 1 gcc -m32 ../sysdeps/generic/unwind-dw2-fde-glibc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/unwind-dw2-fde-glibc.os -MD -MP -MF /build/elf/unwind-dw2-fde-glibc.os.dt -MT /build/elf/unwind-dw2-fde-glibc.os In file included from ../elf/link.h:23, from ../include/link.h:35, from ../sysdeps/generic/unwind-dw2-fde-glibc.c:29: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:1011: /build/elf/unwind-dw2-fde-glibc.os] Error 1 gcc -m32 ../sysdeps/x86/get-cpuid-feature-leaf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/get-cpuid-feature-leaf.os -MD -MP -MF /build/elf/get-cpuid-feature-leaf.os.dt -MT /build/elf/get-cpuid-feature-leaf.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from ../sysdeps/gnu/ldsodefs.h:22, from ../sysdeps/unix/sysv/linux/ldsodefs.h:25, from ../sysdeps/x86/get-cpuid-feature-leaf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:773: /build/elf/get-cpuid-feature-leaf.os] Error 1 gcc -m32 ../sysdeps/generic/framestate.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/framestate.os -MD -MP -MF /build/elf/framestate.os.dt -MT /build/elf/framestate.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../sysdeps/generic/framestate.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ In file included from ../sysdeps/generic/unwind-link.h:34, from ../sysdeps/generic/framestate.c:26: ../sysdeps/generic/framestate.c: In function '__frame_state_for': ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: error: 'POINTER_GUARD' undeclared (first use in this function); did you mean 'POINTER_GUARD_H'? 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../sysdeps/generic/unwind-link.h:67:5: note: in expansion of macro 'PTR_DEMANGLE' 67 | PTR_DEMANGLE (__unwind_fptr); \ | ^~~~~~~~~~~~ ../sysdeps/generic/framestate.c:37:12: note: in expansion of macro 'UNWIND_LINK_PTR' 37 | return UNWIND_LINK_PTR (unwind_link, __frame_state_for) (pc, frame_state); | ^~~~~~~~~~~~~~~ ../sysdeps/unix/sysv/linux/i386/pointer_guard.h:45:45: note: each undeclared identifier is reported only once for each function it appears in 45 | "i" (POINTER_GUARD)) | ^~~~~~~~~~~~~ ../sysdeps/generic/unwind-link.h:67:5: note: in expansion of macro 'PTR_DEMANGLE' 67 | PTR_DEMANGLE (__unwind_fptr); \ | ^~~~~~~~~~~~ ../sysdeps/generic/framestate.c:37:12: note: in expansion of macro 'UNWIND_LINK_PTR' 37 | return UNWIND_LINK_PTR (unwind_link, __frame_state_for) (pc, frame_state); | ^~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:1011: /build/elf/framestate.os] Error 1 gcc -m32 ../sysdeps/generic/unwind-pe.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/unwind-pe.os -MD -MP -MF /build/elf/unwind-pe.os.dt -MT /build/elf/unwind-pe.os In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../sysdeps/generic/unwind-pe.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:1011: /build/elf/unwind-pe.os] Error 1 gcc -m32 ../sysdeps/i386/tlsdesc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/tlsdesc.os -MD -MP -MF /build/elf/tlsdesc.os.dt -MT /build/elf/tlsdesc.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from ../sysdeps/gnu/ldsodefs.h:22, from ../sysdeps/unix/sysv/linux/ldsodefs.h:25, from ../sysdeps/i386/tlsdesc.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:739: /build/elf/tlsdesc.os] Error 1 gcc -m32 ../sysdeps/i386/dl-tlsdesc.S -c -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/elf/dl-tlsdesc.os -MD -MP -MF /build/elf/dl-tlsdesc.os.dt -MT /build/elf/dl-tlsdesc.os In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/i386/dl-tlsdesc.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../sysdeps/i386/dl-tlsdesc.S:21:10: fatal error: tlsdesc.h: No such file or directory 21 | #include "tlsdesc.h" | ^~~~~~~~~~~ cc1: some warnings being treated as errors compilation terminated. make[2]: *** [/build/sysd-rules:737: /build/elf/dl-tlsdesc.os] Error 1 gcc -m32 ../sysdeps/x86/dl-get-cpu-features.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-get-cpu-features.os -MD -MP -MF /build/elf/dl-get-cpu-features.os.dt -MT /build/elf/dl-get-cpu-features.os In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from ../sysdeps/gnu/ldsodefs.h:22, from ../sysdeps/unix/sysv/linux/ldsodefs.h:25, from ../sysdeps/x86/dl-get-cpu-features.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:773: /build/elf/dl-get-cpu-features.os] Error 1 gcc -m32 dl-brk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-brk.os -MD -MP -MF /build/elf/dl-brk.os.dt -MT /build/elf/dl-brk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/brk.c:19, from ../sysdeps/unix/sysv/linux/i386/brk.c:24, from dl-brk.c:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-brk.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/dl-getcwd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-getcwd.os -MD -MP -MF /build/elf/dl-getcwd.os.dt -MT /build/elf/dl-getcwd.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from ../sysdeps/unix/sysv/linux/getcwd.c:19, from ../sysdeps/unix/sysv/linux/dl-getcwd.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/elf/dl-getcwd.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/dl-openat64.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-openat64.os -MD -MP -MF /build/elf/dl-openat64.os.dt -MT /build/elf/dl-openat64.os In file included from ../assert/assert.h:35, from ../include/assert.h:1, from ../sysdeps/unix/sysv/linux/dl-openat64.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/elf/dl-openat64.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/dl-opendir.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-opendir.os -MD -MP -MF /build/elf/dl-opendir.os.dt -MT /build/elf/dl-opendir.os In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../sysdeps/unix/sysv/linux/dirstream.h:21, from ../include/dirent.h:3, from ../sysdeps/unix/sysv/linux/opendir.c:18, from ../sysdeps/unix/sysv/linux/dl-opendir.c:1: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/elf/dl-opendir.os] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/dl-sbrk.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -mno-sse -mno-mmx -mfpmath=387 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=rtld -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /build/elf/dl-sbrk.os -MD -MP -MF /build/elf/dl-sbrk.os.dt -MT /build/elf/dl-sbrk.os In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../misc/sbrk.c:22, from ../sysdeps/unix/sysv/linux/dl-sbrk.c:5: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:229: /build/elf/dl-sbrk.os] Error 1 make[2]: *** No rule to make target '/build/stdlib/stamp.oS', needed by '/build/libc_nonshared.a'. make[2]: *** No rule to make target '/build/nptl/stamp.oS', needed by '/build/libc_nonshared.a'. make[2]: *** No rule to make target '/build/debug/stamp.oS', needed by '/build/libc_nonshared.a'. gcc -m32 sprof.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nonlib -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/sprof.o -MD -MP -MF /build/elf/sprof.o.dt -MT /build/elf/sprof.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from ../argp/argp.h:23, from ../include/argp.h:2, from sprof.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/sprof.o] Error 1 make[2]: *** No rule to make target '/build/csu/start.o', needed by '/build/elf/sprof'. make[2]: *** No rule to make target '/build/csu/crti.o', needed by '/build/elf/sprof'. make[2]: *** No rule to make target '/build/csu/crtn.o', needed by '/build/elf/sprof'. gcc -m32 sln.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nonlib -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/sln.o -MD -MP -MF /build/elf/sln.o.dt -MT /build/elf/sln.o In file included from ../misc/error.h:22, from ../include/error.h:2, from sln.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/sln.o] Error 1 make[2]: *** No rule to make target '/build/csu/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/iconv/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/locale/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/assert/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/ctype/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/intl/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/catgets/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/math/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/setjmp/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/signal/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/stdlib/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/stdio-common/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/libio/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/dlfcn/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/nptl/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/rt/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/malloc/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/string/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/wcsmbs/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/time/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/dirent/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/grp/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/pwd/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/posix/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/io/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/termios/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/resource/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/misc/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/socket/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/sysvipc/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/gmon/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/wctype/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/shadow/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/gshadow/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/argp/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/debug/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/inet/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/resolv/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/nss/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/nscd/stamp.o', needed by '/build/libc.a'. make[2]: *** No rule to make target '/build/login/stamp.o', needed by '/build/libc.a'. gcc -m32 dl-call-libc-early-init.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-call-libc-early-init.o -MD -MP -MF /build/elf/dl-call-libc-early-init.o.dt -MT /build/elf/dl-call-libc-early-init.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-call-libc-early-init.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-call-libc-early-init.o] Error 1 gcc -m32 dl-call_fini.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-call_fini.o -MD -MP -MF /build/elf/dl-call_fini.o.dt -MT /build/elf/dl-call_fini.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from ../sysdeps/gnu/ldsodefs.h:22, from ../sysdeps/unix/sysv/linux/ldsodefs.h:25, from dl-call_fini.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-call_fini.o] Error 1 gcc -m32 dl-catch.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-catch.o -MD -MP -MF /build/elf/dl-catch.o.dt -MT /build/elf/dl-catch.o In file included from ../intl/libintl.h:23, from ../include/libintl.h:2, from dl-catch.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-catch.o] Error 1 gcc -m32 dl-close.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-close.o -MD -MP -MF /build/elf/dl-close.o.dt -MT /build/elf/dl-close.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-close.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-close.o] Error 1 gcc -m32 dl-debug.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-debug.o -MD -MP -MF /build/elf/dl-debug.o.dt -MT /build/elf/dl-debug.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from ../sysdeps/gnu/ldsodefs.h:22, from ../sysdeps/unix/sysv/linux/ldsodefs.h:25, from dl-debug.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-debug.o] Error 1 gcc -m32 dl-debug-symbols.S -c -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/elf/dl-debug-symbols.o -MD -MP -MF /build/elf/dl-debug-symbols.o.dt -MT /build/elf/dl-debug-symbols.o dl-debug-symbols.S:20:10: fatal error: rtld-sizes.h: No such file or directory 20 | #include | ^~~~~~~~~~~~~~ compilation terminated. make[2]: *** [../o-iterator.mk:9: /build/elf/dl-debug-symbols.o] Error 1 gcc -m32 dl-deps.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-deps.o -MD -MP -MF /build/elf/dl-deps.o.dt -MT /build/elf/dl-deps.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from ../include/atomic.h:47, from dl-deps.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-deps.o] Error 1 gcc -m32 dl-exception.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-exception.o -MD -MP -MF /build/elf/dl-exception.o.dt -MT /build/elf/dl-exception.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from ../sysdeps/gnu/ldsodefs.h:22, from ../sysdeps/unix/sysv/linux/ldsodefs.h:25, from dl-exception.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-exception.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/dl-execstack.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-execstack.o -MD -MP -MF /build/elf/dl-execstack.o.dt -MT /build/elf/dl-execstack.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from ../sysdeps/unix/sysv/linux/dl-execstack.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/elf/dl-execstack.o] Error 1 gcc -m32 dl-find_object.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-find_object.o -MD -MP -MF /build/elf/dl-find_object.o.dt -MT /build/elf/dl-find_object.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-find_object.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-find_object.o] Error 1 gcc -m32 dl-fini.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-fini.o -MD -MP -MF /build/elf/dl-fini.o.dt -MT /build/elf/dl-fini.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-fini.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-fini.o] Error 1 gcc -m32 dl-init.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-init.o -MD -MP -MF /build/elf/dl-init.o.dt -MT /build/elf/dl-init.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-init.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-init.o] Error 1 gcc -m32 dl-load.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -Wno-unused -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -I/build/elf/. -I/build/csu/. -DTOP_NAMESPACE=glibc -o /build/elf/dl-load.o -MD -MP -MF /build/elf/dl-load.o.dt -MT /build/elf/dl-load.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from dl-load.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-load.o] Error 1 gcc -m32 dl-lookup.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-lookup.o -MD -MP -MF /build/elf/dl-lookup.o.dt -MT /build/elf/dl-lookup.o In file included from ../stdlib/alloca.h:21, from ../include/alloca.h:3, from dl-lookup.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-lookup.o] Error 1 gcc -m32 dl-lookup-direct.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-lookup-direct.o -MD -MP -MF /build/elf/dl-lookup-direct.o.dt -MT /build/elf/dl-lookup-direct.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from ../sysdeps/gnu/ldsodefs.h:22, from ../sysdeps/unix/sysv/linux/ldsodefs.h:25, from dl-lookup-direct.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-lookup-direct.o] Error 1 gcc -m32 dl-minimal-malloc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-minimal-malloc.o -MD -MP -MF /build/elf/dl-minimal-malloc.o.dt -MT /build/elf/dl-minimal-malloc.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-minimal-malloc.c:25: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-minimal-malloc.o] Error 1 gcc -m32 dl-misc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-misc.o -MD -MP -MF /build/elf/dl-misc.o.dt -MT /build/elf/dl-misc.o In file included from ../bits/libc-header-start.h:33, from ../include/limits.h:26, from ../sysdeps/generic/_itoa.h:22, from dl-misc.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-misc.o] Error 1 gcc -m32 dl-object.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-object.o -MD -MP -MF /build/elf/dl-object.o.dt -MT /build/elf/dl-object.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from dl-object.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-object.o] Error 1 gcc -m32 dl-open.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-open.o -MD -MP -MF /build/elf/dl-open.o.dt -MT /build/elf/dl-open.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-open.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-open.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/dl-origin.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-origin.o -MD -MP -MF /build/elf/dl-origin.o.dt -MT /build/elf/dl-origin.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from ../sysdeps/unix/sysv/linux/dl-origin.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/elf/dl-origin.o] Error 1 gcc -m32 dl-printf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-printf.o -MD -MP -MF /build/elf/dl-printf.o.dt -MT /build/elf/dl-printf.o In file included from ../bits/libc-header-start.h:33, from ../include/limits.h:26, from ../sysdeps/generic/_itoa.h:22, from dl-printf.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-printf.o] Error 1 gcc -m32 dl-profile.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-profile.o -MD -MP -MF /build/elf/dl-profile.o.dt -MT /build/elf/dl-profile.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-profile.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-profile.o] Error 1 gcc -m32 dl-reloc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -Wno-unused -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-reloc.o -MD -MP -MF /build/elf/dl-reloc.o.dt -MT /build/elf/dl-reloc.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from dl-reloc.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-reloc.o] Error 1 gcc -m32 dl-runtime.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -fexceptions -fasynchronous-unwind-tables -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-runtime.o -MD -MP -MF /build/elf/dl-runtime.o.dt -MT /build/elf/dl-runtime.o In file included from ../stdlib/alloca.h:21, from ../include/alloca.h:3, from dl-runtime.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-runtime.o] Error 1 gcc -m32 dl-scope.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-scope.o -MD -MP -MF /build/elf/dl-scope.o.dt -MT /build/elf/dl-scope.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdlib.h:9, from dl-scope.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-scope.o] Error 1 gcc -m32 dl-setup_hash.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-setup_hash.o -MD -MP -MF /build/elf/dl-setup_hash.o.dt -MT /build/elf/dl-setup_hash.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-setup_hash.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-setup_hash.o] Error 1 gcc -m32 dl-sort-maps.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-sort-maps.o -MD -MP -MF /build/elf/dl-sort-maps.o.dt -MT /build/elf/dl-sort-maps.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-sort-maps.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-sort-maps.o] Error 1 gcc -m32 ../sysdeps/nptl/dl-thread_gscope_wait.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-thread_gscope_wait.o -MD -MP -MF /build/elf/dl-thread_gscope_wait.o.dt -MT /build/elf/dl-thread_gscope_wait.o In file included from ../bits/libc-header-start.h:33, from ../include/limits.h:26, from ../nptl/descr.h:21, from ../sysdeps/nptl/dl-thread_gscope_wait.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:247: /build/elf/dl-thread_gscope_wait.o] Error 1 gcc -m32 dl-tls.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-tls.o -MD -MP -MF /build/elf/dl-tls.o.dt -MT /build/elf/dl-tls.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-tls.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-tls.o] Error 1 gcc -m32 ../sysdeps/nptl/dl-tls_init_tp.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-tls_init_tp.o -MD -MP -MF /build/elf/dl-tls_init_tp.o.dt -MT /build/elf/dl-tls_init_tp.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from ../sysdeps/gnu/ldsodefs.h:22, from ../sysdeps/unix/sysv/linux/ldsodefs.h:25, from ../sysdeps/nptl/dl-tls_init_tp.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:247: /build/elf/dl-tls_init_tp.o] Error 1 gcc -m32 ../sysdeps/i386/dl-trampoline.S -c -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/elf/dl-trampoline.o -MD -MP -MF /build/elf/dl-trampoline.o.dt -MT /build/elf/dl-trampoline.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/i386/dl-trampoline.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../sysdeps/i386/dl-trampoline.S:20:10: fatal error: link-defines.h: No such file or directory 20 | #include | ^~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors compilation terminated. make[2]: *** [/build/sysd-rules:721: /build/elf/dl-trampoline.o] Error 1 gcc -m32 dl-tunables.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -fno-tree-loop-distribute-patterns -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-tunables.o -MD -MP -MF /build/elf/dl-tunables.o.dt -MT /build/elf/dl-tunables.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/sysv/linux/startup.h:22, from ../sysdeps/unix/sysv/linux/i386/startup.h:22, from dl-tunables.c:25: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-tunables.o] Error 1 gcc -m32 dl-version.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-version.o -MD -MP -MF /build/elf/dl-version.o.dt -MT /build/elf/dl-version.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from dl-version.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-version.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/dl-write.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-write.o -MD -MP -MF /build/elf/dl-write.o.dt -MT /build/elf/dl-write.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/sysv/linux/dl-write.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/elf/dl-write.o] Error 1 gcc -m32 dl-cache.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -D'SYSCONFDIR="/etc"' -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-cache.o -MD -MP -MF /build/elf/dl-cache.o.dt -MT /build/elf/dl-cache.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-cache.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-cache.o] Error 1 gcc -m32 ../sysdeps/i386/tlsdesc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/tlsdesc.o -MD -MP -MF /build/elf/tlsdesc.o.dt -MT /build/elf/tlsdesc.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from ../sysdeps/gnu/ldsodefs.h:22, from ../sysdeps/unix/sysv/linux/ldsodefs.h:25, from ../sysdeps/i386/tlsdesc.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:723: /build/elf/tlsdesc.o] Error 1 gcc -m32 ../sysdeps/i386/dl-tlsdesc.S -c -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -DASSEMBLER -DGAS_SYNTAX -g -Werror=undef -Wa,--noexecstack -o /build/elf/dl-tlsdesc.o -MD -MP -MF /build/elf/dl-tlsdesc.o.dt -MT /build/elf/dl-tlsdesc.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/i386/dl-tlsdesc.S:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../sysdeps/i386/dl-tlsdesc.S:21:10: fatal error: tlsdesc.h: No such file or directory 21 | #include "tlsdesc.h" | ^~~~~~~~~~~ cc1: some warnings being treated as errors compilation terminated. make[2]: *** [/build/sysd-rules:721: /build/elf/dl-tlsdesc.o] Error 1 gcc -m32 ../sysdeps/x86/dl-get-cpu-features.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-get-cpu-features.o -MD -MP -MF /build/elf/dl-get-cpu-features.o.dt -MT /build/elf/dl-get-cpu-features.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from ../sysdeps/gnu/ldsodefs.h:22, from ../sysdeps/unix/sysv/linux/ldsodefs.h:25, from ../sysdeps/x86/dl-get-cpu-features.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:757: /build/elf/dl-get-cpu-features.o] Error 1 gcc -m32 dl-addr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-addr.o -MD -MP -MF /build/elf/dl-addr.o.dt -MT /build/elf/dl-addr.o In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from dl-addr.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-addr.o] Error 1 gcc -m32 dl-addr-obj.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-addr-obj.o -MD -MP -MF /build/elf/dl-addr-obj.o.dt -MT /build/elf/dl-addr-obj.o In file included from ../elf/link.h:23, from ../include/link.h:35, from dl-addr-obj.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-addr-obj.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/dl-early_allocate.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-early_allocate.o -MD -MP -MF /build/elf/dl-early_allocate.o.dt -MT /build/elf/dl-early_allocate.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/sysv/linux/startup.h:22, from ../sysdeps/unix/sysv/linux/i386/startup.h:22, from ../sysdeps/unix/sysv/linux/dl-early_allocate.c:23: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:213: /build/elf/dl-early_allocate.o] Error 1 gcc -m32 dl-iteratephdr.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fexceptions -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-iteratephdr.o -MD -MP -MF /build/elf/dl-iteratephdr.o.dt -MT /build/elf/dl-iteratephdr.o In file included from ../stdlib/errno.h:25, from ../include/errno.h:2, from dl-iteratephdr.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-iteratephdr.o] Error 1 gcc -m32 dl-libc.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-libc.o -MD -MP -MF /build/elf/dl-libc.o.dt -MT /build/elf/dl-libc.o In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from dl-libc.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-libc.o] Error 1 gcc -m32 dl-profstub.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-profstub.o -MD -MP -MF /build/elf/dl-profstub.o.dt -MT /build/elf/dl-profstub.o In file included from ../dlfcn/dlfcn.h:22, from ../include/dlfcn.h:2, from dl-profstub.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-profstub.o] Error 1 gcc -m32 dl-reloc-static-pie.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-reloc-static-pie.o -MD -MP -MF /build/elf/dl-reloc-static-pie.o.dt -MT /build/elf/dl-reloc-static-pie.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-reloc-static-pie.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-reloc-static-pie.o] Error 1 gcc -m32 dl-support.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-support.o -MD -MP -MF /build/elf/dl-support.o.dt -MT /build/elf/dl-support.o In file included from ../posix/sys/types.h:25, from ../include/sys/types.h:1, from ../include/string.h:6, from dl-support.c:22: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-support.o] Error 1 gcc -m32 dl-sym.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-sym.o -MD -MP -MF /build/elf/dl-sym.o.dt -MT /build/elf/dl-sym.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from dl-sym.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/dl-sym.o] Error 1 gcc -m32 ../sysdeps/unix/sysv/linux/x86/dl-sysdep.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/dl-sysdep.o -MD -MP -MF /build/elf/dl-sysdep.o.dt -MT /build/elf/dl-sysdep.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../sysdeps/x86/cpu-tunables.c:21, from ../sysdeps/unix/sysv/linux/x86/dl-sysdep.c:20: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:111: /build/elf/dl-sysdep.o] Error 1 gcc -m32 enbl-secure.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/enbl-secure.o -MD -MP -MF /build/elf/enbl-secure.o.dt -MT /build/elf/enbl-secure.o In file included from ../string/endian.h:21, from ../include/endian.h:1, from ../sysdeps/unix/sysv/linux/sysdep.h:23, from ../sysdeps/unix/sysv/linux/i386/sysdep.h:22, from ../sysdeps/unix/sysv/linux/startup.h:22, from ../sysdeps/unix/sysv/linux/i386/startup.h:22, from enbl-secure.c:26: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/enbl-secure.o] Error 1 gcc -m32 libc_early_init.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/libc_early_init.o -MD -MP -MF /build/elf/libc_early_init.o.dt -MT /build/elf/libc_early_init.o In file included from ../ctype/ctype.h:25, from ../include/ctype.h:3, from libc_early_init.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/libc_early_init.o] Error 1 gcc -m32 rtld_static_init.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/rtld_static_init.o -MD -MP -MF /build/elf/rtld_static_init.o.dt -MT /build/elf/rtld_static_init.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from rtld_static_init.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/rtld_static_init.o] Error 1 gcc -m32 ../sysdeps/x86/get-cpuid-feature-leaf.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIE -fno-stack-protector -DSTACK_PROTECTOR_LEVEL=0 -ftls-model=initial-exec -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/get-cpuid-feature-leaf.o -MD -MP -MF /build/elf/get-cpuid-feature-leaf.o.dt -MT /build/elf/get-cpuid-feature-leaf.o In file included from ../bits/libc-header-start.h:33, from ../stdlib/stdint.h:26, from ../include/stdint.h:1, from ../elf/elf.h:24, from ../include/elf.h:2, from ../sysdeps/gnu/ldsodefs.h:22, from ../sysdeps/unix/sysv/linux/ldsodefs.h:25, from ../sysdeps/x86/get-cpuid-feature-leaf.c:19: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [/build/sysd-rules:757: /build/elf/get-cpuid-feature-leaf.o] Error 1 gcc -m32 ldconfig.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -D'SYSCONFDIR="/etc"' -D'LIBDIR="/usr/lib"' -D'SLIBDIR="/lib"' -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=ldconfig -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/ldconfig.o -MD -MP -MF /build/elf/ldconfig.o.dt -MT /build/elf/ldconfig.o In file included from ../assert/assert.h:35, from ../include/assert.h:1, from ldconfig.c:18: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:168:6: note: in expansion of macro '__GLIBC_USE' 168 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../stdlib/inttypes.h:306:6: note: in expansion of macro '__GLIBC_USE' 306 | # if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/ldconfig.o] Error 1 gcc -m32 pldd.c -c -std=gnu11 -fgnu89-inline -g -O2 -Wall -Wwrite-strings -Wundef -Werror -fmerge-all-constants -frounding-math -fno-stack-protector -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fPIE -I../include -I/build/elf -I/build -I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/i386/i686/nptl -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/i386/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu/multiarch -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686/multiarch -I../sysdeps/i386/i686 -I../sysdeps/i386/fpu -I../sysdeps/x86/fpu -I../sysdeps/i386 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -D_LIBC_REENTRANT -include /build/libc-modules.h -DMODULE_NAME=nonlib -include ../include/libc-symbols.h -DPIC -DTOP_NAMESPACE=glibc -o /build/elf/pldd.o -MD -MP -MF /build/elf/pldd.o.dt -MT /build/elf/pldd.o In file included from ../sysdeps/x86/bits/floatn.h:22, from ../include/stdio.h:7, from ../argp/argp.h:23, from ../include/argp.h:2, from pldd.c:21: ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/features.h:473:5: note: in expansion of macro '__GLIBC_USE' 473 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../libio/stdio.h:141:5: note: in expansion of macro '__GLIBC_USE' 141 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../time/time.h:410:5: note: in expansion of macro '__GLIBC_USE' 410 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ ../include/features.h:188:25: error: "__GLIBC_USE_ISOC2X" is not defined, evaluates to 0 [-Werror=undef] 188 | #define __GLIBC_USE(F) __GLIBC_USE_ ## F | ^~~~~~~~~~~~ ../include/limits.h:184:5: note: in expansion of macro '__GLIBC_USE' 184 | #if __GLIBC_USE (ISOC2X) | ^~~~~~~~~~~ cc1: all warnings being treated as errors make[2]: *** [../o-iterator.mk:9: /build/elf/pldd.o] Error 1 make[2]: Target 'others' not remade because of errors. make[2]: Leaving directory '/glibc/elf' make[1]: *** [Makefile:484: elf/others] Error 2 make[1]: Target 'all' not remade because of errors. make[1]: Leaving directory '/glibc' make: *** [Makefile:9: all] Error 2